| Commit message (Expand) | Author | Age | Files | Lines |
* | Move test to the proper file | Rafael Mendonça França | 2014-05-26 | 1 | -7/+0 |
* | Add missing test case for quoting behavior | Sean Griffin | 2014-05-26 | 1 | -0/+7 |
* | Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fix | Matthew Draper | 2014-05-22 | 1 | -0/+44 |
|\ |
|
| * | Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` used | Kuldeep Aggarwal | 2014-05-15 | 1 | -0/+44 |
* | | fix multiple hash preloads. Fixes #14994 | Aaron Patterson | 2014-05-20 | 1 | -0/+7 |
* | | Fix `Relation#delete_all` inconsistency | Leandro Facchinetti | 2014-05-16 | 1 | -1/+5 |
|/ |
|
* | Put back Relation#join method as a delegate to Array | Bogdan Gusiev | 2014-05-05 | 1 | -0/+4 |
* | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-20 | 1 | -0/+22 |
|\ |
|
| * | Changed the NullRelation so that when count is called with #group it will pro... | Eric Chahin | 2014-04-16 | 1 | -0/+11 |
| * | The Association Relation should use `empty?` and `size` from Relation. | Lauro Caetano | 2014-04-14 | 1 | -0/+11 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-14 | 1 | -0/+10 |
|\| |
|
| * | Use assert_not | Rafael Mendonça França | 2014-04-11 | 1 | -1/+1 |
| * | :scissors: | Rafael Mendonça França | 2014-04-11 | 1 | -3/+3 |
| * | Fix error for aggregate methods with select, see issue #13648 | Simon Woker | 2014-04-10 | 1 | -0/+10 |
* | | propogate bind values collected in arel to SQL generation | Aaron Patterson | 2014-04-11 | 1 | -0/+8 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-07 | 1 | -0/+18 |
|\| |
|
| * | Build the reverse_order on its proper method. | Lauro Caetano | 2014-04-07 | 1 | -0/+12 |
| * | CollectionProxy uses the arel of its association's scope. | Jefferson Lai | 2014-04-02 | 1 | -0/+6 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-25 | 1 | -0/+8 |
|\| |
|
| * | `where.not` adds `references` for `includes`. | Yves Senn | 2014-03-17 | 1 | -0/+8 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-13 | 1 | -2/+2 |
|\| |
|
| * | passing an instance of an AR object to `find` is deprecated | Aaron Patterson | 2014-03-13 | 1 | -1/+1 |
| * | passing an ActiveRecord object to `exists?` is deprecated. | Aaron Patterson | 2014-03-13 | 1 | -1/+1 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-13 | 1 | -2/+26 |
|\| |
|
| * | we only need to support `asc` and `ASC`. No need for mixed cases. #14263 | Yves Senn | 2014-03-05 | 1 | -21/+11 |
| * | Allow string hash values on AR order method | Marcelo Casiraghi | 2014-03-04 | 1 | -2/+36 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-02-17 | 1 | -3/+6 |
|\| |
|
| * | Revert "Merge pull request #13344 from ccutrer/fix-from-default-select" | Rafael Mendonça França | 2014-02-17 | 1 | -3/+6 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-02-17 | 1 | -12/+49 |
|\| |
|
| * | Handle aliased attributes in AR::Relation#select, #order, etc. | Tsutomu Kuroda | 2014-01-29 | 1 | -0/+31 |
| * | prepend table name for `Relation#select` columns. | Yves Senn | 2014-01-21 | 1 | -0/+6 |
| * | Ensure #second acts like #first AR finder | Jason Meller | 2014-01-20 | 1 | -12/+12 |
* | | Merge branch 'master' into set_binds | Aaron Patterson | 2014-01-14 | 1 | -13/+0 |
|\| |
|
| * | rm dup code | Aaron Patterson | 2014-01-14 | 1 | -13/+0 |
* | | test bind value equality | Aaron Patterson | 2014-01-14 | 1 | -2/+2 |
* | | `where` makes bind values, so stop manually creating them | Aaron Patterson | 2014-01-14 | 1 | -11/+3 |
* | | switch to arrays for bind removal test | Aaron Patterson | 2014-01-14 | 1 | -4/+2 |
* | | `where` creates binds, so do not create them manually | Aaron Patterson | 2014-01-14 | 1 | -2/+1 |
|/ |
|
* | unscope should remove bind values associated with the where | Aaron Patterson | 2014-01-13 | 1 | -0/+9 |
* | fix default select when from is used | Cody Cutrer | 2013-12-19 | 1 | -0/+5 |
* | Remove delegation test. | laurocaetano | 2013-12-12 | 1 | -17/+46 |
* | Revert "Merge pull request #12518 from vipulnsward/remove_count_options" | Rafael Mendonça França | 2013-12-11 | 1 | -1/+1 |
* | move Relation#merge tests into separate file. | Yves Senn | 2013-11-13 | 1 | -121/+0 |
* | Fix order dependent tests | Rafael Mendonça França | 2013-10-22 | 1 | -4/+4 |
* | Process sub-query relation's binding values | Paul Nikitochkin | 2013-10-20 | 1 | -0/+25 |
* | Pluck on NullRelation accepts a list of columns | Derek Prior | 2013-10-15 | 1 | -1/+1 |
* | Merge pull request #12518 from vipulnsward/remove_count_options | Rafael Mendonça França | 2013-10-13 | 1 | -1/+1 |
|\ |
|
| * | Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio... | Vipul A M | 2013-10-14 | 1 | -1/+1 |
* | | Merge pull request #12508 from jetthoughts/12415_generate_subqueries_for_rela... | Rafael Mendonça França | 2013-10-13 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Generate subquery for Relation passed as array condition for where | Paul Nikitochkin | 2013-10-13 | 1 | -0/+5 |