| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [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 |