index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
sanitization.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
1
-0
/
+7
|
\
|
*
`sanitize_sql_like` escapes `escape_character` not only backslash.
Yves Senn
2014-04-16
1
-1
/
+2
|
*
SQL Like escaping helper method. [Rob Gilson & Yves Senn]
Rob Gilson
2014-04-16
1
-0
/
+6
*
|
working against arel/collector branch
Aaron Patterson
2014-04-09
1
-1
/
+1
|
/
*
move alias method `sanitize_conditions` to a correct place
Dmitry Polushkin
2014-02-09
1
-2
/
+1
*
Tidy up fix for PG extensions quoting
Carlos Antonio da Silva
2013-12-23
1
-4
/
+6
*
Serialize postgres' hstore, json and array types correctly in AR update methods.
Tadas Tamosauskas
2013-12-23
1
-4
/
+5
*
Add nodoc to method
Rafael Mendonça França
2013-10-13
1
-1
/
+1
*
Generate subquery for Relation passed as array condition for where
Paul Nikitochkin
2013-10-13
1
-2
/
+12
*
Don't allow `quote_value` to be called without a column
Ben Woosley
2013-07-22
1
-2
/
+2
*
resolve aliases before passing the hash to the predicate builder
Aaron Patterson
2013-07-02
1
-0
/
+1
*
Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions
Zach Ohlgren
2013-05-06
1
-1
/
+1
*
Fix cases where delete_records on a has_many association caused errors
Derek Kraan
2013-01-27
1
-4
/
+4
*
1.9 Syntax related changes
AvnerCohen
2012-11-10
1
-12
/
+12
*
remove unused `expand_range_bind_variables` method
Yves Senn
2012-10-08
1
-17
/
+0
*
Pass in the model class rather than engine
Jon Leighton
2012-09-13
1
-2
/
+2
*
Minor refactor in ActiveRecord#initialize_dup
Carlos Antonio da Silva
2012-09-07
1
-1
/
+0
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+32
*
Remove instance level quote_value method. This method is private and also exi...
kennyj
2012-07-14
1
-9
/
+2
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-32
/
+0
*
de-globalise method
Jon Leighton
2012-05-04
1
-1
/
+1
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-4
/
+4
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+194