aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/where_clause_factory.rb
Commit message (Expand)AuthorAgeFilesLines
* Use private attr_readerRyuta Kamizono2018-02-231-2/+1
* Fix expanding an array of `composed_of` objects which have multiple mappingsRyuta Kamizono2018-01-291-1/+0
* Make `sanitize_sql_` methods publicyuuji.yaginuma2017-12-131-1/+1
* Refactor Active Record to let Arel manage bind paramsSean Griffin2017-07-241-46/+2
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* 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
* Prevent making bind param if casted value is nilRyuta Kamizono2017-05-311-1/+1
* Decouple the building Arel ASTs for uniqueness validatorRyuta Kamizono2016-12-251-3/+43
* Describe what we are protectingAkira Matsuda2016-12-231-0/+2
* Reduce array allocation when `where` with passed hashRyuta Kamizono2016-09-101-3/+1
* Revert "Extract `PredicateBuilder::CaseSensitiveHandler`"Sean Griffin2016-08-311-1/+1
* Extract `PredicateBuilder::CaseSensitiveHandler`Ryuta Kamizono2016-08-161-1/+1
* Merge pull request #26073 from kamipo/revert_passing_splat_binds_for_arel_nodeSean Griffin2016-08-061-1/+0
|\
| * Revert passing arel node with splat binds for `where`Ryuta Kamizono2016-08-061-1/+0
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
|/
* 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