aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/sanitization.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Revert deprecation of `sanitize_sql_hash_for_assignment`Sean Griffin2014-11-021-3/+0
* Deprecate `sanitize_sql_hash_` methods on ActiveRecordSean Griffin2014-11-021-0/+6
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* [ci skip] Use `an` for SQLAkshay Vishnoi2014-06-141-1/+1
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-0/+7
|\
| * `sanitize_sql_like` escapes `escape_character` not only backslash.Yves Senn2014-04-161-1/+2
| * SQL Like escaping helper method. [Rob Gilson & Yves Senn]Rob Gilson2014-04-161-0/+6
* | working against arel/collector branchAaron Patterson2014-04-091-1/+1
|/
* move alias method `sanitize_conditions` to a correct placeDmitry Polushkin2014-02-091-2/+1
* Tidy up fix for PG extensions quotingCarlos Antonio da Silva2013-12-231-4/+6
* Serialize postgres' hstore, json and array types correctly in AR update methods.Tadas Tamosauskas2013-12-231-4/+5
* Add nodoc to methodRafael Mendonça França2013-10-131-1/+1
* Generate subquery for Relation passed as array condition for wherePaul Nikitochkin2013-10-131-2/+12
* Don't allow `quote_value` to be called without a columnBen Woosley2013-07-221-2/+2
* resolve aliases before passing the hash to the predicate builderAaron Patterson2013-07-021-0/+1
* Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditionsZach Ohlgren2013-05-061-1/+1
* Fix cases where delete_records on a has_many association caused errorsDerek Kraan2013-01-271-4/+4
* 1.9 Syntax related changesAvnerCohen2012-11-101-12/+12
* remove unused `expand_range_bind_variables` methodYves Senn2012-10-081-17/+0
* Pass in the model class rather than engineJon Leighton2012-09-131-2/+2
* Minor refactor in ActiveRecord#initialize_dupCarlos Antonio da Silva2012-09-071-1/+0
* load active_support/concern in active_support/railsXavier Noria2012-08-021-1/+0
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+32
* Remove instance level quote_value method. This method is private and also exi...kennyj2012-07-141-9/+2
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-32/+0
* de-globalise methodJon Leighton2012-05-041-1/+1
* Refactor and cleanup in some ActiveRecord modulesCarlos Antonio da Silva2012-03-031-4/+4
* Split out most of the AR::Base code into separate modules :cake:Jon Leighton2011-12-151-0/+194