| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure the tests pass in the case closer to described in #8195 | Rafael Mendonça França | 2012-12-10 | 1 | -1/+1 |
* | Remove mass_assignment_options from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -3/+3 |
* | Remove mass assignment security from ActiveRecord | Guillermo Iguaran | 2012-09-16 | 1 | -2/+0 |
* | Deprecate ActiveRecord::Base.scoped. | Jon Leighton | 2012-07-27 | 1 | -1/+1 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -1/+1 |
* | use existing model for testing Base.create with #after_initialize | Gabriel Horner | 2011-07-24 | 1 | -0/+5 |
* | Assign the association attributes to the associated record before the before_... | Jon Leighton | 2011-06-30 | 1 | -2/+7 |
* | Pass the attribute and option hashes to build_association | Andrew White | 2011-05-17 | 1 | -0/+13 |
* | CollectionAssociation#merge_target_lists should write to the underlying attri... | Jon Leighton | 2011-05-14 | 1 | -0/+4 |
* | Add test to specify that attributes from an association's conditions should b... | Jon Leighton | 2011-05-10 | 1 | -0/+2 |
* | Un-deprecate using 'default_scope' as a macro, but if you are calling the mac... | Jon Leighton | 2011-04-18 | 1 | -4/+1 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -6/+7 |
* | We shouldn't be using scoped.scoping { ... } to build associated records, as ... | Jon Leighton | 2011-01-30 | 1 | -2/+9 |
* | While creating a new record using has_many create method default scope of chi... | Neeraj Singh | 2010-08-19 | 1 | -0/+7 |