| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the `from` bind logic to a `FromClause` class | Sean Griffin | 2015-01-26 | 1 | -4/+2 |
* | Remove `Relation#bind_values=` | Sean Griffin | 2015-01-26 | 1 | -3/+4 |
* | `Relation#Merger` can merge all clause methods | Sean Griffin | 2015-01-25 | 1 | -3/+11 |
* | Move where merging logic over to `WhereClause` | Sean Griffin | 2015-01-25 | 1 | -39/+2 |
* | Don't duplicate `Relation::VALUE_METHODS` in `Relation::Merger` | Sean Griffin | 2015-01-24 | 1 | -2/+1 |
* | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 1 | -1/+1 |
* | Remove the unused second argument to `substitute_at` | Sean Griffin | 2014-11-17 | 1 | -12/+0 |
* | Remove unneccessary default values from relation merger | Sean Griffin | 2014-10-28 | 1 | -2/+2 |
* | Call value methods when merging relations, rather than accessing keys | Sean Griffin | 2014-10-28 | 1 | -14/+14 |
* | [ci skip] Make merge method nodoc | Anshul Sharma | 2014-10-20 | 1 | -8/+1 |
* | [ci skip] merge docs | Anshul Sharma | 2014-10-20 | 1 | -0/+7 |
* | Make filter_binds filter out symbols that are equal to strings | Nat Budin | 2014-05-14 | 1 | -1/+1 |
* | select! renamed to avoid name collision Array#select! | Earl J St Sauver | 2014-04-21 | 1 | -1/+9 |
* | Build the reverse_order on its proper method. | Lauro Caetano | 2014-04-07 | 1 | -1/+0 |
* | stuff the join dependency object in the "anything goes" hash. | Aaron Patterson | 2013-10-10 | 1 | -1/+1 |
* | Relation#merge should not lose readonly(false) flag. | thedarkone | 2013-09-11 | 1 | -1/+5 |
* | Don't create fibers just to iterate | Nicholas Jakobsen | 2013-08-30 | 1 | -3/+3 |
* | add a specific factory method rather than using new | Aaron Patterson | 2013-07-23 | 1 | -1/+1 |
* | reorder bind parameters when merging relations | Aaron Patterson | 2013-07-15 | 1 | -2/+18 |
* | Typo fix [skip ci] | Ankit Gupta | 2013-07-12 | 1 | -1/+1 |
* | Simplify/fix implementation of default scopes | Jon Leighton | 2013-06-28 | 1 | -4/+0 |
* | avoid creating a set if no where values are removed | Aaron Patterson | 2013-05-21 | 1 | -0/+2 |
* | remove bind values for where clauses that were removed | Aaron Patterson | 2013-05-21 | 1 | -9/+8 |
* | push partitioning up so bind elimination can get the removed wheres | Aaron Patterson | 2013-05-21 | 1 | -5/+3 |
* | push partion logic down and initialization logic up | Aaron Patterson | 2013-05-21 | 1 | -15/+11 |
* | partition the where values so we can access the removed ones | Aaron Patterson | 2013-05-20 | 1 | -1/+6 |
* | eliminate some conditionals | Aaron Patterson | 2013-05-20 | 1 | -3/+3 |
* | change method name to reflect what it actually does. | Aaron Patterson | 2013-05-20 | 1 | -2/+2 |
* | save the where values in variables so we don't need to look them up all | Aaron Patterson | 2013-05-20 | 1 | -4/+5 |
* | pass where values to the helper function rather than rely on internal state | Aaron Patterson | 2013-05-20 | 1 | -4/+4 |
* | Extract JoinDependency#join_relation to DRY the repeated application of the #... | Ben Woosley | 2013-05-10 | 1 | -3/+1 |
* | extracted piece of code into a method | Neeraj Singh | 2013-05-08 | 1 | -13/+12 |
* | Remove warning | Carlos Antonio da Silva | 2013-04-10 | 1 | -2/+2 |
* | While merging relations preserve context for joins | Jared Armstrong and Neeraj Singh | 2013-04-10 | 1 | -2/+30 |
* | Prevent Relation#merge from collapsing wheres on the RHS | Jon Leighton | 2013-01-27 | 1 | -17/+19 |
* | performance improvements to joins! | Aaron Patterson | 2012-10-12 | 1 | -2/+12 |
* | Speed up relation merging by reducing calls to Array#- | Aaron Patterson | 2012-10-12 | 1 | -3/+5 |
* | Fix "last equality wins" logic in relation merge | Ernie Miller | 2012-08-19 | 1 | -10/+5 |
* | Fix merge error when Equality LHS is non-attribute | Ernie Miller | 2012-08-17 | 1 | -2/+5 |
* | load active_support/core_ext/object/blank in active_support/rails | Xavier Noria | 2012-08-02 | 1 | -1/+0 |
* | Add nodoc to HashMerger and Merger | Oscar Del Ben | 2012-07-17 | 1 | -2/+2 |
* | Relation#from to accept other Relation objects | Radoslav Stankov | 2012-05-17 | 1 | -1/+2 |
* | Revert "Merge pull request #5494 from armstrjare/active_record_relation_keep_... | Jon Leighton | 2012-05-05 | 1 | -28/+3 |
* | Allow ActiveRecord::Relation merges to maintain context of joined associations | Jared Armstrong | 2012-05-04 | 1 | -3/+28 |
* | fix interpolation for hash merging | Jon Leighton | 2012-04-25 | 1 | -15/+24 |
* | allow merging a single where value | Jon Leighton | 2012-04-25 | 1 | -1/+1 |
* | now we can just manipulate the values hash in #only and #except | Jon Leighton | 2012-04-13 | 1 | -10/+1 |
* | remove apply_finder_options call from AssociationScope | Jon Leighton | 2012-04-13 | 1 | -1/+1 |
* | Make Relation#extending work like other value methods | Jon Leighton | 2012-04-13 | 1 | -3/+1 |
* | assert valid keys | Jon Leighton | 2012-04-13 | 1 | -0/+5 |