Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Use released arel | Rafael Mendonça França | 2017-11-14 | 4 | -17/+9 | |
* | | | | | | | | Merge pull request #30963 from q-centrix/performance-improvements-add_method_... | Rafael França | 2017-11-14 | 1 | -1/+14 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Performance improvements for add_method_to_attributes! | Dillon Welch | 2017-11-07 | 1 | -1/+14 | |
* | | | | | | | | | Add a #populate method to migrations (#31082) | Rich | 2017-11-14 | 3 | -0/+48 | |
* | | | | | | | | | Merge pull request #31153 from koic/ci_against_jruby_9_1_14_0 | Ryuta Kamizono | 2017-11-15 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CI against JRuby 9.1.14.0 | Koichi ITO | 2017-11-15 | 1 | -3/+3 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Introduce ActiveStorage::Attached::{One,Many}#detach | George Claghorn | 2017-11-14 | 3 | -7/+40 | |
* | | | | | | | | | Merge pull request #31151 from nikolai-b/exists_doc | Ryuta Kamizono | 2017-11-14 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update `exists?` documentation | Nikolai B | 2017-11-14 | 1 | -1/+2 | |
* | | | | | | | | | | Merge pull request #30884 from robwold/patch-1 | Eileen M. Uchitelle | 2017-11-14 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Update layouts_and_rendering.md [ci skip] | Rob | 2017-11-14 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #27947 from mastahyeti/unsafe_raw_sql | Matthew Draper | 2017-11-14 | 13 | -33/+462 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | use database agnostic function/quoting in test | Ben Toews | 2017-11-09 | 1 | -4/+4 | |
| * | | | | | | | | | push order arg checks down to allow for binds | Ben Toews | 2017-11-09 | 3 | -28/+47 | |
| * | | | | | | | | | deal with Array arguments to #order | Ben Toews | 2017-11-09 | 3 | -4/+22 | |
| * | | | | | | | | | convert order arg to string before checking if we can reverse it | Ben Toews | 2017-11-09 | 2 | -2/+6 | |
| * | | | | | | | | | use << instead of #concat in #reverse_sql_order because we might be working w... | Ben Toews | 2017-11-09 | 2 | -2/+2 | |
| * | | | | | | | | | try using regexes | Ben Toews | 2017-11-09 | 27 | -166/+120 | |
| * | | | | | | | | | allow table name and direction in string order arg | Ben Toews | 2017-11-09 | 27 | -244/+295 | |
| * | | | | | | | | | work around deprecation warnings in a bunch of tests | Ben Toews | 2017-11-09 | 34 | -313/+320 | |
| * | | | | | | | | | always allow Arel::Attributes::Attribute also | Ben Toews | 2017-11-09 | 1 | -1/+3 | |
| * | | | | | | | | | call enforce_raw_sql_whitelist on @klass so it works with FakeKlass | Ben Toews | 2017-11-09 | 1 | -2/+2 | |
| * | | | | | | | | | work with actual string when reversing order | Ben Toews | 2017-11-09 | 1 | -0/+3 | |
| * | | | | | | | | | remove :enabled option | Ben Toews | 2017-11-09 | 3 | -59/+52 | |
| * | | | | | | | | | beef up deprecation warning | Ben Toews | 2017-11-09 | 1 | -3/+7 | |
| * | | | | | | | | | make tests more verbose/explicit | Ben Toews | 2017-11-09 | 1 | -78/+96 | |
| * | | | | | | | | | allow Arel.sql() for pluck | Ben Toews | 2017-11-09 | 8 | -101/+159 | |
| * | | | | | | | | | add config to check arguments to unsafe AR methods | Ben Toews | 2017-11-09 | 6 | -21/+293 | |
* | | | | | | | | | | Cache: Enable compression by default for values > 1kB. | Jeremy Daer | 2017-11-13 | 5 | -16/+43 | |
* | | | | | | | | | | Add `environment` as dependency of `load_config` (#31135) | Yuji Yaginuma | 2017-11-14 | 2 | -26/+42 | |
* | | | | | | | | | | Built-in Redis cache store | Jeremy Daer | 2017-11-13 | 7 | -15/+684 | |
* | | | | | | | | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflections | Matthew Draper | 2017-11-14 | 6 | -10/+31 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Deprecate ActiveSupport::Inflector#acronym_regex | Nick LaMuro | 2017-10-28 | 5 | -6/+15 | |
| * | | | | | | | | | | Cache regexps generated from acronym_regex | Nick LaMuro | 2017-10-23 | 3 | -7/+19 | |
* | | | | | | | | | | | Merge pull request #31145 from dwightwatson/feature/preview-sorting | Rafael França | 2017-11-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Sort mailer previews | Dwight Watson | 2017-11-14 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Preserve existing metadata when analyzing a blob | George Claghorn | 2017-11-13 | 3 | -3/+28 | |
* | | | | | | | | | | | Merge pull request #31117 from renuo/fix_errors_added | Rafael França | 2017-11-13 | 2 | -3/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix bug on added? method | Alessandro Rodi | 2017-11-13 | 2 | -3/+14 | |
* | | | | | | | | | | | | Properly cast input in `update_all` | Sean Griffin | 2017-11-13 | 3 | -2/+14 | |
* | | | | | | | | | | | | Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columns | Rafael França | 2017-11-13 | 6 | -45/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix postgres ordering issue on default scoping test | Gabriel Sobrinho | 2017-11-13 | 1 | -15/+15 | |
| * | | | | | | | | | | | | Change tests to use models which don't ignore any columns | Jon Moss | 2017-11-13 | 3 | -30/+30 | |
| * | | | | | | | | | | | | Do not use `Arel.star` when `ignored_columns` | Jon Moss | 2017-11-13 | 2 | -0/+23 | |
* | | | | | | | | | | | | | Use .tt extension to all the template files | Rafael Mendonça França | 2017-11-13 | 113 | -4/+4 | |
* | | | | | | | | | | | | | Merge pull request #31137 from y-yagi/make_sidekiq_and_resque_integration_tes... | Ryuta Kamizono | 2017-11-13 | 3 | -11/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Make sidekiq and resque integration tests work in CI | yuuji.yaginuma | 2017-11-13 | 3 | -9/+5 | |
| * | | | | | | | | | | | | | Return a non zero code when can not connect to redis in CI | yuuji.yaginuma | 2017-11-13 | 2 | -2/+4 | |
* | | | | | | | | | | | | | | Add new error class `StatementTimeout` which will be raised when statement ti... | Ryuta Kamizono | 2017-11-13 | 6 | -2/+73 | |
* | | | | | | | | | | | | | | Merge pull request #31139 from avneetmalhotra/touch_callback_documentation_fix | Ryuta Kamizono | 2017-11-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |