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.
Required Ruby Version
None
Authors
Martin Koerner, Tyler Rick, Alessio Caiazza
Versions
- 0.6.5 December 23, 2017 (15.5 KB)
- 0.6.4 May 23, 2016 (15 KB)
- 0.6.3 May 13, 2016 (15 KB)
- 0.5.8 March 08, 2016 (14 KB)
- 0.5.7 October 31, 2014 (14 KB)
- 0.5.2 March 18, 2012 (12.5 KB)