| Commit message (Expand) | Author | Age | Files | Lines |
* | Railities typo fixes. | alkesh26 | 2019-02-01 | 2 | -3/+3 |
* | Merge pull request #34789 from christos/fix-editing-new-environment-credentials | Kasper Timm Hansen | 2019-01-25 | 1 | -0/+8 |
|\ |
|
| * | Don't load app environment when editing credentials | Christos Zisopoulos | 2018-12-26 | 1 | -0/+8 |
* | | Revert "Remove deprecated `server` argument from the rails server command" | yuuji.yaginuma | 2019-01-18 | 1 | -0/+4 |
* | | Remove deprecated `server` argument from the rails server command | Rafael Mendonça França | 2019-01-17 | 1 | -4/+0 |
* | | Remove deprecated `environment` argument from the rails commands | Rafael Mendonça França | 2019-01-17 | 2 | -43/+4 |
* | | Merge branch 'master' into db_system_change_command | Kasper Timm Hansen | 2019-01-16 | 1 | -38/+45 |
|\ \ |
|
| * | | Add Exim and Qmail support to Action Mailbox | George Claghorn | 2019-01-12 | 1 | -9/+7 |
| * | | Added Postmark ingress support | Tomek Maszkowski | 2019-01-09 | 1 | -33/+42 |
* | | | Revise wording on invalid database error messages | Gannon McGibbon | 2019-01-09 | 1 | -1/+1 |
* | | | Add rails db:system:change command | Gannon McGibbon | 2019-01-09 | 1 | -0/+62 |
|/ / |
|
* | | Do not show suggestion message when not exist suggestion | yuuji.yaginuma | 2018-12-29 | 1 | -0/+6 |
* | | Import Action Mailbox | George Claghorn | 2018-12-25 | 1 | -112/+209 |
|/ |
|
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block | Ryuta Kamizono | 2018-12-21 | 2 | -14/+10 |
* | Use string for arguments in server test | yuuji.yaginuma | 2018-12-13 | 1 | -2/+2 |
* | Support environment specific credentials file. (#33521) | Wojciech Wnętrzak | 2018-09-19 | 1 | -5/+21 |
* | Fix `rails routes -c` for controller name consists of multiple word. | Yoshiyuki Kinjo | 2018-08-20 | 1 | -22/+64 |
* | Move 'rails initializers' command to Rails::Command | Annie-Claude Côté | 2018-08-16 | 1 | -0/+32 |
* | Adds Rails:Command for `dev:cache` that has the same behaviour as the rake task | Annie-Claude Côté | 2018-08-13 | 1 | -0/+65 |
* | Merge pull request #32381 from q-centrix/update-codeclimate-configs | Richard Schneeman | 2018-07-25 | 1 | -5/+2 |
|\ |
|
| * | Turn on performance based cops | Dillon Welch | 2018-07-23 | 1 | -5/+2 |
* | | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 3 | -4/+4 |
|\ \
| |/
|/| |
|
| * | Show rails instead of bin/rails on USAGE instructions | Alberto Almagro | 2018-07-06 | 1 | -2/+2 |
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 2 | -2/+2 |
* | | Allow to explicitly specify whether to output Rails' log to stdout | Markus Doits | 2018-07-08 | 1 | -0/+12 |
* | | Don't show unneeded deprecation warning on server restart. | Kasper Timm Hansen | 2018-07-07 | 1 | -3/+2 |
|/ |
|
* | Make NotesCommand tests more performant by getting rid of unecessary map | Annie-Claude Côté | 2018-07-05 | 1 | -12/+12 |
* | Merge pull request #33220 from anniecodes/notes-command | Kasper Timm Hansen | 2018-07-05 | 1 | -0/+128 |
|\ |
|
| * | Adds support to register directories and extensions to NotesCommand | Annie-Claude Côté | 2018-07-04 | 1 | -0/+44 |
| * | Adds a Rails::Command for Notes | Annie-Claude Côté | 2018-07-04 | 1 | -0/+84 |
* | | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is... | yuuji.yaginuma | 2018-06-24 | 1 | -1/+1 |
|/ |
|
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -12/+12 |
* | Deprecate support for using `HOST` environment to specify server IP (#32540) | Yuji Yaginuma | 2018-04-16 | 1 | -1/+15 |
* | Use `did_you_mean` spell checker for option suggestions | Genadi Samokovarov | 2018-03-23 | 1 | -1/+1 |
* | Rely on Rails::Command's help output. | Kasper Timm Hansen | 2018-03-13 | 1 | -57/+58 |
* | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expanded | Kasper Timm Hansen | 2018-03-11 | 1 | -38/+47 |
|\ |
|
| * | Draw line of a route name to the end of row console on `rails routes --expanded` | bogdanvlviv | 2018-03-05 | 1 | -38/+47 |
* | | Remove extra arg passed to `Rails::Command::RoutesTest#run_routes_command` | bogdanvlviv | 2018-03-05 | 1 | -1/+1 |
|/ |
|
* | Fix "NameError: undefined local variable or method `host'" | yuuji.yaginuma | 2018-03-05 | 1 | -0/+6 |
* | Merge pull request #32058 from gsamokovarov/rails-server-x-option | Kasper Timm Hansen | 2018-03-04 | 1 | -4/+29 |
|\ |
|
| * | Introduce explicit rails server handler option | Genadi Samokovarov | 2018-03-04 | 1 | -4/+29 |
* | | Fix routes command tests broken in e137831726. | Kasper Timm Hansen | 2018-03-04 | 1 | -23/+16 |
|/ |
|
* | Clean up `RoutesTest` a bit | yuuji.yaginuma | 2018-03-01 | 1 | -8/+6 |
* | Add --expanded option to "rails routes" | Benoit Tigeot | 2018-02-28 | 1 | -0/+47 |
* | Move rake routes task to rails command | Benoit Tigeot | 2018-02-27 | 1 | -0/+127 |
* | Do not add master key when `RAILS_MASTER_KEY` env specified (#31922) | Yuji Yaginuma | 2018-02-08 | 2 | -0/+24 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -5/+5 |
* | Raise an error only when `require_master_key` is specified | yuuji.yaginuma | 2017-12-18 | 2 | -8/+36 |
* | Do not overwrite by default if credentials already exists | yuuji.yaginuma | 2017-11-30 | 1 | -0/+8 |
* | Add CLI to manage encrypted files/configs. | Wojciech Wnętrzak | 2017-11-15 | 2 | -1/+84 |