| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #35906 from yoones/notes-tags-registration | Rafael França | 2019-04-15 | 1 | -0/+41 |
|\ |
|
| * | Adds `register_tags` | Younes SERRAJ | 2019-04-12 | 1 | -0/+41 |
* | | Remove the Amazon SES ingress | George Claghorn | 2019-04-14 | 1 | -25/+18 |
|/ |
|
* | Rename `connection` option to `database` in `dbconsole` command | yuuji.yaginuma | 2019-04-02 | 1 | -6/+18 |
* | Reword test names in credentials_test.rb | Sharang Dashputre | 2019-03-25 | 1 | -4/+4 |
* | Merge pull request #35723 from sikachu/disable-sandbox-flag | Guillermo Iguaran | 2019-03-24 | 1 | -1/+1 |
|\ |
|
| * | Add config.disable_sandbox option to Rails console | Prem Sichanugrist | 2019-03-23 | 1 | -1/+1 |
* | | Add `secret_key_base` when creating new credential file | yuuji.yaginuma | 2019-03-23 | 1 | -1/+12 |
|/ |
|
* | Add -e/--environment option to `rails initializers` | yuuji.yaginuma | 2019-03-16 | 1 | -2/+18 |
* | Properly expand the environment's name in all commands | yuuji.yaginuma | 2019-03-15 | 2 | -1/+23 |
* | 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 |
|\ |
|