Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | Merge pull request #34103 from albertoalmagro/guides-running-test-with-seed | Gannon McGibbon | 2018-10-05 | 1 | -0/+20 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Add documentation to run tests with specific seed [ci skip] | Alberto Almagro | 2018-10-05 | 1 | -0/+20 | |
* | | | | | | | | | | | | | | Merge pull request #34101 from gmcgibbon/fix_bundler_1_16_6_test_failures | Rafael França | 2018-10-05 | 1 | -8/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Remove bundler warnings from bin/setup output | Gannon McGibbon | 2018-10-05 | 1 | -8/+10 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #34097 from kule/master | Rafael França | 2018-10-05 | 4 | -1/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Parameterized mailers can configure delivery job | Luke Pearce | 2018-10-05 | 4 | -1/+27 | |
* | | | | | | | | | | | | | | Merge pull request #34102 from gmcgibbon/less_aggressive_auto_labeling | Rafael França | 2018-10-05 | 1 | -22/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Remove some autolabeling globs | Gannon McGibbon | 2018-10-05 | 1 | -22/+0 | |
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* / | | | | | | | | | | | | | update nokogiri | Greg Molnar | 2018-10-05 | 1 | -4/+4 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #34096 from prathamesh-sonpatki/exclude-node-modules-for-r... | Rafael França | 2018-10-05 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Skip node_modules dir in the rubocop check | Prathamesh Sonpatki | 2018-10-05 | 1 | -0/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #34095 from prathamesh-sonpatki/fix-tests-related-to-ac | Guillermo Iguaran | 2018-10-05 | 4 | -8/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Fix tests related to new JavaScript path for generators | Prathamesh Sonpatki | 2018-10-05 | 4 | -8/+6 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #34068 from schneems/schneems/micro-optimize-try-nil | Richard Schneeman | 2018-10-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | This PR speeds up Nil#try by avoiding an allocation when only one argument is... | schneems | 2018-10-03 | 1 | -2/+2 | |
* | | | | | | | | | | | | | Merge pull request #34092 from bogdanvlviv/follow-up-33968 | Ryuta Kamizono | 2018-10-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Exercise stringify of database configurations | bogdanvlviv | 2018-10-05 | 1 | -0/+5 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #34087 from frodsan/application_job_suggestions | Yuji Yaginuma | 2018-10-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add retry_on/discard suggestions for common cases. | Francesco Rodríguez | 2018-10-05 | 1 | -0/+5 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Don't use deprecated `Module#parents` | yuuji.yaginuma | 2018-10-05 | 1 | -1/+1 | |
* | | | | | | | | | | | | Avoid `webpacker:install` if unnecessary | yuuji.yaginuma | 2018-10-05 | 1 | -2/+2 | |
* | | | | | | | | | | | | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt... | Martin Spickermann | 2018-10-05 | 2 | -1/+7 | |
* | | | | | | | | | | | | Merge pull request #34083 from bogdanvlviv/follow-up-33953 | Ryuta Kamizono | 2018-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Wrap custom id of a header attribute into \" in rails guides | bogdanvlviv | 2018-10-05 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Remove `ignore_none: false` to assert no queries more strictly | Ryuta Kamizono | 2018-10-05 | 7 | -31/+31 | |
* | | | | | | | | | | | | | Use `assert_no_queries` not to ignore BEGIN/COMMIT queries | Ryuta Kamizono | 2018-10-05 | 13 | -38/+37 | |
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Simplify the condition in `prepare_update_statement` | Ryuta Kamizono | 2018-10-05 | 1 | -8/+2 | |
* | | | | | | | | | | | | Merge pull request #34064 from schneems/schneems/revert-7f870a5ba2aa9177aa4a0... | Richard Schneeman | 2018-10-04 | 10 | -81/+36 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Revert "Merge pull request #33970 from rails/eager-url-helpers" | schneems | 2018-10-03 | 10 | -81/+36 | |
* | | | | | | | | | | | | | Restore `preloaders_for_one` method | Ryuta Kamizono | 2018-10-05 | 1 | -5/+9 | |
| |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | failing test for eager loading | Matt Jones | 2018-10-04 | 1 | -0/+5 | |
* | | | | | | | | | | | | Merge pull request #33938 from faucct/bugfix/preload_through_no_records | Eileen M. Uchitelle | 2018-10-04 | 2 | -28/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | ActiveRecord::Associations::Preloader should not fail to preload through miss... | Nikita Sokolov | 2018-10-02 | 2 | -28/+29 | |
* | | | | | | | | | | | | Merge pull request #34073 from aidanharan/activerecord-regex-escape-table-name | Ryuta Kamizono | 2018-10-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Escape table name so that it can be used in regular expression | Aidan Haran | 2018-10-04 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #34066 from eugeneius/remove_database_warning | Ryuta Kamizono | 2018-10-04 | 1 | -15/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Remove unreachable database warning | Eugene Kenny | 2018-10-04 | 1 | -15/+1 | |
* | | | | | | | | | | | | | Merge pull request #33936 from schneems/schneems/cache-micro-optimizations | Richard Schneeman | 2018-10-04 | 1 | -2/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Decrease memory allocations in cache.rb | schneems | 2018-09-21 | 1 | -2/+6 | |
* | | | | | | | | | | | | | Don't use deprecated `LoggerSilence` | yuuji.yaginuma | 2018-10-04 | 1 | -1/+1 | |
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #34055 from Edouard-chin/ec-logger-fix | Rafael França | 2018-10-03 | 6 | -22/+65 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix the LoggerSilence to work as described: | Edouard CHIN | 2018-10-02 | 6 | -22/+65 | |
* | | | | | | | | | | | | | Merge pull request #34063 from bogdanvlviv/fix-rubocop-offense-b707a6d0eb7 | Rafael França | 2018-10-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix rubocop issue | bogdanvlviv | 2018-10-03 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #34061 from gmcgibbon/fixtures_refactor_file | Eileen M. Uchitelle | 2018-10-03 | 3 | -214/+220 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Move test_fixtures and render_context to separate files | Gannon McGibbon | 2018-10-03 | 3 | -214/+220 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Fix the docs for Module#parents and related methods in guides [ci skip] | Prathamesh Sonpatki | 2018-10-03 | 1 | -16/+16 | |
* | | | | | | | | | | | | Bring config_accessor's API document back to its life | Akira Matsuda | 2018-10-03 | 1 | -1/+1 | |
* | | | | | | | | | | | | :warning: assigned but unused variable - logger | Akira Matsuda | 2018-10-03 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Move UPDATE/DELETE with JOIN handling to the Arel side | Ryuta Kamizono | 2018-10-03 | 5 | -106/+92 | |
|/ / / / / / / / / / |