aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary use of `included` in ActiveJob::CoreAlan Wu2018-10-051-21/+19
* Merge pull request #34103 from albertoalmagro/guides-running-test-with-seedGannon McGibbon2018-10-051-0/+20
|\
| * Add documentation to run tests with specific seed [ci skip]Alberto Almagro2018-10-051-0/+20
* | Merge pull request #34101 from gmcgibbon/fix_bundler_1_16_6_test_failuresRafael França2018-10-051-8/+10
|\ \
| * | Remove bundler warnings from bin/setup outputGannon McGibbon2018-10-051-8/+10
| |/
* | Merge pull request #34097 from kule/masterRafael França2018-10-054-1/+27
|\ \
| * | Parameterized mailers can configure delivery jobLuke Pearce2018-10-054-1/+27
* | | Merge pull request #34102 from gmcgibbon/less_aggressive_auto_labelingRafael França2018-10-051-22/+0
|\ \ \
| * | | Remove some autolabeling globsGannon McGibbon2018-10-051-22/+0
| | |/ | |/|
* / | update nokogiriGreg Molnar2018-10-051-4/+4
|/ /
* | Merge pull request #34096 from prathamesh-sonpatki/exclude-node-modules-for-r...Rafael França2018-10-051-0/+1
|\ \
| * | Skip node_modules dir in the rubocop checkPrathamesh Sonpatki2018-10-051-0/+1
|/ /
* | Merge pull request #34095 from prathamesh-sonpatki/fix-tests-related-to-acGuillermo Iguaran2018-10-054-8/+6
|\ \ | |/ |/|
| * Fix tests related to new JavaScript path for generatorsPrathamesh Sonpatki2018-10-054-8/+6
* | 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