aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* removed deprecated methods, and related tests, from ActiveRecordJosh Kalderimis2011-05-251-12/+0
* Implement proxy_owner, proxy_target and proxy_reflection methods on Collectio...Jon Leighton2011-05-191-0/+12
* minor cleaningVishnu Atrai2011-05-101-1/+1
* Added new #update_column method.Sebastian Martinez2011-03-271-2/+2
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-2/+2
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-2/+2
* Remove test which was broken on 1.8. This test is now irrelevant since singul...Jon Leighton2011-02-181-8/+0
* Split AssociationProxy into an Association class (and subclasses) which manag...Jon Leighton2011-02-181-36/+0
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-4/+4
* removing many unused variablesAaron Patterson2010-11-161-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-3/+3
* Making Active Record base_test.rb thinner by moving testsNeeraj Singh2010-08-031-0/+22
* Eager loading an association should not change the count of childrenNeeraj Singh2010-08-021-0/+13
* removing unused models from testsSubba Rao Pasupuleti2010-07-211-11/+0
* Strengthening the test for nested_attributeSubba Rao Pasupuleti2010-07-211-1/+20
* Fix the #using_limitable_reflections? helper to work correctly by not examini...Ken Collins2010-07-081-0/+10
* restricts a test to < 1.9, and rewrites it using a proper expectationXavier Noria2010-03-131-11/+5
* adds coverage for the issue addressed in fe43bbdXavier Noria2010-03-121-0/+14
* When passing force_reload = true to an association, don't use the query cache...Will2009-12-161-0/+10
* Removed legacy test.Emilio Tagua2009-07-201-19/+0
* Remove the functionality introduce in 28d3390Michael Koziarski2008-10-101-20/+0
* Fixed an error triggered by a reload followed by a foreign key assignment.Nathaniel Talbott2008-09-201-0/+8
* Support for updating a belongs to association from the foreign key (without s...Jon Leighton2008-09-131-0/+12
* Revert "Add :accessible option to Associations for allowing mass assignments ...Pratik Naik2008-09-101-108/+0
* Include people and readers fixtures to fix test isolation errorJeremy Kemper2008-08-261-2/+2
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Add :accessible option to Associations for allowing mass assignments using ha...David Dollar2008-07-141-0/+108
* Create through associations can now work with blocks.Ryan Bates2008-05-241-6/+9
* add failing test case for block-setting of attributes via associationTrevor Turk2008-05-241-0/+9
* Add first/last methods to associations/named_scope. [#226 state:resolved]Ryan Bates2008-05-201-2/+2
* Calling ActiveRecord#inspect on an unloaded association won't wipe the collec...Andreas Neuhaus2008-05-081-0/+6
* Use schema.rb for all databasesFrederick Cheung2008-04-221-1/+1
* Split associations_test.rb into multiple files based on association type. [Pr...Pratik Naik2008-04-061-2382/+0
* Ensure that save on parent object fails for invalid has_one association. Clos...Pratik Naik2008-04-061-0/+12
* Refactor HasManyThroughAssociation to inherit from HasManyAssociation. Associ...Pratik Naik2008-04-061-3/+191
* Ensure HABTM#create and HABTM#build do not load entire association. [Pratik]Pratik Naik2008-04-051-13/+27
* Add efficient #include? to AssociationCollection (for has_many/has_many :thro...Rick Olson2008-04-011-0/+60
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-1/+2
* Fixed that has_many :through would ignore the hash conditions (closes #11447)...David Heinemeier Hansson2008-03-281-0/+5
* Make sure ActiveRecord tests can run individually. Closes #11425 [thechrisosh...Pratik Naik2008-03-281-1/+1
* Fix duplicate table alias error when including an association with a has_many...Rick Olson2008-03-261-1/+6
* has_one :through supports :source_type. Fix up some tests. References #4756.Jeremy Kemper2008-03-221-4/+15
* Allow association scoping for built/created records if :conditions is specifi...Rick Olson2008-03-211-0/+24
* Add has_one :through support, finally. Closes #4756 [thechrisoshow]Rick Olson2008-03-211-1/+62
* Add :readonly option to HasManyThrough associations. Closes #11156 [miloops]Pratik Naik2008-03-071-0/+5
* Introduce the :readonly option to all associations. Records from the associat...Jeremy Kemper2008-02-131-0/+20
* Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey Kondrate...Jeremy Kemper2008-02-021-1/+10
* Make sure that belongs_to counter decrements when assigning nil Closes #10804...Michael Koziarski2008-01-261-0/+12