| 51e6124 |
2010-01-08 |
Renamed AssociationReflection #collection_association? t... |
| 7f775ef |
2010-01-08 |
Renamed AssociationReflection #collection_association? t... |
| c9a3929 |
2010-01-08 |
Rollback the transaction when one of the autosave associ... |
| f2aacd5 |
2010-01-08 |
Rollback the transaction when one of the autosave associ... |
| c7319f5 |
2010-01-08 |
Fixed french sentence so it actually makes sense. |
| 0dbe0f6 |
2010-01-07 |
Raise a RecordNotFound if an ID in nested attributes is ... |
| 9550916 |
2010-01-07 |
Raise a RecordNotFound if an ID in nested attributes is ... |
| 6d056c7 |
2010-01-07 |
Moved the validation logic to the association reflection... |
| b6264c4 |
2010-01-07 |
Moved the validation logic to the association reflection... |
| b3bd101 |
2010-01-07 |
Remove deprecated '_delete' option from NestedAttributes. |
| fc6aae3 |
2010-01-07 |
Remove deprecated '_delete' option from NestedAttributes. |
| 3d17d79 |
2010-01-07 |
Removed unnecessary call to #try and cleaned up a bit more. |
| a559260 |
2010-01-07 |
Removed unnecessary call to #try and cleaned up a bit more. |
| 4b7a439 |
2010-01-07 |
Don't use strings for callbacks, as these will be evaled... |
| f866ced |
2010-01-07 |
Don't use strings for callbacks, as these will be evaled... |
| c48a71c |
2010-01-07 |
Cleanup some code in nested_attributes.rb, autosave_asso... |
| 2171e0a |
2010-01-07 |
Cleanup some code in nested_attributes.rb, autosave_asso... |
| f12dd62 |
2010-01-07 |
Add AssociationReflection#collection_association? which ... |
| f82adc7 |
2010-01-07 |
Add AssociationReflection#collection_association? which ... |
| e20ac99 |
2010-01-07 |
Refactored nested attributes a bit after last commit. |
| 1afa9fa |
2010-01-07 |
Refactored nested attributes a bit around :reject_if => ... |
| 90f001b |
2009-12-28 |
Refactored previous changes to nested attributes. |
| c23fbd0 |
2009-12-28 |
Refactored previous changes to nested attributes. |
| 146a750 |
2009-12-28 |
Make sure to not add autosave callbacks multiple times. ... |
| 9c771a9 |
2009-12-28 |
Make sure to not add autosave callbacks multiple times. ... |
| 6b2291f |
2009-11-06 |
Define autosave association callbacks when using accepts... |
| f125a34 |
2009-11-06 |
Define autosave association callbacks when using accepts... |
| b18248f |
2009-09-25 |
The DomAssertions now also strip surrounding whitespace ... |
| deac481 |
2009-09-25 |
Made assert_dom_equal and assert_dom_not_equal ignore me... |
| cddd474 |
2009-09-25 |
Rewrote ActionView::TestCase. |
| 26639e8 |
2009-09-12 |
Removed the version of ActiveRecord::Base#destroyed? tha... |
| 2524ac8 |
2009-09-12 |
Removed some superfluous conditionals from the autosave ... |
| a144b41 |
2009-09-12 |
Removed some superfluous conditionals from the autosave ... |
| 9290051 |
2009-09-12 |
Added some documentation about setting :autosave => fals... |
| 580ec0d |
2009-09-12 |
Added some documentation about setting :autosave => fals... |
| c665faa |
2009-09-12 |
During autosave, ignore records that already have been d... |
| 65f9895 |
2009-09-12 |
During autosave, ignore records that already have been d... |
| 2420d62 |
2009-09-12 |
Explicitely setting `autosave => false' should override ... |
| 6cc0b96 |
2009-09-12 |
Explicitely setting `autosave => false' should override ... |
| a70c781 |
2009-05-20 |
Ensure the parent record is always saved when the child ... |
| da3c21e |
2009-04-27 |
Ensure the parent record is always saved when the child ... |
| 3b89aa6 |
2009-03-15 |
Added a collection association form example. |
| 0e12b55 |
2009-03-14 |
Started on a Rails guide on nested model forms. |
| de55c8d |
2009-03-12 |
Fixed some spelling errors in documentation about Associ... |
| 8e277f8 |
2009-03-12 |
Revert "Fixed some spelling errors in documentation abou... |
| b304b0b |
2009-03-12 |
Fixed some spelling errors in documentation about Associ... |
| 3d1d422 |
2009-02-27 |
Pass a custom form builder on to nested fields_for calls... |
| e2b925f |
2009-02-27 |
Don't validate records of an :autosave association if th... |
| db5d695 |
2009-02-06 |
Also save :autosave enabled associations when #save! is ... |
| ec8f045 |
2009-02-01 |
Add support for nested object forms to ActiveRecord and ... |
| 7394d12 |
2008-12-11 |
Fixed ActiveSupport::OrderedHash #delete_if, #reject!, a... |
| 823b623 |
2008-11-24 |
Allow optional arguments and/or block for Object#try lik... |
| b47c76b |
2008-10-13 |
Make sure named routes with parameters can be used in te... |
| 8d337e9 |
2008-10-03 |
Dynamic finders should use the ActiveRecord::Base::find ... |
| 1ee9e3f |
2008-08-13 |
Fix ActiveRecord::NamedScope::Scope#respond_to? [#818 st... |
| 56dc039 |
2008-08-24 |
Fix ActiveRecord::NamedScope::Scope#respond_to? [#818 st... |
| cff3ecc |
2008-03-08 |
Allow using named routes in ActionController::TestCase b... |
| 4d1c87a |
2007-06-01 |
pass the prefix_options to the instantiated record when ... |