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
*
quoted_id is not public API.
Rafael Mendonça França
2016-01-01
1
-1
/
+1
*
Add test cases for `#sanitize_sql_array` with named_bind_variables
yui-knk
2015-11-09
1
-0
/
+9
*
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-0
/
+16
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-3
/
+4
*
[ci skip] Update docs of `AR::Sanitization`
yui-knk
2015-09-26
1
-19
/
+56
*
Remove not used argument `table_name` of `sanitize_sql_for_conditions`
yui-knk
2015-09-23
1
-1
/
+1
*
Use block variable instead of global
Roque Pinel
2015-06-09
1
-2
/
+2
*
remove documentation for sanitize_sql_for_conditions with a Hash
Matthew Rudy Jacobs
2015-05-12
1
-2
/
+1
*
Remove call to sanitize_sql_hash_for_conditions
Matthew Rudy Jacobs
2015-05-12
1
-1
/
+0
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Stop passing a column to `quote` when finding by AR models
Sean Griffin
2015-01-10
1
-5
/
+2
*
Remove deprecated `sanitize_sql_hash_for_conditions`
Rafael Mendonça França
2015-01-04
1
-29
/
+0
*
Stop using the column for type information in sanitization
Sean Griffin
2015-01-01
1
-5
/
+4
*
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-1
/
+1
*
Refactor `PredicateBuilder` from singleton to instance
Melanie Gilman
2014-12-02
1
-3
/
+4
*
Stop using `Arel::Table.engine`
Sean Griffin
2014-11-29
1
-1
/
+1
*
Revert deprecation of `sanitize_sql_hash_for_assignment`
Sean Griffin
2014-11-02
1
-3
/
+0
*
Deprecate `sanitize_sql_hash_` methods on ActiveRecord
Sean Griffin
2014-11-02
1
-0
/
+6
*
Call gsub with a Regexp instead of a String for better performance
Pablo Herrero
2014-11-01
1
-1
/
+1
*
[ci skip] Use `an` for SQL
Akshay Vishnoi
2014-06-14
1
-1
/
+1
*
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