| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Deprecate encrypted secrets in favor of credentials. | Kasper Timm Hansen | 2017-11-12 | 1 | -12/+37 |
* | Fix test name for daemon option test | yuuji.yaginuma | 2017-10-14 | 1 | -2/+2 |
* | Added test case for starting rails with daemon option, this should set the op... | Pierre Hedkvist | 2017-10-13 | 1 | -0/+12 |
* | Simplify parse arguments in `ConsoleTest` | yuuji.yaginuma | 2017-10-08 | 1 | -16/+3 |
* | Implement H2 Early Hints for Rails | eileencodes | 2017-10-04 | 1 | -0/+12 |
* | Add tests for credentials command | yuuji.yaginuma | 2017-09-15 | 1 | -0/+19 |
* | Make master key added to gitignore the same value as when creating appplication | yuuji.yaginuma | 2017-09-14 | 1 | -0/+30 |
* | Run in-app rails commands via fork+load where possible | Matthew Draper | 2017-09-04 | 1 | -4/+7 |
* | Fix `can't modify frozen String` error in `DBConsole` | yuuji.yaginuma | 2017-08-29 | 1 | -0/+6 |
* | Make `restart` and `dev:cache` tasks work when customizing pid file path | yuuji.yaginuma | 2017-08-21 | 1 | -1/+1 |
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 4 | -0/+8 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 2 | -0/+11 |
* | Deprecate environment as an argument for dbconsole and console | Robin Dupret | 2017-07-16 | 2 | -12/+24 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -0/+43 |
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+13 |