Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg... | Kuldeep Aggarwal | 2013-12-30 | 1 | -0/+6 |
* | Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na... | David Heinemeier Hansson | 2013-11-02 | 1 | -0/+30 |
* | stop calling to_sym when building arel nodes [CVE-2013-1854] | Aaron Patterson | 2013-03-15 | 1 | -10/+15 |
* | Rollback where.like and where.not_like | Carlos Antonio da Silva | 2012-12-07 | 1 | -17/+2 |
* | Document the types of arguments accepted by AR#not | claudiob | 2012-12-07 | 1 | -0/+12 |
* | Fix where.not with in clause | Carlos Antonio da Silva | 2012-12-07 | 1 | -1/+1 |
* | Relation.where with no args can be chained with not, like, and not_like | Akira Matsuda | 2012-11-30 | 1 | -0/+78 |