aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/range_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unused `predicate_builder` for `BasicObjectHandler` and `RangeHandler`Ryuta Kamizono2016-07-021-8/+0
* Use bind parameters for ranges in where clausesSean Griffin2016-01-211-1/+17
* Rely on the injectable type caster for `arel_table`Sean Griffin2014-12-291-16/+0
* Eagerly cast range values in the predicate builderSean Griffin2014-12-261-0/+24
* Change `PredicateBuilder` handler methods to instance methodsSean Griffin2014-12-261-0/+9