| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Minimize boilerplate setup code for JavaScript libraries | Javan Makhmali | 2019-01-16 | 2 | -3/+3 |
|/ / |
|
* | | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 9 | -110/+137 |
|\ \ |
|
| * | | Add `rails test:channels`. | bogdanvlviv | 2019-01-16 | 1 | -2/+13 |
| * | | Merge pull request #33962 from kaspth/restructure-environment-credentials | Kasper Timm Hansen | 2019-01-14 | 3 | -67/+58 |
| |\ \ |
|
| | * | | Restructure credentials after environment overrides. | Kasper Timm Hansen | 2019-01-14 | 3 | -67/+58 |
| * | | | Add connection_test to app generator | Vladimir Dementyev | 2019-01-13 | 1 | -0/+3 |
| * | | | Add channel test generator | Vladimir Dementyev | 2019-01-13 | 1 | -0/+14 |
| |/ / |
|
| * | | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 2 | -10/+8 |
| * | | Move all npm packages to @rails scope | Javan Makhmali | 2019-01-10 | 1 | -2/+2 |
| * | | Merge pull request #34907 from wildbit/actionmailbox-postmark | George Claghorn | 2019-01-09 | 2 | -33/+43 |
| |\ \ |
|
| | * | | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 2 | -33/+43 |
* | | | | Revise wording on invalid database error messages | Gannon McGibbon | 2019-01-09 | 2 | -2/+2 |
* | | | | Add rails db:system:change command | Gannon McGibbon | 2019-01-09 | 4 | -1/+177 |
|/ / / |
|
* | | | Merge pull request #34692 from gmcgibbon/use_mail_delivery_job_in_6.0_defaults | Rafael França | 2019-01-09 | 1 | -0/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | Move MailDeliveryJob default to 6.0 defaults | Gannon McGibbon | 2019-01-07 | 1 | -0/+27 |
* | | | Preserve Bundle configuration during app generation (#34755) | Marco Costa | 2019-01-09 | 1 | -0/+18 |
* | | | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 2 | -17/+0 |
* | | | 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 |