aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/relation
Commit message (Expand)AuthorAgeFilesLines
* stop calling to_sym when building arel nodes [CVE-2013-1854]Aaron Patterson2013-03-151-10/+15
* Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"Steve Klabnik2013-02-271-25/+0
* Reverting e170014113 (Change behaviour with empty hash in where clause)Guillermo Iguaran2013-02-081-6/+2
* Reverting 16f6f25 (Change behaviour with empty array in where clause)Guillermo Iguaran2013-02-081-3/+1
* Change behaviour with empty array in where clauserobertomiranda2013-02-081-1/+3
* Change behaviour with empty hash in where clauserobertomiranda2013-02-081-2/+6
* active_record: Quote numeric values compared to string columns.Dylan Smith2013-02-071-0/+25
* reduce the number of queries on IN clauses, fix relation queries in `where`Aaron Patterson2013-01-241-1/+14
* Fix syntax error and remove duplicated testCarlos Antonio da Silva2013-01-081-6/+4
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-081-0/+6
* Revert "Merge branch 'master-sec'"Jeremy Kemper2013-01-081-6/+0
* * Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...Aaron Patterson2013-01-071-0/+6
* 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
* Move where with blank conditions test to the correct where tests fileCarlos Antonio da Silva2012-12-071-0/+6
* Relation.where with no args can be chained with not, like, and not_likeAkira Matsuda2012-11-301-0/+78
* fix querying with an empty hashDamien Mathieu2012-09-191-1/+10
* Fix nested association referencesJon Leighton2012-09-121-38/+31
* Accept belongs_to assoc. keys in ActiveRecord queriesbeerlington2012-09-111-1/+69
* predicate builder should not recurse for determining where columns.Aaron Patterson2012-05-301-0/+19