aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models
Commit message (Expand)AuthorAgeFilesLines
* Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-132-3/+3
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-015-0/+24
* Make sure inner scope conditions get a preference over the outer onesPratik Naik2009-01-242-0/+8
* Preload uses exclusive scope [#643 state:resolved]Frederick Cheung2008-12-261-0/+6
* Fix configure_dependency_for_has_many not quoting conditions properly [#1461 ...Frederick Cheung2008-12-211-0/+1
* Fix preloading of has_one :through associations on belongs_to [#1507 state:re...Matt Jones2008-12-183-0/+5
* Add :having option to find, to use in combination with grouped finds. Also ad...miloops2008-12-013-0/+3
* Fix default_scope to work in combination with named scopesTom Stuart2008-11-171-7/+7
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)Pratik Naik2008-11-161-0/+12
* Revert "Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)...David Heinemeier Hansson2008-11-161-12/+0
* Added default_scope to Base [#1381 state:committed] (Paweł Kondzior)David Heinemeier Hansson2008-11-161-0/+12
* fix assignment to has_one :through associations.Matt Jones2008-11-153-0/+10
* Ensure association proxy responds to private class methods defined in associa...Pratik Naik2008-10-161-0/+8
* Ensure methods called on association proxies respect access control. [#1083 s...Pratik Naik2008-10-132-1/+18
* explicitly including child associations that are also included in the parent ...Will Bryant2008-10-102-0/+3
* Fix has_many :through when the source is a belongs_to association. [#323 stat...Zach Dennis2008-10-041-0/+2
* Allow for the dirty tracking to work with the aliased name of aliased attribu...Rich Cavanaugh2008-09-131-0/+1
* Use select and change test so new tests can work on postgres.miloops2008-09-122-3/+3
* Improve test coverage when using the group option in find, has_many or has_an...miloops2008-09-112-0/+5
* Revert "Add :accessible option to Associations for allowing mass assignments ...Pratik Naik2008-09-102-7/+1
* Added :constructor and :converter options to composed_of and deprecated the c...Rob Anderton2008-09-101-1/+19
* Support :limit on update_all so that has_many with :limit can be safely updatedTarmo Tänav2008-09-101-0/+1
* Fixed ordering in test_find_in_association_with_custom_finder_sql_and_multipl...Tarmo Tänav2008-08-221-1/+1
* Fix generated WHERE IN query for named scopes. [#583 state:resolved]Philip Hallstrom2008-08-211-0/+2
* Test for eager loading of STI subclasses from htm associationsTarmo Tänav2008-08-161-0/+3
* Fix file permissionsTarmo Tänav2008-07-313-0/+0
* Use klass.sti_name to make sure associations take store_full_sti_class into a...Daniel Guettler2008-07-221-0/+7
* Add :accessible option to Associations for allowing mass assignments using ha...David Dollar2008-07-142-1/+7
* Ensure NamedScope#build/create/create!/new works as expected when named scope...Daniel Guettler2008-07-091-0/+2
* Add support for :primary_key option to has_one as well as has_many so that a ...Brad Greenlee2008-07-061-0/+1
* Add has_many :primary_key option to allow setting the primary key on a has ma...Andre Arko2008-07-061-0/+2
* Add extra hash conditions tests for named_scopePratik Naik2008-06-281-0/+1
* Fix column collision with named_scope and :joins. [#46 state:resolved]Mark Catley2008-06-221-1/+6
* Fixed that scopes defined with a string name could not be composedTarmo Tänav2008-06-221-0/+1
* fix mergerick2008-06-192-2/+5
|\
| * Disable validations for associated belongs_to record by defaultPratik Naik2008-06-111-2/+2
| * Add :validate option to associations. [#301 state:resolved]Jan De Poorter2008-06-112-1/+4
* | fix eager loading with dynamic findersBrandon Keepers2008-06-093-1/+3
|/
* Fix faulty tests introduced in 8d0b4fa39Michael Koziarski2008-05-241-1/+1
* Added :select option to has_one and belongs_to, remove unused :order option o...josevalim2008-05-241-0/+2
* Add ActiveRecord option to store the full class name on STI's type column, al...Rodrigo Kochenburger2008-05-131-0/+4
* Dirty attributes aren't cleared if save fails. [#174 state:resolved]Xavier Noria2008-05-121-0/+2
* Ensure hm:t preloading honours reflection options. [#137 state:resolved]Frederick Cheung2008-05-111-0/+4
* Fix validates_uniqueness_of for SQL keywords [#23 state:resolved]Alex MacCaw2008-05-111-0/+2
* Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...Andreas Neuhaus2008-05-081-0/+4
* Ensure correct record is returned when preloading has_one where more than one...Frederick Cheung2008-05-061-0/+2
* Added missing filesDavid Heinemeier Hansson2008-05-011-0/+4
* Fixed AssociationsPreload such that it doesnt require foreign keys to be inte...David Heinemeier Hansson2008-04-301-0/+2
* Change tests against all scope to base scope as all is now used as a finder a...David Heinemeier Hansson2008-04-302-0/+3
* Ensure table names are quoted by the association preloading code.Frederick Cheung2008-04-263-0/+14