RubyGems Navigation menu

delta_attributes 1.0.2

This gem makes updating specified number fields by ActiveRecord in unusual way. Instead of generating 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 + delta WHERE id = 1; where delta is difference between old value and new value of that field. This solves problem with simultaneous updating of the same field by different threads (problem known as race condition). Source code: https://github.com/izbor/delta_attributes

Gemfile:
= In die Zwischenablage kopieren Kopiert!

installieren:
=

Versionen:

  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)
Zeige alle Versionen (8 total)

Runtime Abhängigkeiten (1):

rails >= 3.2

Besitzer:

Autoren:

  • Oleh Novosad, Yuriy Lavryk, Arya

SHA 256-Prüfsumme:

e354bdfa4a56625c4d1572aac7bebbe57cbad113f0545ca79dc83e18a24845af

Downloads insgesamt 20.257

Für diese Version 2.994

Lizenz:

MIT

Erforderliche Ruby-Version: None

Links: