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
/
test
/
cases
/
sanitize_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
1
-3
/
+7
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-8
/
+8
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-46
/
+46
*
Merge pull request #22209 from yui-knk/add_test_sanitize_sql_array_handles_na...
Sean Griffin
2015-12-14
1
-0
/
+10
|
\
|
*
Add test cases for `#sanitize_sql_array` with named_bind_variables
yui-knk
2015-11-09
1
-0
/
+10
*
|
Remove some bind related test cases from finder_test.rb to sanitize_test.rb
yui-knk
2015-11-21
1
-0
/
+94
|
/
*
Quote prepared statements of `sanitize_sql_array`
yui-knk
2015-09-25
1
-4
/
+4
*
Remove deprecated `sanitize_sql_hash_for_conditions`
Rafael Mendonça França
2015-01-04
1
-11
/
+0
*
Add an `assert_deprecated` for `sanitize_sql_hash_for_conditions`
Sean Griffin
2014-11-02
1
-1
/
+3
*
remove warning
Kuldeep Aggarwal
2014-04-18
1
-1
/
+1
*
`sanitize_sql_like` escapes `escape_character` not only backslash.
Yves Senn
2014-04-16
1
-4
/
+5
*
SQL Like escaping helper method. [Rob Gilson & Yves Senn]
Rob Gilson
2014-04-16
1
-0
/
+26
*
add activerecord test coverage for `sanitize_sql_array`
Dmitry Polushkin
2014-02-09
1
-0
/
+5
*
Process sub-query relation's binding values
Paul Nikitochkin
2013-10-20
1
-4
/
+13
*
Generate subquery for Relation passed as array condition for where
Paul Nikitochkin
2013-10-13
1
-0
/
+6
*
Remove current_adapter? from test_sanitize_sql_hash_handles_associations
Yasuo Honda
2013-05-08
1
-5
/
+4
*
Fix test asserting the sanitized SQL hash differently to some adapters
Rafael Mendonça França
2013-05-06
1
-1
/
+7
*
Fix bug in ActiveRecord::Sanitization#sanitize_sql_hash_for_conditions
Zach Ohlgren
2013-05-06
1
-0
/
+4
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Change all calls to String#chars to String#mb_chars.
Manfred Stienstra
2008-09-21
1
-4
/
+4
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-0
/
+25