aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/base_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-2/+0
* 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
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* Perform casting of single values within the predicate builderSean Griffin2014-12-261-1/+9
* Change `PredicateBuilder` handler methods to instance methodsSean Griffin2014-12-261-0/+9