| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-11-17 | 1 | -5/+30 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-11-08 | 1 | -1/+12 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-31 | 1 | -0/+5 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-28 | 1 | -7/+9 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Add explicit ordering in relations_test.rb, as the lack of this was causing f... | Jon Leighton | 2010-10-19 | 1 | -9/+9 |
| * | | | | | | | Properly support conditions on any of the reflections involved in a nested th... | Jon Leighton | 2010-10-19 | 1 | -9/+9 |
| * | | | | | | | Merge branch 'master' into nested_has_many_through | Jon Leighton | 2010-10-14 | 1 | -6/+0 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | Fix the tests (I have actually verified that these are also the 'right' fixes... | Jon Leighton | 2010-10-03 | 1 | -10/+10 |
* | | | | | | | | | Change behavior of count(:limit => x, :offset => y) to limit/offset before co... | John Mileham | 2011-03-03 | 1 | -0/+28 |
| |_|_|_|_|_|_|/
|/| | | | | | | |
|
* | | | | | | | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-18 | 1 | -3/+37 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | explicitly allowing lolqueries | Aaron Patterson | 2011-02-16 | 1 | -3/+10 |
| * | | | | | | | | fixing whitespace problems | Aaron Patterson | 2011-02-16 | 1 | -3/+3 |
| * | | | | | | | | removed an unnecessary second query when passing an ActiveRecord::Relation to... | Steven Fenigstein | 2011-02-16 | 1 | -1/+28 |
* | | | | | | | | | Fix expected queries in relation tests. | Emilio Tagua | 2011-02-15 | 1 | -2/+2 |
* | | | | | | | | | Run tests without IdentityMap when IM=false is given. | Emilio Tagua | 2011-02-15 | 1 | -5/+5 |
* | | | | | | | | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2011-02-15 | 1 | -9/+31 |
|\| | | | | | | | |
|
| * | | | | | | | | Remove Relation#& alias for Relation#merge | Ernie Miller | 2011-02-12 | 1 | -7/+7 |
| * | | | | | | | | ActiveRecord::Relation#primary_key should return a string, just like ActiveRe... | Jon Leighton | 2011-01-03 | 1 | -0/+4 |
| * | | | | | | | | Let AssociationCollection#find use #scoped to do its finding. Note that I am ... | Jon Leighton | 2011-01-03 | 1 | -0/+4 |
| * | | | | | | | | Fix test_any in relations_test.rb, which was failing when relations_test.rb i... | Jon Leighton | 2011-01-03 | 1 | -0/+8 |
| * | | | | | | | | Added one more failing test for bug #6036 | Robert Pankowecki (Gavdi) | 2011-01-04 | 1 | -0/+6 |
* | | | | | | | | | Merge remote branch 'rails/master' into identity_map | Emilio Tagua | 2010-12-20 | 1 | -4/+15 |
|\| | | | | | | | |
|
| * | | | | | | | | ActiveRecord::Base.joins should allow single nil argument [#6181 state:resolved] | Piotr Sarnacki | 2010-12-16 | 1 | -0/+4 |
| * | | | | | | | | Replace rudimentary named_scope with scope. [#6052 state:resolved] | Pavel Gorbokon | 2010-12-15 | 1 | -3/+3 |
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| * | | | | | | | Do not send id for quoting twice if the primary key is string. | Neeraj Singh | 2010-11-23 | 1 | -1/+8 |
* | | | | | | | | Update number of queries executed instead of avoiding IM. | Emilio Tagua | 2010-11-19 | 1 | -9/+5 |
* | | | | | | | | IdentityMap - Tests for IM | Marcin Raczkowski | 2010-11-19 | 1 | -0/+6 |
|/ / / / / / / |
|
* | | | | | | | testing multiple ORd queries | Aaron Patterson | 2010-11-18 | 1 | -0/+12 |
* | | | | | | | When use where more than once on the same column, relation doesn't do an 'or'... | Santiago Pastorino | 2010-11-17 | 1 | -0/+9 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | support finding by a ruby class [#5979 state:resolved] | Aaron Patterson | 2010-11-15 | 1 | -0/+7 |
* | | | | | | adding more test coverage around finding with active record objects | Aaron Patterson | 2010-11-15 | 1 | -0/+12 |
* | | | | | | use quoted id of single AR::Base objects in predicates | Aaron Patterson | 2010-11-15 | 1 | -0/+6 |
* | | | | | | use persisted? instead of new_record? wherever possible | David Chelimsky | 2010-11-09 | 1 | -5/+5 |
| |_|_|_|/
|/| | | | |
|
* | | | | | use column names as order by complex function parameters, fix for postgresql ... | Raimonds Simanovskis | 2010-11-07 | 1 | -12/+2 |
* | | | | | Fixes queries using limits and punctuation in order, removes order("col1, col... | Santiago Pastorino | 2010-11-05 | 1 | -1/+22 |
| |_|_|/
|/| | | |
|
* | | | | adding tests for #5234 and #5184. Tests were from Akira Matsuda. Thanks Akira! | Aaron Patterson | 2010-10-30 | 1 | -0/+5 |
| |_|/
|/| | |
|
* | | | adding bind_values to relations | Aaron Patterson | 2010-10-26 | 1 | -0/+9 |
* | | | removing call to deprecated API, this test is outside AR responsibilities | Aaron Patterson | 2010-10-22 | 1 | -7/+0 |
| |/
|/| |
|
* | | reorder removed in favor of except(:order).order | Santiago Pastorino | 2010-10-11 | 1 | -6/+0 |
|/ |
|
* | @klass also uses DynamicFinderMatch, so no need for it on the relation | Aaron Patterson | 2010-09-27 | 1 | -0/+5 |
* | expanding the test to include both type of order declaration | Neeraj Singh | 2010-09-18 | 1 | -6/+22 |
* | removing nonsensical tests, limit now actually adds a limit | Aaron Patterson | 2010-09-15 | 1 | -4/+0 |
* | added a test for relation which checks intersection between a relation and an... | kane | 2010-09-10 | 1 | -0/+6 |
* | Add tests for Relation#only. | Emilio Tagua | 2010-09-09 | 1 | -0/+11 |
* | select should raise error when no block or no parameter is passed | Aaron Patterson | 2010-09-07 | 1 | -0/+4 |
* | order should always be concatenated. | Neeraj Singh | 2010-09-05 | 1 | -0/+18 |
* | Fix test: this should return 0 not 7, since Arel was ignoring select clause a... | Emilio Tagua | 2010-09-01 | 1 | -1/+1 |
* | code gardening: we have assert_(nil|blank|present), more concise, with better... | Xavier Noria | 2010-08-17 | 1 | -2/+2 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -2/+2 |
* | Ensure we can nest include calls [#5285 state:resolved] | Neeraj Singh | 2010-08-12 | 1 | -1/+11 |