Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |