aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder/array_handler.rb
Commit message (Expand)AuthorAgeFilesLines
* 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