aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/range_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Consolidate the duplicated code that building range predicateRyuta Kamizono2019-01-081-21/+2
* PostgreSQL: Treat infinite values in date like datetime consistentlyRyuta Kamizono2018-02-231-3/+4
* Use private attr_readerRyuta Kamizono2018-02-231-2/+1
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-6/+20
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* 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