aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/where_clause_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow symbols using "dot notation" to be passed to whereSean Griffin2016-04-121-0/+1
* Ensure associations still work when the table name contains a dotSean Griffin2016-03-311-1/+0
* Refactor `case_{sensitive|insensitive}_comparison`Ryuta Kamizono2016-01-011-0/+1
* Green version of moving the handling of supported arguments to `where`yui-knk2015-10-181-1/+3
* Revert "Move the handling of supported arguments to `where`"Rafael Mendonça França2015-10-171-1/+1
* Move the handling of supported arguments to `where`Sean Griffin2015-10-161-1/+1
* docs, :nodoc: `FromClause`, `QueryAttribute` and `WhereClauseFactory`.Yves Senn2015-10-131-1/+1
* Reduce calls to stringify_keys.Guo Xiang Tan2015-09-071-0/+1
* Move the construction of `WhereClause` objects out of `Relation`Sean Griffin2015-01-251-0/+34