aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/basic_object_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Use private attr_readerRyuta Kamizono2018-02-231-2/+1
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-1/+10
* 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
* Rely on the injectable type caster for `arel_table`Sean Griffin2014-12-291-1/+0
* Perform casting of single values within the predicate builderSean Griffin2014-12-261-0/+9
* Change `PredicateBuilder` handler methods to instance methodsSean Griffin2014-12-261-0/+9