aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix behaviour of foo.has_many_through_association.select('custom select') [#6...Michał Łomnicki2010-12-231-0/+5
| | * Fix creation of has_many through records with custom primary_key option on be...Szymon Nowak2010-12-231-1/+29
| | * Verify that has_one :through preload respects the :conditions [#2976 state:re...Will Bryant2010-12-231-0/+12
| | * Don't allow a has_one association to go :through a collection association [#2...Jon Leighton2010-12-231-5/+7
| | * Fix for default_scope tests to ensure comparing of equally sorted listsRaimonds Simanovskis2010-12-232-2/+2
| | * removing SQL interpolation, please use scoping and attribute conditionals as ...Aaron Patterson2010-12-221-4/+0
| | * define_attr_method must serialize nil correctlyAaron Patterson2010-12-201-0/+4
| | * has_many associations with :dependent => :delete_all should update the counte...Jon Leighton2010-12-201-0/+12
| | * Fix problem where wrong keys are used in JoinAssociation when an association ...Jon Leighton2010-12-201-0/+7
| * | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-209-35/+142
| |\|
| | * Fix various issues with the :primary_key option in :through associations [#24...Jon Leighton2010-12-151-0/+16
| | * Fix problem with duplicated records when a :uniq :through association is prel...Jon Leighton2010-12-152-2/+15
| | * test for eager load of has_one association with condition on the through tablePivotal Labs2010-12-161-1/+9
| | * Verify that creating a has_many through record where there is a default_scope...Jon Leighton2010-12-161-0/+7
| | * Respect the default_scope on a join model when reading a through associationJon Leighton2010-12-162-1/+13
| | * Fix hm:t to self table aliasing in construct_scopeErnie Miller2010-12-161-1/+1
| | * add test which fails for has_many through self join [#4361 state:open]Joe Hannon2010-12-161-0/+7
| | * fixing whitespace errorsAaron Patterson2010-12-161-4/+4
| * | Clear IdentityMap before continue this test, we can do this here because stor...Emilio Tagua2010-11-191-0/+1
| * | Fix number of queries performed in tests.Emilio Tagua2010-11-191-6/+6
| * | Revert "IdentityMap - Adjustments to test cases"Emilio Tagua2010-11-193-18/+12
| * | Test with target object, failing on 1.9.2 when comparing object against assoc...Emilio Tagua2010-11-191-0/+1
| * | Add tests for inverse relations when using has many and identity map.Emilio Tagua2010-11-191-0/+134
| * | IdentityMap - Adjustments to test casesMarcin Raczkowski2010-11-193-12/+18
| * | IdentityMap - Tests for IMMarcin Raczkowski2010-11-191-1/+1
* | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-12-124-10/+59
|\ \ \ | | |/ | |/|
| * | preheating cache so that tests can run in isolationAaron Patterson2010-12-091-0/+5
| * | Setting the id of a belongs_to object updates all referenced objects [#2989 s...Jeff Dean2010-12-081-0/+37
| * | not a responsibility for rails to testAaron Patterson2010-12-031-10/+0
| * | test case on has_one :through after a destroyJohn Hawthorn2010-11-291-0/+17
* | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-276-10/+57
|\| |
| * | removing unused variablesAaron Patterson2010-11-225-10/+5
| * | Removed ids_in_list_limit in favor of in_clause_length defined in database_li...Alex Rothenberg2010-11-231-7/+7
| |/
| * removing space errorsAaron Patterson2010-11-181-1/+1
| * Adapters can specify maximum number of ids they support in a list of expressionsAlex Rothenberg2010-11-181-0/+52
| * Fix bug with 0bb85ed9ffa9808926b46e8f7e59cab5b85ac19f which missed out a fixt...Jon Leighton2010-11-171-1/+2
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-179-57/+92
|\|
| * removing many unused variablesAaron Patterson2010-11-161-2/+2
| * reloading an association will properly set attributes of instantiated objects...Aaron Patterson2010-11-161-0/+21
| * if association is already loaded and if a find operation is performed on the ...Neeraj Singh2010-11-151-0/+11
| * fisting a bunch of unused variable warningsAaron Patterson2010-11-154-20/+16
| * Fix bug where size of through association is not correct after adding a has_m...Jason Cheow2010-11-141-0/+7
| * use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-095-35/+35
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-082-3/+3
|\|
| * Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-052-3/+3
* | Update new tests in cascaded_eager_loading_test.rb to work with the modified ...Jon Leighton2010-10-311-6/+6
* | Fix bug with 0bb85ed9ffa9808926b46e8f7e59cab5b85ac19f which missed out a fixt...Jon Leighton2010-10-311-1/+2
* | Fix naughty trailing whitespaceJon Leighton2010-10-313-101/+101
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-312-0/+33
|\|
| * Convert :primary_key in association to a string before comparing to column na...Denis Odorcic2010-10-301-0/+7