| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate support of older `config.ru` | yuuji.yaginuma | 2017-08-08 | 1 | -1/+8 |
* | Do not show URL in boot info when using Puma | yuuji.yaginuma | 2017-07-24 | 1 | -2/+6 |
* | support `-` as an argument to `rails runner` | Cody Cutrer | 2017-07-17 | 2 | -2/+7 |
* | Set `RAILS_ENV` before load application file | yuuji.yaginuma | 2017-07-17 | 1 | -1/+4 |
* | Properly expand the environment's name | Robin Dupret | 2017-07-16 | 2 | -6/+0 |
* | Allow to pass a connection to the `dbconsole` command | Robin Dupret | 2017-07-16 | 1 | -2/+14 |
* | * Don't eagerly require Rails' minitest plugin. | Kasper Timm Hansen | 2017-07-10 | 1 | -5/+25 |
* | Load environment file in `dbconsole` command | yuuji.yaginuma | 2017-07-09 | 1 | -0/+1 |
* | Add `rails secrets:show` command | yuuji.yaginuma | 2017-07-07 | 1 | -0/+4 |
* | [Railties] require => require_relative | Akira Matsuda | 2017-07-01 | 9 | -14/+14 |
* | Add the `<app_root>/test` dir to the `$LOAD_PATH` as a string: | Edouard CHIN | 2017-06-16 | 1 | -1/+1 |
* | Access EDITOR through Ruby's cross-platform ENV. | Kasper Timm Hansen | 2017-06-11 | 1 | -2/+2 |
* | Merge pull request #29146 from y-yagi/fix_29138 | Kasper Timm Hansen | 2017-05-28 | 1 | -2/+9 |
|\ |
|
| * | Correctly set user_supplied_options when there is no whitespace in option spe... | yuuji.yaginuma | 2017-05-24 | 1 | -2/+9 |
* | | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 1 | -4/+16 |
* | | Remove needless waiting message. | Kasper Timm Hansen | 2017-05-23 | 1 | -1/+0 |
|/ |
|
* | Update system test runner docs | eileencodes | 2017-05-14 | 1 | -8/+9 |
* | Allow irb options to be passed from `rails console` command | yuuji.yaginuma | 2017-05-08 | 1 | -2/+14 |
* | CLI arg `--port` has precedence over env `PORT`. | koshigoe | 2017-05-01 | 1 | -2/+3 |
* | Use appropriate type to `header` option | yuuji.yaginuma | 2017-04-05 | 1 | -1/+1 |
* | Do not show hidden namespaces in destroy commnad help | yuuji.yaginuma | 2017-03-27 | 1 | -0/+3 |
* | Merge pull request #28527 from rst/fix_runner_argv_28515 | Rafael França | 2017-03-22 | 1 | -2/+3 |
|\ |
|
| * | Correctly reset ARGV for "rails runner `CODE' arg arg arg..." | Robert Thau | 2017-03-22 | 1 | -2/+3 |
* | | CLI arg "host" has precedence over ENV var "host" | Jon Moss | 2017-03-21 | 1 | -2/+4 |
|/ |
|
* | Make destroy command work within engines | yuuji.yaginuma | 2017-03-14 | 1 | -2/+2 |
* | Merge pull request #28182 from y-yagi/show_correct_rails_commands | Kasper Timm Hansen | 2017-03-09 | 6 | -17/+29 |
|\ |
|
| * | Show correct commands in help | yuuji.yaginuma | 2017-03-03 | 6 | -17/+29 |
* | | [ci skip] Document read_encrypted_secrets config. | Kasper Timm Hansen | 2017-03-09 | 1 | -0/+8 |
* | | Convert `ENV["EDITOR"]` to string before check | yuuji.yaginuma | 2017-03-02 | 1 | -1/+1 |
* | | Put it to me straight: just say it. | Kasper Timm Hansen | 2017-03-01 | 1 | -3/+3 |
* | | Tell users how to assign a $EDITOR. | Kasper Timm Hansen | 2017-03-01 | 1 | -0/+11 |
* | | `HOST` must be all capital letters | yuuji.yaginuma | 2017-03-01 | 1 | -1/+1 |
* | | Set correct host except development environment | yuuji.yaginuma | 2017-02-27 | 1 | -3/+7 |
|/ |
|
* | Merge pull request #28137 from schneems/schneems/fix-default-puma-port | Richard Schneeman | 2017-02-24 | 1 | -11/+44 |
|\ |
|
| * | [close #24435] Send user_supplied_options to server | schneems | 2017-02-24 | 1 | -11/+44 |
* | | does not show hidden namespaces in generator's help | yuuji.yaginuma | 2017-02-24 | 1 | -0/+3 |
|/ |
|
* | Yank the intricate immediately-exiting editor recognition. | Kasper Timm Hansen | 2017-02-23 | 1 | -16/+2 |
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 2 | -0/+102 |
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 2 | -102/+0 |
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 2 | -0/+102 |
* | Prevent multiple values being set to `run_via` | yuuji.yaginuma | 2017-02-18 | 1 | -1/+1 |
* | make all rails commands work in engine | yuuji.yaginuma | 2017-01-09 | 2 | -16/+8 |
* | Remove needless `ActiveSupport::Deprecation.silence` | Ryuta Kamizono | 2016-12-31 | 1 | -3/+1 |
* | Merge branch 'master' into fix_26964 | Kasper Timm Hansen | 2016-12-29 | 3 | -4/+6 |
|\ |
|
| * | Privatize unneededly protected methods in Railties | Akira Matsuda | 2016-12-25 | 1 | -3/+3 |
| * | `ARGV.shift` before calling Rails generators | Jon Moss | 2016-12-17 | 1 | -0/+2 |
| * | use appropriate type for `rc` option | yuuji.yaginuma | 2016-12-14 | 1 | -1/+1 |
* | | use Thor option parser in server commands parse | yuuji.yaginuma | 2016-12-24 | 1 | -54/+67 |
|/ |
|
* | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 1 | -1/+1 |
* | Pass `rails runner` args onto file again. | Kasper Timm Hansen | 2016-11-20 | 1 | -1/+2 |