RubyGems.org

Make ActiveRecord defer/postpone saving the records you add to an habtm (has_and_belongs_to_many) association until you call model.save, allowing validation in the style of normal attributes.

installgem install has_and_belongs_to_many_with_deferred_save
Authors

Tyler Rick, Alessio Caiazza

2,287 total downloads 1,202 for this version
Owners

3e5d370dbabfe0d68fc6f19811defb11

Gemfile
gem "has_and_belongs_to_many_with_deferred_save", "~> 0.2.0"
Versions
  1. 0.2.0 February 25, 2010
  2. 0.1.0 February 25, 2010
Runtime Dependencies
  1. activerecord >= 0
Development Dependencies
  1. rspec >= 0