aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/reference.rb
Commit message (Expand)AuthorAgeFilesLines
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-4/+1
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-2/+5
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-0/+12
|\
| * Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-0/+12
* | Fix naughty trailing whitespaceJon Leighton2010-10-311-1/+1
* | Add support for nested through associations in JoinAssociation. Hence Foo.joi...Jon Leighton2010-10-091-0/+2
|/
* eagerly loaded association records should respect default_scope [#2931 state:...Subba Rao Pasupuleti2010-07-211-0/+5
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-261-0/+4