| Commit message (Expand) | Author | Age | Files | Lines |
* | Use match? where we don't need MatchData | Akira Matsuda | 2019-07-29 | 4 | -7/+7 |
* | Improves compatibility of require_dependency in zeitwerk mode [Closes #36774] | Xavier Noria | 2019-07-28 | 1 | -0/+29 |
* | Do not use the same temp file in different tests | yuuji.yaginuma | 2019-07-27 | 1 | -4/+5 |
* | Merge pull request #36777 from Edouard-chin/ec-git-pretty-credentials | Rafael França | 2019-07-26 | 2 | -3/+102 |
|\ |
|
| * | Prettify diff generated by git for encripted file: | Edouard CHIN | 2019-07-26 | 2 | -3/+102 |
* | | Removed webpacker:compile step from scaffold test as it is not required and a... | Abhay Nikam | 2019-07-26 | 1 | -2/+0 |
|/ |
|
* | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 1 | -0/+9 |
* | read configuration to determine excluded eager loaded directory (#36354) | Andrew Kress | 2019-07-25 | 1 | -1/+1 |
* | Merge pull request #36741 from Edouard-chin/ec-system-test-url-options | Eileen M. Uchitelle | 2019-07-24 | 1 | -0/+45 |
|\ |
|
| * | Define the `url_options` needed for SytemTest inside the route proxy: | Edouard CHIN | 2019-07-24 | 1 | -0/+45 |
* | | Fixed db:prepare task to not touch schema when dump_schema_after_migration is... | Wojciech Wnętrzak | 2019-07-24 | 1 | -0/+16 |
|/ |
|
* | Make Active Storage routes optional | Gannon McGibbon | 2019-07-22 | 1 | -0/+15 |
* | create a newline between blocks when gem_group, github and add_source was cal... | masakazutakewaka | 2019-07-21 | 1 | -9/+44 |
* | Merge pull request #35285 from masakazutakewaka/fix_railtie_add_newline_to_ge... | y-yagi | 2019-07-21 | 1 | -8/+49 |
|\ |
|
| * | Append a newline to the Gemfile if it doesn't end with a newline | masakazutakewaka | 2019-07-19 | 1 | -8/+49 |
* | | Merge pull request #36603 from y-yagi/add_skip_collision_check_option | Yuji Yaginuma | 2019-07-18 | 1 | -0/+10 |
|\ \ |
|
| * | | Add `skip-collision-check` option to generator | yuuji.yaginuma | 2019-07-05 | 1 | -0/+10 |
* | | | Merge pull request #36663 from igor04/load_database_yaml_fix | Eileen M. Uchitelle | 2019-07-15 | 1 | -0/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | Prevent exception of loading database yaml with blank config file [closes: #3... | igor04 | 2019-07-12 | 1 | -0/+5 |
| |/ |
|
* / | Adds support for configuring HTTP Feature Policy (#33439) | Jacob Bednarz | 2019-07-10 | 2 | -0/+192 |
|/ |
|
* | Merge pull request #36534 from y-yagi/fixes_35137 | Yuji Yaginuma | 2019-07-03 | 1 | -0/+32 |
|\ |
|
| * | Add the ability to set the CSP nonce only to the specified directives | yuuji.yaginuma | 2019-06-22 | 1 | -0/+32 |
* | | Make `bin/setup` test pass even if the database does not exist | yuuji.yaginuma | 2019-06-30 | 1 | -1/+1 |
* | | Load initial database.yml once, and warn if we can't create tasks | eileencodes | 2019-06-27 | 1 | -0/+28 |
|/ |
|
* | Make `ActionDispatch::Response#content_type` behavior configurable | yuuji.yaginuma | 2019-06-21 | 1 | -0/+27 |
* | Merge pull request #36486 from benthorner/master | Yuji Yaginuma | 2019-06-20 | 1 | -0/+23 |
|\ |
|
| * | Allow using env var to specify pidfile | Ben Thorner | 2019-06-19 | 1 | -0/+23 |
* | | Move SchemaMigration to migration_context | eileencodes | 2019-06-14 | 2 | -4/+5 |
|/ |
|
* | Merge pull request #36472 from kamipo/empty_line_only_before_access_modifier | Ryuta Kamizono | 2019-06-13 | 14 | -14/+0 |
|\ |
|
| * | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 14 | -14/+0 |
* | | Don't `drop_table` before schema cache tests | Ryuta Kamizono | 2019-06-13 | 1 | -1/+2 |
|/ |
|
* | Convert the db:abort_if_pending_migrations task to be multi-DB aware | Mark Lee | 2019-06-10 | 1 | -0/+26 |
* | Merge pull request #36416 from freeletics/fix-db-prepare | Eileen M. Uchitelle | 2019-06-05 | 2 | -12/+50 |
|\ |
|
| * | Fixed db:prepare task for multiple databases. | Wojciech Wnętrzak | 2019-06-05 | 2 | -12/+50 |
* | | Merge pull request #36394 from eileencodes/treat-application-record-as-primary | Eileen M. Uchitelle | 2019-06-05 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | Treat ActiveRecord::Base and ApplicationRecord as "primary" | eileencodes | 2019-06-05 | 1 | -3/+3 |
* | | Extract default log file open operation to method | yuuji.yaginuma | 2019-06-05 | 1 | -0/+7 |
|/ |
|
* | Fail parallel tests if workers exit early | John Hawthorn | 2019-05-30 | 1 | -0/+18 |
* | Fix: DummyCompiler embeds invalid YAML content | Vishal Telangre | 2019-05-15 | 1 | -0/+17 |
* | Merge pull request #36237 from eileencodes/fix-erb-in-database-yaml-again | Eileen M. Uchitelle | 2019-05-14 | 1 | -0/+16 |
|\ |
|
| * | Fix database loading when ERB is single line ternary | eileencodes | 2019-05-10 | 1 | -0/+16 |
* | | Merge branch 'migration-timestamp-fix' | Gannon McGibbon | 2019-05-10 | 1 | -0/+15 |
|\ \
| |/
|/| |
|
| * | Add class option timestamps to migration generator | Michael Duchemin | 2019-02-09 | 1 | -0/+15 |
* | | Merge pull request #36196 from st0012/fix-29947 | Eileen M. Uchitelle | 2019-05-07 | 1 | -0/+16 |
* | | Make generated test work even when using virtual attributes | yuuji.yaginuma | 2019-05-05 | 2 | -0/+39 |
* | | new config to opt-out from adding app directories to $LOAD_PATH | Xavier Noria | 2019-04-28 | 1 | -0/+28 |
* | | Remove action_controller.perform_caching from api app's configs | st0012 | 2019-04-24 | 1 | -0/+7 |
* | | upgrades Zeitwerk to 2.1.4 | Xavier Noria | 2019-04-23 | 1 | -51/+21 |
* | | Revert "Include Caching module for ActionController::API" | Rafael França | 2019-04-22 | 1 | -13/+0 |
* | | Merge pull request #36038 from st0012/fix-35602 | Guillermo Iguaran | 2019-04-22 | 1 | -0/+13 |
|\ \ |
|