aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
* | | | | | | | | | | | | | Merge pull request #31139 from avneetmalhotra/touch_callback_documentation_fixRyuta Kamizono2017-11-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Move touch method from Skipping Callbacks section to Running Callbacks sectio...Avneet Singh Malhotra2017-11-131-1/+1
* | | | | | | | | | | | | | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_savingKasper Timm Hansen2017-11-132-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Verify credentials format before savingyuuji.yaginuma2017-11-132-1/+15
* | | | | | | | | | | | | | | Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-132-3/+22
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #30773 from y-yagi/fix_30765Eileen M. Uchitelle2017-11-123-1/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Make automatically synchronize test schema work inside engineyuuji.yaginuma2017-10-023-1/+36
* | | | | | | | | | | | | | | Merge pull request #30791 from felipecvo/nested-attributes-docEileen M. Uchitelle2017-11-121-0/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Add update_only example to AR nested attributes doc [ci_skip]Felipe Oliveira2017-10-031-0/+12
* | | | | | | | | | | | | | | | Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-123-23/+20
* | | | | | | | | | | | | | | | Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-126-167/+50
* | | | | | | | | | | | | | | | Merge pull request #30770 from y-yagi/do_not_create_credential_in_dummy_appli...Kasper Timm Hansen2017-11-123-2/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Do not create credentials in dummy applicationyuuji.yaginuma2017-10-023-2/+5
| | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #31131 from y-yagi/remove_unused_requiresRyuta Kamizono2017-11-121-2/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Remove unused requireyuuji.yaginuma2017-11-121-2/+0
* | | | | | | | | | | | | | | | | Raise `TransactionTimeout` when lock wait timeout exceeded for PG adapterRyuta Kamizono2017-11-114-3/+35
* | | | | | | | | | | | | | | | | Should test actual error which is raised from the databaseRyuta Kamizono2017-11-111-1/+23
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Add missing autoload `Type` (#31123)Ryuta Kamizono2017-11-1119-17/+2