| Commit message (Expand) | Author | Age | Files | Lines |
* | Whether a column exists or not doesn't affect whether we can use binds | Sean Griffin | 2015-01-19 | 1 | -1/+1 |
* | Should escape regexp wildcard character `.` | Ryuta Kamizono | 2015-01-19 | 1 | -1/+1 |
* | Properly copy nested bind values from subqueried relations | Sean Griffin | 2015-01-09 | 1 | -9/+21 |
* | Remove all cases of manuallly wrapping `Arel::Nodes::Quoted` | Sean Griffin | 2014-12-29 | 1 | -2/+2 |
* | Fix failing tests | Sean Griffin | 2014-12-29 | 1 | -8/+4 |
* | Inform Arel we don't need additional type casting in tests | Sean Griffin | 2014-12-26 | 2 | -3/+3 |
* | Eagerly cast array values passed to the predicate builder | Sean Griffin | 2014-12-26 | 1 | -2/+6 |
* | Perform casting of single values within the predicate builder | Sean Griffin | 2014-12-26 | 1 | -1/+1 |
* | Fix new warning in ruby 2.2 | Sean Griffin | 2014-12-26 | 1 | -2/+2 |
* | Change `PredicateBuilder` handler methods to instance methods | Sean Griffin | 2014-12-26 | 1 | -1/+3 |
* | Inject the `PredicateBuilder` into the `Relation` instance | Sean Griffin | 2014-12-26 | 1 | -1/+1 |
* | Remove deprecated behavior allowing nested arrays as query values | Melanie Gilman | 2014-12-04 | 1 | -6/+0 |
* | Build fix when running in isolation | Arun Agrawal | 2014-11-14 | 1 | -0/+1 |
* | Fix test which failed in isolation | Sean Griffin | 2014-11-01 | 1 | -0/+1 |
* | Allow Relation#rewhere to work with infinite range values | Dan Olson | 2014-10-27 | 1 | -0/+21 |
* | Fix Relation.rewhere to work with Range values | Dan Olson | 2014-10-20 | 1 | -0/+7 |
* | A `NullRelation` should represent nothing. Closes #15176. | Yves Senn | 2014-09-11 | 1 | -0/+4 |
* | Fix query with nested array in Active Record | Cristian Bica | 2014-09-06 | 1 | -1/+3 |
* | Load :developers fixtures where expecting a Developer to be there | Akira Matsuda | 2014-09-05 | 1 | -1/+1 |
* | "warning: assigned but unused variable" | Akira Matsuda | 2014-08-21 | 1 | -1/+1 |
* | Only merge scopes with zero arity in has_many through | Agis- | 2014-08-20 | 1 | -0/+13 |
* | Add a test case of nested empty array values in conditions | Jean Boussier | 2014-08-17 | 1 | -0/+4 |
* | Fixed AR::Relation#where edge case with Hash and other Relation | Bogdan Gusiev | 2014-08-14 | 1 | -0/+9 |
* | active_record: Type cast booleans and durations for string columns. | Dylan Thacker-Smith | 2014-07-06 | 1 | -1/+32 |
* | Remove duplicated parameter check on #where! | Sergey Alekseev | 2014-05-23 | 1 | -1/+1 |
* | Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master | Rafael Mendonça França | 2014-05-14 | 1 | -0/+5 |
|\ |
|
| * | Make filter_binds filter out symbols that are equal to strings | Nat Budin | 2014-05-14 | 1 | -0/+5 |
|/ |
|
* | Modify assert conditions not to be affected | Yasuo Honda | 2014-05-12 | 1 | -2/+3 |
* | Put back Relation#join method as a delegate to Array | Bogdan Gusiev | 2014-05-05 | 1 | -1/+1 |
* | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-25 | 1 | -1/+6 |
|\ |
|
| * | select! renamed to avoid name collision Array#select! | Earl J St Sauver | 2014-04-21 | 1 | -1/+6 |
* | | remove the bind substitution visitor. to_sql should never return bind values | Aaron Patterson | 2014-04-09 | 1 | -3/+1 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-04-07 | 1 | -3/+11 |
|\| |
|
| * | Build the reverse_order on its proper method. | Lauro Caetano | 2014-04-07 | 1 | -3/+11 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-03-25 | 2 | -6/+6 |
|\| |
|
| * | use ARel factory methods for building AST nodes | Aaron Patterson | 2014-03-24 | 2 | -17/+17 |
* | | Merge branch 'master' into adequaterecord | Aaron Patterson | 2014-02-17 | 1 | -0/+4 |
|\| |
|
| * | Handle aliased attributes in AR::Relation#select, #order, etc. | Tsutomu Kuroda | 2014-01-29 | 1 | -0/+4 |
* | | Merge branch 'master' into set_binds | Aaron Patterson | 2014-01-14 | 1 | -2/+2 |
|\| |
|
* | | remove dead code | Aaron Patterson | 2014-01-14 | 1 | -3/+0 |
* | | adjust AST tests to respect bind values | Aaron Patterson | 2014-01-14 | 1 | -21/+61 |
* | | where uses bind values so we don't need to manually create them | Aaron Patterson | 2014-01-14 | 1 | -11/+3 |
* | | remove test that does not apply anymore | Aaron Patterson | 2014-01-14 | 1 | -12/+1 |
|/ |
|
* | raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg... | Kuldeep Aggarwal | 2013-12-30 | 1 | -0/+6 |
* | Create a blacklist to disallow mutator methods to be delegated to `Array`. | Lauro Caetano | 2013-12-17 | 1 | -4/+11 |
* | Better support for `where()` conditions that use an association name. | Martin Emde | 2013-12-16 | 1 | -0/+34 |
* | Add a bunch of Relation -> Array delegate methods to the whitelist. This won'... | Jeremy Kemper | 2013-12-12 | 1 | -28/+14 |
* | Use `public_send` instead of just use `send`. | Lauro Caetano | 2013-12-12 | 1 | -4/+4 |
* | Use a whitelist to delegate methods to array | Lauro Caetano | 2013-12-12 | 1 | -57/+32 |
* | Merge pull request #13029 from akshay-vishnoi/documentation | Yves Senn | 2013-11-25 | 1 | -4/+4 |
|\ |
|