aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use released sass-railsRafael Mendonça França2017-11-142-15/+9
* Use released arelRafael Mendonça França2017-11-144-17/+9
* Merge pull request #30963 from q-centrix/performance-improvements-add_method_...Rafael França2017-11-141-1/+14
|\
| * Performance improvements for add_method_to_attributes!Dillon Welch2017-11-071-1/+14
* | Add a #populate method to migrations (#31082)Rich2017-11-143-0/+48
* | Merge pull request #31153 from koic/ci_against_jruby_9_1_14_0Ryuta Kamizono2017-11-151-3/+3
|\ \
| * | CI against JRuby 9.1.14.0Koichi ITO2017-11-151-3/+3
|/ /
* | Introduce ActiveStorage::Attached::{One,Many}#detachGeorge Claghorn2017-11-143-7/+40
* | Merge pull request #31151 from nikolai-b/exists_docRyuta Kamizono2017-11-141-1/+2
|\ \
| * | Update `exists?` documentationNikolai B2017-11-141-1/+2
* | | Merge pull request #30884 from robwold/patch-1Eileen M. Uchitelle2017-11-141-1/+1
|\ \ \ | |/ / |/| |
| * | Update layouts_and_rendering.md [ci skip]Rob2017-11-141-1/+1
* | | Merge pull request #27947 from mastahyeti/unsafe_raw_sqlMatthew Draper2017-11-1413-33/+462
|\ \ \
| * | | use database agnostic function/quoting in testBen Toews2017-11-091-4/+4
| * | | push order arg checks down to allow for bindsBen Toews2017-11-093-28/+47
| * | | deal with Array arguments to #orderBen Toews2017-11-093-4/+22
| * | | convert order arg to string before checking if we can reverse itBen Toews2017-11-092-2/+6
| * | | use << instead of #concat in #reverse_sql_order because we might be working w...Ben Toews2017-11-092-2/+2
| * | | try using regexesBen Toews2017-11-0927-166/+120
| * | | allow table name and direction in string order argBen Toews2017-11-0927-244/+295
| * | | work around deprecation warnings in a bunch of testsBen Toews2017-11-0934-313/+320
| * | | always allow Arel::Attributes::Attribute alsoBen Toews2017-11-091-1/+3
| * | | call enforce_raw_sql_whitelist on @klass so it works with FakeKlassBen Toews2017-11-091-2/+2
| * | | work with actual string when reversing orderBen Toews2017-11-091-0/+3
| * | | remove :enabled optionBen Toews2017-11-093-59/+52
| * | | beef up deprecation warningBen Toews2017-11-091-3/+7
| * | | make tests more verbose/explicitBen Toews2017-11-091-78/+96
| * | | allow Arel.sql() for pluckBen Toews2017-11-098-101/+159
| * | | add config to check arguments to unsafe AR methodsBen Toews2017-11-096-21/+293
* | | | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-135-16/+43
* | | | Add `environment` as dependency of `load_config` (#31135)Yuji Yaginuma2017-11-142-26/+42
* | | | Built-in Redis cache storeJeremy Daer2017-11-137-15/+684
* | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-146-10/+31
|\ \ \ \
| * | | | Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-285-6/+15
| * | | | Cache regexps generated from acronym_regexNick LaMuro2017-10-233-7/+19
* | | | | Merge pull request #31145 from dwightwatson/feature/preview-sortingRafael França2017-11-131-1/+1
|\ \ \ \ \
| * | | | | Sort mailer previewsDwight Watson2017-11-141-1/+1
|/ / / / /
* | | | | Preserve existing metadata when analyzing a blobGeorge Claghorn2017-11-133-3/+28
* | | | | Merge pull request #31117 from renuo/fix_errors_addedRafael França2017-11-132-3/+14
|\ \ \ \ \
| * | | | | fix bug on added? methodAlessandro Rodi2017-11-132-3/+14
* | | | | | Properly cast input in `update_all`Sean Griffin2017-11-133-2/+14
* | | | | | Merge pull request #30980 from sobrinho/sobrinho/arel-star-ignored-columnsRafael França2017-11-136-45/+68
|\ \ \ \ \ \
| * | | | | | Fix postgres ordering issue on default scoping testGabriel Sobrinho2017-11-131-15/+15
| * | | | | | Change tests to use models which don't ignore any columnsJon Moss2017-11-133-30/+30
| * | | | | | Do not use `Arel.star` when `ignored_columns`Jon Moss2017-11-132-0/+23
* | | | | | | Use .tt extension to all the template filesRafael Mendonça França2017-11-13113-4/+4
* | | | | | | Merge pull request #31137 from y-yagi/make_sidekiq_and_resque_integration_tes...Ryuta Kamizono2017-11-133-11/+9
|\ \ \ \ \ \ \
| * | | | | | | Make sidekiq and resque integration tests work in CIyuuji.yaginuma2017-11-133-9/+5
| * | | | | | | Return a non zero code when can not connect to redis in CIyuuji.yaginuma2017-11-132-2/+4
* | | | | | | | Add new error class `StatementTimeout` which will be raised when statement ti...Ryuta Kamizono2017-11-136-2/+73