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
*
Remove deprecated `expand_hash_conditions_for_aggregates`
Rafael Mendonça França
2019-01-17
1
-37
/
+0
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-2
/
+2
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-2
/
+2
*
Merge pull request #31821 from composerinteralia/extra-to_s
George Claghorn
2018-01-29
1
-1
/
+1
|
\
|
*
Avoid extra calls to to_s
Daniel Colson
2018-01-29
1
-1
/
+1
*
|
Deprecate `expand_hash_conditions_for_aggregates`
Ryuta Kamizono
2018-01-29
1
-0
/
+1
|
/
*
Allow expanding an array of `composed_of` objects
Ryuta Kamizono
2018-01-29
1
-6
/
+4
*
Fix not expanded problem when passing an Array object as argument to the wher...
orekyuu
2018-01-26
1
-3
/
+7
*
Make `sanitize_sql_` methods public
yuuji.yaginuma
2017-12-13
1
-125
/
+124
*
Merge pull request #27947 from mastahyeti/unsafe_raw_sql
Matthew Draper
2017-11-14
1
-1
/
+11
|
\
|
*
push order arg checks down to allow for binds
Ben Toews
2017-11-09
1
-1
/
+5
|
*
deal with Array arguments to #order
Ben Toews
2017-11-09
1
-0
/
+6
*
|
Properly cast input in `update_all`
Sean Griffin
2017-11-13
1
-1
/
+2
|
/
*
Remove deprecated method `#sanitize_conditions`
Rafael Mendonça França
2017-10-23
1
-2
/
+0
*
Remove deprecated support to `quoted_id` when typecasting an Active Record ob...
Rafael Mendonça França
2017-10-23
1
-5
/
+0
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Deprecate using `#quoted_id` in quoting
Ryuta Kamizono
2017-02-24
1
-2
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Privatize unneededly protected methods in Active Record
Akira Matsuda
2016-12-24
1
-13
/
+13
*
let Regexp#match? be globally available
Xavier Noria
2016-10-27
1
-1
/
+0
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-80
/
+80
*
Deprecate `sanitize_conditions`. Use `sanitize_sql` instead
Ryuta Kamizono
2016-08-18
1
-2
/
+3
*
Merge pull request #26000 from kamipo/remove_sanitize
Rafael França
2016-08-16
1
-8
/
+1
|
\
|
*
Remove internal `sanitize` method
Ryuta Kamizono
2016-07-31
1
-8
/
+1
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-90
/
+90
*
|
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-7
/
+7
|
/
*
adds missing requires
Xavier Noria
2016-07-24
1
-0
/
+2
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Fix grammar `a` to `an` [ci skip]
Ryuta Kamizono
2016-02-13
1
-1
/
+1
*
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
[next]