aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/reference.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure `StatementCache#execute` never raises `RangeError`Ryuta Kamizono2019-01-181-0/+1
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-1/+1
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Initialize accessors to remove some warnings in Ruby 2.0Carlos Antonio da Silva2012-11-191-3/+2
* Deprecate eager-evaluated scopes.Jon Leighton2012-03-211-1/+1
* 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