aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations/has_many_associations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #7983 from georgebrock/bug7950-squashed"Carlos Antonio da Silva2013-01-151-7/+0
* backport #8291, prevent mass assignment of polymorphic type with `build`Yves Senn2012-11-221-0/+8
* Test/changelog for has_many bug on unsaved recordsGeorge Brocklehurst2012-11-101-0/+7
* Merge pull request #6978 from frodsan/count_nosql_unsaved_parentRafael Mendonça França2012-10-041-0/+6
* Revert "backport fair connection pool 02b2335563 to 3-2-stable"Rafael Mendonça França2012-09-201-2/+0
* Cache columns metadata to avoid extra while testingRafael Mendonça França2012-09-181-0/+2
* Merge pull request #7666 from kennyj/fix_9fa3f102813eeeec440abd75870dfa7b2383...Rafael Mendonça França2012-09-171-1/+1
* Merge pull request #7651 from steveklabnik/issue_3956Rafael Mendonça França2012-09-161-1/+31
* Revert "Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql."Jon Leighton2012-08-011-19/+3
* Deprecate :finder_sql, :counter_sql, :insert_sql, :delete_sql.Jon Leighton2012-07-201-3/+19
* Revert "Perf: Don't load the association for #delete_all."Jon Leighton2012-06-071-12/+0
* Ensure that CollectionAssociation#replace returns proper targetPiotr Sarnacki2012-05-191-2/+2
* Perf: Don't load the association for #delete_all.Jon Leighton2012-05-181-0/+12
* Fix CollectionAssociation#replace to return new target (closes #6231)Piotr Sarnacki2012-05-161-0/+12
* Add order to tests that rely on db ordering, to fix failing tests on pgCarlos Antonio da Silva2012-03-221-5/+4
* Fix #5069 - Protect foreign key from mass assignment throught association bui...Jean Boussier2012-03-051-0/+22
* Merge pull request #4543 from jdelStrother/find_or_initJon Leighton2012-02-011-0/+12
* Fix broken tests added by 85c724d59Rafael Mendonça França2012-01-311-10/+10
* Merge pull request #4783 from gregolsen/ids_reader_fixJon Leighton2012-01-311-0/+4
* Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_idsAaron Patterson2011-12-281-0/+10
* load has_many associations keyed off a custom primary key if that key is pres...Brian Samson2011-11-251-1/+28
* Merge pull request #3507 from jmazzi/issue-3503Jeremy Kemper2011-11-031-0/+15
* Fixed failed test under 1.8.7 as map.keys order in indeterminableRocky Jaiswal2011-09-281-1/+1
* Merge pull request #3030 from htanata/fix_habtm_select_query_methodJon Leighton2011-09-261-0/+8
* CollectionProxy#replace should change the DB records rather than just mutatin...Jon Leighton2011-09-261-0/+11
* Ensure we are not comparing a string with a symbol in HasManyAssociation#inve...Jon Leighton2011-09-061-0/+10
* Fixed CollectionAssociation#find to be compatible with Array#findBogdan Gusiev2011-07-051-0/+4
* Assign the association attributes to the associated record before the before_...Jon Leighton2011-06-301-0/+7
* Make assert_no_queries literally enforce that there are no queries. As in, no...Jon Leighton2011-06-121-15/+0
* Refactor tests to be less brittleJon Leighton2011-06-121-25/+58
* Don't wrap operations on collection associations in transactions when they ar...benedikt2011-06-121-0/+45
* 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
* added an alias for new to build to the AR collection proxy, this corrects an ...Josh Kalderimis2011-06-011-0/+10
* Tests for issue #1360Farley Knight2011-05-311-0/+9
* Fix problem with loading polymorphic associations which have been defined in ...Jon Leighton2011-05-221-0/+7
* Pass the attribute and option hashes to build_associationAndrew White2011-05-171-0/+13
* CollectionAssociation#merge_target_lists should write to the underlying attri...Jon Leighton2011-05-141-0/+10
* Add test to specify that attributes from an association's conditions should b...Jon Leighton2011-05-101-4/+23
* Don't use mass-assignment protection when applying the scoped.scope_for_creat...Jon Leighton2011-05-101-0/+9
* Add failing tests according to #479.José Valim2011-05-101-0/+15
* Add failing tests, according to #480.José Valim2011-05-101-0/+14
* Fix for lighthouse #6741Nick Howard2011-05-011-0/+24
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-7/+7
* Added new #update_column method.Sebastian Martinez2011-03-271-3/+3
* Revert "Removed #update_attribute method. New #update_column method."Sebastian Martinez2011-03-271-3/+3
* Removed #update_attribute method. New #update_column method.Sebastian Martinez2011-03-261-3/+3
* Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-1/+0
* Correctly update counter caches on deletion for has_many :through [#2824 stat...Jon Leighton2011-02-071-8/+14
* AssociationCollection#clear can basically just use #delete_all, except it sho...Jon Leighton2011-01-301-3/+6