RubyGems Navigation menu

delta_attributes 0.0.1

This gem makes updating specified number fields by ActiveRecord in unusual way. Instead to generate sql script to update value in usual way like this: UPDATE users SET money = 10 WHERE id = 1; It replaces it with UPDATE users SET money = money + d WHERE id = 1; where d is difference between old value and new value of that field. This solves problem with simultaneous updating of same field.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.0.3 - September 24, 2013 (9.5 KB)
  2. 1.0.2 - August 30, 2013 (9.5 KB)
  3. 0.0.4 - November 21, 2012 (7.5 KB)
  4. 0.0.3 - November 20, 2012 (7.5 KB)
  5. 0.0.2 - November 20, 2012 (7.5 KB)
  6. 0.0.1 - November 18, 2012 (7.0 KB)
顯示所有版本(共 8)

Runtime 相依性套件 (1):

rails ~> 3.2.8

擁有者:

作者:

  • izbor

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 20,441

這個版本 3,314

授權:

Ruby 版本需求:

相關連結: