aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation
Commit message (Expand)AuthorAgeFilesLines
* Respect custom primary keys for associations in `Relation#where`Sean Griffin2015-02-041-1/+37
* Post.all.or(anything) == Post.allSean Griffin2015-01-292-5/+5
* Bring the implementation of Relation#or up to speedSean Griffin2015-01-282-3/+26
* Added #or to ActiveRecord::RelationMatthew Draper2015-01-281-0/+81
* Remove Relation#bind_paramsSean Griffin2015-01-271-2/+2
* Use an `Attribute` object to represent a bind valueSean Griffin2015-01-272-19/+8
* `WhereClause#predicates` does not need to be publicSean Griffin2015-01-272-102/+27
* Move where grouping into `WhereClause`Sean Griffin2015-01-271-0/+33
* Move the `from` bind logic to a `FromClause` classSean Griffin2015-01-261-3/+3
* Remove `Relation#bind_values=`Sean Griffin2015-01-261-1/+1
* Remove all references to `where_values` in testsSean Griffin2015-01-252-39/+39
* Move `where_unscoping` logic over to `WhereClause`Sean Griffin2015-01-251-0/+14
* Move `where.not` logic into `WhereClause`Sean Griffin2015-01-251-0/+26
* Remove all references to `where_values` in association codeSean Griffin2015-01-251-0/+5
* Move where merging logic over to `WhereClause`Sean Griffin2015-01-251-0/+42
* Introduce `Relation::WhereClause`Sean Griffin2015-01-251-0/+41
* Fix bind value copying from subqueried relationsSean Griffin2015-01-191-0/+8
* Whether a column exists or not doesn't affect whether we can use bindsSean Griffin2015-01-191-1/+1
* Should escape regexp wildcard character `.`Ryuta Kamizono2015-01-191-1/+1
* Properly copy nested bind values from subqueried relationsSean Griffin2015-01-091-9/+21
* Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`Sean Griffin2014-12-291-2/+2
* Fix failing testsSean Griffin2014-12-291-8/+4
* Inform Arel we don't need additional type casting in testsSean Griffin2014-12-262-3/+3
* Eagerly cast array values passed to the predicate builderSean Griffin2014-12-261-2/+6
* Perform casting of single values within the predicate builderSean Griffin2014-12-261-1/+1
* Fix new warning in ruby 2.2Sean Griffin2014-12-261-2/+2
* Change `PredicateBuilder` handler methods to instance methodsSean Griffin2014-12-261-1/+3
* Inject the `PredicateBuilder` into the `Relation` instanceSean Griffin2014-12-261-1/+1
* Remove deprecated behavior allowing nested arrays as query valuesMelanie Gilman2014-12-041-6/+0
* Build fix when running in isolationArun Agrawal2014-11-141-0/+1
* Fix test which failed in isolationSean Griffin2014-11-011-0/+1
* Allow Relation#rewhere to work with infinite range valuesDan Olson2014-10-271-0/+21
* Fix Relation.rewhere to work with Range valuesDan Olson2014-10-201-0/+7
* A `NullRelation` should represent nothing. Closes #15176.Yves Senn2014-09-111-0/+4
* Fix query with nested array in Active RecordCristian Bica2014-09-061-1/+3
* Load :developers fixtures where expecting a Developer to be thereAkira Matsuda2014-09-051-1/+1
* "warning: assigned but unused variable"Akira Matsuda2014-08-211-1/+1
* Only merge scopes with zero arity in has_many throughAgis-2014-08-201-0/+13
* Add a test case of nested empty array values in conditionsJean Boussier2014-08-171-0/+4
* Fixed AR::Relation#where edge case with Hash and other RelationBogdan Gusiev2014-08-141-0/+9
* active_record: Type cast booleans and durations for string columns.Dylan Thacker-Smith2014-07-061-1/+32
* Remove duplicated parameter check on #where!Sergey Alekseev2014-05-231-1/+1
* Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_masterRafael Mendonça França2014-05-141-0/+5
|\
| * Make filter_binds filter out symbols that are equal to stringsNat Budin2014-05-141-0/+5
|/
* Modify assert conditions not to be affectedYasuo Honda2014-05-121-2/+3
* Put back Relation#join method as a delegate to ArrayBogdan Gusiev2014-05-051-1/+1
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-251-1/+6
|\
| * select! renamed to avoid name collision Array#select!Earl J St Sauver2014-04-211-1/+6
* | remove the bind substitution visitor. to_sql should never return bind valuesAaron Patterson2014-04-091-3/+1
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-3/+11
|\|