nolith / habtm-with-deferred-save

Rails plugin. Defers saving the records you add to habtm association until you call model.save, allowing validation in the style of normal attributes.

Shortlog (showing r15:2a1163d8f30c (tip) → r0:8626e2d4e2e5)

Age Author Message A M D «
5 months Tyl...@tylerrick.com> Regenerated gemspec for version 0.2.0 1
5 months Tyl...@tylerrick.com> Version bump to 0.2.0 1
5 months Tyl...@tylerrick.com> Made it so that find, first, last, and any missing methods (this would 5
5 months Tyl...@tylerrick.com> Added tests to ensure that include? works as expected 1 4
5 months Tyl...@tylerrick.com> Rewrote tests in rspec with fewer dependencies and ensured they were 11 1 28
5 months Tyl...@tylerrick.com> Moved all files up to the root of the repository 33 33
6 months nolith nolith FIX: delete all the assocation into the join table after obj.destroy 1
6 months nolith nolith FIX: test if unsaved_collection in initialized in… 1
6 months nolith nolith fix the access to collection_singular_ids and allows to use… 1
6 months nolith nolith This patch allows the use of more than one… 1
3 years tyl...@e8f5f159-813c-0410-8c33-cd1931e36101> Removing unneeded files 2 30
3 years tyl...@e8f5f159-813c-0410-8c33-cd1931e36101> Accidentally called it has_and_belong_to_many_with_deferred_save/ 50+ 50+
3 years tyl...@e8f5f159-813c-0410-8c33-cd1931e36101> git-svn-id: https://habtm-with-deferred-save.googlecode.com/svn/trunk@4… 1
3 years tyl...@e8f5f159-813c-0410-8c33-cd1931e36101> Imported tests I'd originally written... Made sure test still passes. 6 7 5
3 years tyl...@e8f5f159-813c-0410-8c33-cd1931e36101> Initial import 50+
3 years (no...@e8f5f159-813c-0410-8c33-cd1931e36101> Initial directory structure.