| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie... | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+11 |
* | | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -11/+0 |
|/ / |
|
* | | Revert "Remove node_modules path from assets load paths since we use webpack ... | bogdanvlviv | 2019-01-06 | 1 | -0/+5 |
* | | Add `--skip-action-text` option to `rails new` | bogdanvlviv | 2019-01-05 | 2 | -0/+17 |
* | | Import Action Text | George Claghorn | 2019-01-04 | 1 | -4/+4 |
* | | Test Action Mailbox configurations | bogdanvlviv | 2019-01-04 | 1 | -0/+71 |
* | | Send Active Storage jobs to dedicated queues by default | George Claghorn | 2019-01-04 | 1 | -0/+28 |
* | | Merge pull request #34816 from bogdanvlviv/add-skip-action-mailbox-option-to-... | Rafael Mendonça França | 2019-01-03 | 2 | -0/+9 |
|\ \ |
|
| * | | Add `--skip-action-mailbox` option to `rails new` | bogdanvlviv | 2018-12-28 | 2 | -0/+14 |
* | | | Merge pull request #33985 from eugeneius/attribute_methods_schema_cache | Kasper Timm Hansen | 2019-01-03 | 1 | -1/+63 |
|\ \ \ |
|
| * | | | Only define attribute methods from schema cache | Eugene Kenny | 2018-09-28 | 1 | -1/+63 |
* | | | | Add Rake task for testing mailboxes | George Claghorn | 2018-12-30 | 1 | -2/+14 |
* | | | | Don't load Action Mailbox when Active Storage is skipped | George Claghorn | 2018-12-29 | 1 | -0/+5 |
* | | | | Do not show suggestion message when not exist suggestion | yuuji.yaginuma | 2018-12-29 | 2 | -0/+7 |
* | | | | Ensure that the app generator skips action mailbox when `--skip-active-record... | bogdanvlviv | 2018-12-28 | 1 | -0/+5 |
| |/ /
|/| | |
|
* | | | Import Action Mailbox | George Claghorn | 2018-12-25 | 4 | -124/+236 |
| |/
|/| |
|
* | | No need to handle if FrozenError is available | Yasuo Honda | 2018-12-23 | 2 | -5/+1 |
* | | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 8 | -91/+71 |
* | | Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5 | Ryuta Kamizono | 2018-12-21 | 2 | -4/+4 |
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ... | Ryuta Kamizono | 2018-12-21 | 1 | -1/+1 |
* | | Clarify implicit meaning of 'workers: 2' in parallelization tests. | Kasper Timm Hansen | 2018-12-19 | 1 | -6/+8 |
* | | Add option to set parallel test worker count to the physical core count of th... | Bogdan | 2018-12-18 | 1 | -5/+14 |
* | | Introduce a guard against DNS rebinding attacks | Genadi Samokovarov | 2018-12-15 | 2 | -6/+10 |
* | | Do not show post install message on rails new | Rafael Mendonça França | 2018-12-13 | 1 | -1/+1 |
* | | Use string for arguments in server test | yuuji.yaginuma | 2018-12-13 | 1 | -2/+2 |
* | | Merge pull request #34691 from gmcgibbon/rm_helper_generator_suffix | Ryuta Kamizono | 2018-12-13 | 1 | -0/+7 |
|\ \ |
|
| * | | Remove redundant suffixes on generated helpers. | Gannon McGibbon | 2018-12-12 | 1 | -0/+7 |
* | | | Remove redundant suffixes on generated integration tests. | Gannon McGibbon | 2018-12-12 | 1 | -0/+7 |
|/ / |
|
* | | Fix boolean interaction in scaffold system tests | Gannon McGibbon | 2018-12-12 | 1 | -3/+5 |
* | | Remove redundant suffixes on generated system tests. | Gannon McGibbon | 2018-12-11 | 1 | -0/+14 |
* | | Add test for reads environment credential file with environment variable key | yuuji.yaginuma | 2018-12-09 | 1 | -1/+17 |
* | | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 1 | -2/+14 |
* | | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -0/+27 |
* | | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int... | Rafael França | 2018-11-30 | 1 | -26/+54 |
|\ \ |
|
| * | | chore: implement config_for as ActiveSupport::OrderedOptions | Mauro Berlanda | 2018-10-19 | 1 | -26/+54 |
* | | | Compile packs before run test | yuuji.yaginuma | 2018-11-22 | 1 | -1/+4 |
* | | | Merge pull request #34476 from y-yagi/fix_no_method_error_in_parallelization | Eileen M. Uchitelle | 2018-11-19 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | Correctly handle unknown object in parallel tests | yuuji.yaginuma | 2018-11-17 | 1 | -0/+14 |
* | | | | Fix test name to match the test behavior | yuuji.yaginuma | 2018-11-18 | 1 | -4/+4 |
|/ / / |
|
* | | | Merge pull request #34400 from gmcgibbon/rm_autoload_app_javascripts | Rafael França | 2018-11-13 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Remove asset paths from eager_load_paths and autoload_paths | Gannon McGibbon | 2018-11-09 | 1 | -0/+8 |
* | | | | Merge pull request #34411 from N0xFF/master | Rafael França | 2018-11-13 | 1 | -0/+25 |
|\ \ \ \ |
|
| * | | | | Reset sessions on failed system test screenshot | Maxim Perepelitsa | 2018-11-13 | 1 | -0/+25 |
* | | | | | Ignore warnings such as `Psych.safe_load is deprecated` | Yasuo Honda | 2018-11-13 | 1 | -0/+2 |
| |/ / /
|/| | | |
|
* | | | | Add test for parallel tests with unmarshable exception | yuuji.yaginuma | 2018-11-09 | 1 | -0/+24 |
|/ / / |
|
* | | | Remove unused argument `expected_database` | bogdanvlviv | 2018-11-08 | 1 | -5/+5 |
* | | | Compile packs for test | yuuji.yaginuma | 2018-11-08 | 1 | -2/+4 |
* | | | Add multi-db support to schema cache dump and clear | Gannon McGibbon | 2018-11-07 | 1 | -0/+31 |
* | | | Merge pull request #34387 from yhirano55/rails_info_properties_json | Ryuta Kamizono | 2018-11-07 | 2 | -0/+17 |
|\ \ \ |
|
| * | | | Add JSON support to rails properties route (`/rails/info/properties`). | Yoshiyuki Hirano | 2018-11-07 | 2 | -0/+17 |