aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/where_chain_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-1/+1
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-1/+1
|/
* 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
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* `WhereClause#predicates` does not need to be publicSean Griffin2015-01-271-99/+23
* Remove all references to `where_values` in testsSean Griffin2015-01-251-36/+36
* Whether a column exists or not doesn't affect whether we can use bindsSean Griffin2015-01-191-1/+1
* Fix failing testsSean Griffin2014-12-291-8/+4
* Inform Arel we don't need additional type casting in testsSean Griffin2014-12-261-1/+1
* 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
* 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
* Remove duplicated parameter check on #where!Sergey Alekseev2014-05-231-1/+1
* Merge branch 'master' into adequaterecordAaron Patterson2014-03-251-4/+4
|\
| * use ARel factory methods for building AST nodesAaron Patterson2014-03-241-15/+15
* | remove dead codeAaron Patterson2014-01-141-3/+0
* | adjust AST tests to respect bind valuesAaron Patterson2014-01-141-21/+61
|/
* raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg...Kuldeep Aggarwal2013-12-301-0/+6
* Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...David Heinemeier Hansson2013-11-021-0/+30
* stop calling to_sym when building arel nodes [CVE-2013-1854]Aaron Patterson2013-03-151-10/+15
* Rollback where.like and where.not_likeCarlos Antonio da Silva2012-12-071-17/+2
* Document the types of arguments accepted by AR#notclaudiob2012-12-071-0/+12
* Fix where.not with in clauseCarlos Antonio da Silva2012-12-071-1/+1
* Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-0/+78