aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/array_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* Lazy checking whether or not values in IN clause are boundableRyuta Kamizono2018-10-241-3/+2
* Fallback to unprepared statement only when bind params limit is exceededRyuta Kamizono2018-09-141-2/+2
* Eager loading/preloading should be worked regardless of large number of recordsRyuta Kamizono2018-09-121-4/+5
* Use `Array#extract!` where possiblebogdanvlviv2018-08-141-2/+4
* Use private attr_readerRyuta Kamizono2018-02-231-2/+1
* Remove unused `queries_predicates`Ryuta Kamizono2017-07-251-12/+0
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-3/+5
* 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
* Early return in `PredicateBuilder::ArrayHandler`Ryuta Kamizono2017-04-151-4/+3
* Convert `PolymorphicArrayValue` to PORO queriesRyuta Kamizono2017-04-091-1/+13
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-5/+5
* Remove unneeded requiresRafael Mendonça França2015-01-041-2/+0
* Rely on the injectable type caster for `arel_table`Sean Griffin2014-12-291-6/+1
* Eagerly cast array values passed to the predicate builderSean Griffin2014-12-261-1/+6
* Re-use the predicate builder in the `ArrayHandler`Sean Griffin2014-12-261-3/+11
* Add missing `:nodoc:`Sean Griffin2014-12-261-1/+1
* Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-041-10/+0
* Use `#between`, rather than `#in` for passing Ranges to ArelSean Griffin2014-10-301-1/+1
* let's warn with heredocsXavier Noria2014-10-281-3/+8
* Fix query with nested array in Active RecordCristian Bica2014-09-061-4/+12
* Allow empty arrays in where predicatesSean Griffin2014-05-261-0/+2
* Refactor the handling of arrays in where predicatesSean Griffin2014-05-261-11/+14
* Add ability to specify how a class is converted to Arel predicatesgrif2013-07-281-0/+29