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,493 of 195,871
Downloads: 111,659

Daily

Ranking: 17,526 of 195,832
Downloads: 34

Depended by

RankDownloadsName

Depends on

RankDownloadsName
291,007,963,779rspec
36823,398,171activerecord

Owners

#GravatarHandle
1iconMartinKoerner