aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/person.rb
Commit message (Expand)AuthorAgeFilesLines
* Pass mass-assignment options to nested models - closes #1673.Andrew White2011-06-131-2/+6
* singular and collection relations in AR can now specify mass-assignment secur...Josh Kalderimis2011-05-011-6/+17
* Added assign_attributes to Active Record which accepts a mass-assignment secu...Josh Kalderimis2011-04-241-0/+19
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-1/+29
|\
| * Allow building and then later saving has_many :through records, such that the...Jon Leighton2011-02-181-0/+2
| * Support the :dependent option on has_many :through associations. For historic...Jon Leighton2011-02-071-1/+26
| * Fix hm:t to self table aliasing in construct_scopeErnie Miller2010-12-161-0/+1
* | 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/+3
|/
* Ensure default_scope can be overwriten by association conditions.José Valim2010-07-211-0/+1
* eagerly loaded association records should respect default_scope [#2931 state:...Subba Rao Pasupuleti2010-07-211-0/+1
* Rename named_scope to scopePratik Naik2010-01-181-2/+2
* Fixed limited eager loading associations with numbers in the name [#2668 stat...Benjamin Floering2009-05-181-0/+1
* Preload uses exclusive scope [#643 state:resolved]Frederick Cheung2008-12-261-0/+6
* fix eager loading with dynamic findersBrandon Keepers2008-06-091-1/+1
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-261-0/+5
* Make dynamic finders respect the :include on HasManyThrough associations. Cl...Michael Koziarski2008-02-181-0/+1
* move assets and modelsJeremy Kemper2008-01-181-0/+4