aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relations_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bring #reorder backSebastian Martinez2011-03-281-0/+6
* Merge branch 'master' into fuuuAaron Patterson2011-03-221-0/+8
|\
| * Reapply extensions when using except and onlyIain Hecker2011-03-211-0/+8
* | Add order clauses to fix some tests which were failing under 1.8 on oracle an...Jon Leighton2011-03-181-5/+5
* | Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-161-0/+26
|\|
| * Remove invalid testAndrew White2011-03-131-5/+1
| * Fixed a bug when empty? was called on a grouped Relation that wasn't loadedChris Oliver2011-03-121-0/+30
| * Referencing a table via the ON condition in a join should force that table to...Jon Leighton2011-03-071-0/+15
* | Referencing a table via the ON condition in a join should force that table to...Jon Leighton2011-03-071-0/+15
* | Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-041-24/+86
|\|
| * Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-181-3/+37
| |\
| | * explicitly allowing lolqueriesAaron Patterson2011-02-161-3/+10
| | * fixing whitespace problemsAaron Patterson2011-02-161-3/+3
| | * removed an unnecessary second query when passing an ActiveRecord::Relation to...Steven Fenigstein2011-02-161-1/+28
| * | Fix expected queries in relation tests.Emilio Tagua2011-02-151-2/+2
| * | Run tests without IdentityMap when IM=false is given.Emilio Tagua2011-02-151-5/+5
| * | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-9/+31
| |\|
| | * Remove Relation#& alias for Relation#mergeErnie Miller2011-02-121-7/+7
| | * ActiveRecord::Relation#primary_key should return a string, just like ActiveRe...Jon Leighton2011-01-031-0/+4
| | * Let AssociationCollection#find use #scoped to do its finding. Note that I am ...Jon Leighton2011-01-031-0/+4
| | * Fix test_any in relations_test.rb, which was failing when relations_test.rb i...Jon Leighton2011-01-031-0/+8
| | * Added one more failing test for bug #6036Robert Pankowecki (Gavdi)2011-01-041-0/+6
| * | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2010-12-201-4/+15
| |\|
| | * ActiveRecord::Base.joins should allow single nil argument [#6181 state:resolved]Piotr Sarnacki2010-12-161-0/+4
| | * Replace rudimentary named_scope with scope. [#6052 state:resolved]Pavel Gorbokon2010-12-151-3/+3
| * | Update number of queries executed instead of avoiding IM.Emilio Tagua2010-11-191-9/+5
| * | IdentityMap - Tests for IMMarcin Raczkowski2010-11-191-0/+6
* | | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-271-1/+29
|\ \ \ | | |/ | |/|
| * | Do not send id for quoting twice if the primary key is string.Neeraj Singh2010-11-231-1/+8
| |/
| * testing multiple ORd queriesAaron Patterson2010-11-181-0/+12
| * When use where more than once on the same column, relation doesn't do an 'or'...Santiago Pastorino2010-11-171-0/+9
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-171-5/+30
|\|
| * support finding by a ruby class [#5979 state:resolved]Aaron Patterson2010-11-151-0/+7
| * adding more test coverage around finding with active record objectsAaron Patterson2010-11-151-0/+12
| * use quoted id of single AR::Base objects in predicatesAaron Patterson2010-11-151-0/+6
| * use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-5/+5
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-11-081-1/+12
|\|
| * use column names as order by complex function parameters, fix for postgresql ...Raimonds Simanovskis2010-11-071-12/+2
| * Fixes queries using limits and punctuation in order, removes order("col1, col...Santiago Pastorino2010-11-051-1/+22
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-311-0/+5
|\|
| * adding tests for #5234 and #5184. Tests were from Akira Matsuda. Thanks Akira!Aaron Patterson2010-10-301-0/+5
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-281-7/+9
|\|
| * adding bind_values to relationsAaron Patterson2010-10-261-0/+9
| * removing call to deprecated API, this test is outside AR responsibilitiesAaron Patterson2010-10-221-7/+0
* | Add explicit ordering in relations_test.rb, as the lack of this was causing f...Jon Leighton2010-10-191-9/+9
* | Properly support conditions on any of the reflections involved in a nested th...Jon Leighton2010-10-191-9/+9
* | Merge branch 'master' into nested_has_many_throughJon Leighton2010-10-141-6/+0
|\|
| * reorder removed in favor of except(:order).orderSantiago Pastorino2010-10-111-6/+0
* | Fix the tests (I have actually verified that these are also the 'right' fixes...Jon Leighton2010-10-031-10/+10
|/
* @klass also uses DynamicFinderMatch, so no need for it on the relationAaron Patterson2010-09-271-0/+5