aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/predicate_builder
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor association handling in `PredicateBuilder`Sean Griffin2014-12-261-0/+57
* Re-use the predicate builder in the `ArrayHandler`Sean Griffin2014-12-261-3/+11
* Change `PredicateBuilder` handler methods to instance methodsSean Griffin2014-12-264-0/+46
* Add missing `:nodoc:`Sean Griffin2014-12-261-1/+1
* Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-041-10/+0
* Pass the `SelectManager`, rather than the AST when querying w/ RelationSean Griffin2014-11-021-1/+1
* 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-282-0/+42