aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/sanitization.rb
Commit message (Expand)AuthorAgeFilesLines
* 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