aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Parameterized mailers can configure delivery jobLuke Pearce2018-10-054-1/+27
* Merge pull request #34068 from schneems/schneems/micro-optimize-try-nilRichard Schneeman2018-10-051-2/+2
|\
| * This PR speeds up Nil#try by avoiding an allocation when only one argument is...schneems2018-10-031-2/+2
* | Merge pull request #34092 from bogdanvlviv/follow-up-33968Ryuta Kamizono2018-10-051-0/+5
|\ \
| * | Exercise stringify of database configurationsbogdanvlviv2018-10-051-0/+5
|/ /
* | Merge pull request #34087 from frodsan/application_job_suggestionsYuji Yaginuma2018-10-051-0/+5
|\ \
| * | Add retry_on/discard suggestions for common cases.Francesco Rodríguez2018-10-051-0/+5
|/ /
* | Don't use deprecated `Module#parents`yuuji.yaginuma2018-10-051-1/+1
* | Avoid `webpacker:install` if unnecessaryyuuji.yaginuma2018-10-051-2/+2
* | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...Martin Spickermann2018-10-052-1/+7
* | Merge pull request #34083 from bogdanvlviv/follow-up-33953Ryuta Kamizono2018-10-051-1/+1
|\ \
| * | Wrap custom id of a header attribute into \" in rails guidesbogdanvlviv2018-10-051-1/+1
* | | Remove `ignore_none: false` to assert no queries more strictlyRyuta Kamizono2018-10-057-31/+31
* | | Use `assert_no_queries` not to ignore BEGIN/COMMIT queriesRyuta Kamizono2018-10-0513-38/+37
* | | Simplify the condition in `prepare_update_statement`Ryuta Kamizono2018-10-051-8/+2
* | | Merge pull request #34064 from schneems/schneems/revert-7f870a5ba2aa9177aa4a0...Richard Schneeman2018-10-0410-81/+36
|\ \ \
| * | | Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-0310-81/+36
* | | | Restore `preloaders_for_one` methodRyuta Kamizono2018-10-051-5/+9
* | | | failing test for eager loadingMatt Jones2018-10-041-0/+5
* | | | Merge pull request #33938 from faucct/bugfix/preload_through_no_recordsEileen M. Uchitelle2018-10-042-28/+29
|\ \ \ \
| * | | | ActiveRecord::Associations::Preloader should not fail to preload through miss...Nikita Sokolov2018-10-022-28/+29
* | | | | Merge pull request #34073 from aidanharan/activerecord-regex-escape-table-nameRyuta Kamizono2018-10-041-1/+1
|\ \ \ \ \
| * | | | | Escape table name so that it can be used in regular expressionAidan Haran2018-10-041-1/+1
|/ / / / /
* | | | | Merge pull request #34066 from eugeneius/remove_database_warningRyuta Kamizono2018-10-041-15/+1
|\ \ \ \ \
| * | | | | Remove unreachable database warningEugene Kenny2018-10-041-15/+1
* | | | | | Merge pull request #33936 from schneems/schneems/cache-micro-optimizationsRichard Schneeman2018-10-041-2/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Decrease memory allocations in cache.rbschneems2018-09-211-2/+6
* | | | | | Don't use deprecated `LoggerSilence`yuuji.yaginuma2018-10-041-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #34055 from Edouard-chin/ec-logger-fixRafael França2018-10-036-22/+65
|\ \ \ \ \
| * | | | | Fix the LoggerSilence to work as described:Edouard CHIN2018-10-026-22/+65
* | | | | | Merge pull request #34063 from bogdanvlviv/fix-rubocop-offense-b707a6d0eb7Rafael França2018-10-031-1/+1
|\ \ \ \ \ \
| * | | | | | Fix rubocop issuebogdanvlviv2018-10-031-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #34061 from gmcgibbon/fixtures_refactor_fileEileen M. Uchitelle2018-10-033-214/+220
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Move test_fixtures and render_context to separate filesGannon McGibbon2018-10-033-214/+220
|/ / / / /
* | | | | Fix the docs for Module#parents and related methods in guides [ci skip]Prathamesh Sonpatki2018-10-031-16/+16
* | | | | Bring config_accessor's API document back to its lifeAkira Matsuda2018-10-031-1/+1
* | | | | :warning: assigned but unused variable - loggerAkira Matsuda2018-10-031-1/+1
* | | | | Move UPDATE/DELETE with JOIN handling to the Arel sideRyuta Kamizono2018-10-035-106/+92
|/ / / /
* | | | Merge pull request #34051 from gmcgibbon/module_parent_method_renameRafael Mendonça França2018-10-0210-36/+83
|\ \ \ \
| * | | | Fix call sitesGannon McGibbon2018-10-027-12/+12
| * | | | Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-023-24/+71
* | | | | Merge pull request #34053 from prathamesh-sonpatki/update-js-docsRafael França2018-10-025-17/+5
|\ \ \ \ \
| * | | | | Turbolinks is enabled by default in new apps [ci skip]Prathamesh Sonpatki2018-10-031-4/+0
| * | | | | Update the docs now that webpacker is default [ci skip]Prathamesh Sonpatki2018-10-034-13/+5
| |/ / / /
* | | | | Merge pull request #34045 from Edouard-chin/ec-logger-silence-namespaceRafael França2018-10-024-14/+41
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-024-14/+41
|/ / / /
* | | | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-023-0/+30
|\ \ \ \
| * | | | Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-283-0/+30
* | | | | Merge pull request #34049 from sharang-d/marshalling-text-changesRyuta Kamizono2018-10-028-28/+28
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-028-28/+28
|/ / / /