aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation/where_chain_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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