Categories: None [Edit]

deferred_associations

https://rubygems.org/gems/deferred_associations
https://github.com/MartinKoerner/deferred_associations
Makes ActiveRecord defer/postpone saving the records you add to an habtm (has_and_belongs_to_many) or has_many association until you call model.save, allowing validation in the style of normal attributes. Additionally you can check inside before_save filters, if the association was altered.

Total

Ranking: 17,309 of 192,186
Downloads: 108,249

Daily

Ranking: 14,121 of 192,156
Downloads: 43

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29971,677,503rspec
36779,811,753activerecord

Owners

#GravatarHandle
1iconMartinKoerner