| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert association macros to the new syntax | Jon Leighton | 2012-07-20 | 1 | -3/+3 |
* | remove deprecated scope stuff | Jon Leighton | 2012-04-26 | 1 | -1/+0 |
* | Deprecate eager-evaluated scopes. | Jon Leighton | 2012-03-21 | 1 | -6/+6 |
* | Test polymorphic record with optimistic locking and counter cache should be d... | Dmitry Polushkin | 2011-09-09 | 1 | -1/+1 |
* | Ensure we are not comparing a string with a symbol in HasManyAssociation#inve... | Jon Leighton | 2011-09-06 | 1 | -1/+1 |
* | Don't use mass-assignment protection when setting foreign keys or association... | Jon Leighton | 2011-05-12 | 1 | -0/+3 |
* | 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 | -6/+2 |
* | Deprecated support for passing hashes and relations to default_scope, in favo... | Jon Leighton | 2011-04-12 | 1 | -2/+7 |
* | expanding the test to include both type of order declaration | Neeraj Singh | 2010-09-18 | 1 | -2/+9 |
* | order should always be concatenated. | Neeraj Singh | 2010-09-05 | 1 | -0/+5 |
* | While creating a new record using has_many create method default scope of chi... | Neeraj Singh | 2010-08-19 | 1 | -0/+1 |
* | Ensure we can nest include calls [#5285 state:resolved] | Neeraj Singh | 2010-08-12 | 1 | -0/+5 |
* | reset_counter should work with non-traditional belongs_to and polymorphic bel... | Neeraj Singh | 2010-07-08 | 1 | -0/+4 |