aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/car.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure we are not comparing a string with a symbol in HasManyAssociation#inve...Jon Leighton2011-09-061-1/+1
* Don't use mass-assignment protection when setting foreign keys or association...Jon Leighton2011-05-121-0/+3
* Add test to specify that attributes from an association's conditions should b...Jon Leighton2011-05-101-0/+2
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-6/+2
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-2/+7
* expanding the test to include both type of order declarationNeeraj Singh2010-09-181-2/+9
* order should always be concatenated.Neeraj Singh2010-09-051-0/+5
* While creating a new record using has_many create method default scope of chi...Neeraj Singh2010-08-191-0/+1
* Ensure we can nest include calls [#5285 state:resolved]Neeraj Singh2010-08-121-0/+5
* reset_counter should work with non-traditional belongs_to and polymorphic bel...Neeraj Singh2010-07-081-0/+4