| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | remove unused require | yuuji.yaginuma | 2016-11-05 | 1 | -3/+0 |
* | Hide commands from API site. | Kasper Timm Hansen | 2016-10-28 | 13 | -17/+17 |
* | Use `on_load` to trigger commandline processing code | Aaron Patterson | 2016-10-21 | 1 | -5/+0 |
* | Prevent the test framework from being loaded in production mode | Aaron Patterson | 2016-10-21 | 1 | -0/+5 |
* | remove `mongrel` once again | yuuji.yaginuma | 2016-09-29 | 1 | -1/+1 |
* | Apply test command changes. | Kasper Timm Hansen | 2016-09-26 | 1 | -1/+3 |
* | Fix dbconsole tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -6/+4 |
* | Apply Rafaels review fixes. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+3 |
* | Fix console tests. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+1 |
* | Remove the old command files. | Kasper Timm Hansen | 2016-09-25 | 13 | -818/+0 |
* | Per Dr. Eileen's orders :) | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+0 |
* | Run engine commands through command infrastructure. | Kasper Timm Hansen | 2016-09-25 | 2 | -3/+16 |
* | Initial command structure. | Kasper Timm Hansen | 2016-09-25 | 15 | -0/+704 |
* | Revise setting of run_with_rails_extension. | Kasper Timm Hansen | 2016-09-25 | 1 | -1/+4 |
* | Require `active_support/testing/autorun`. | Kasper Timm Hansen | 2016-09-25 | 1 | -2/+1 |
* | switch to autorun to support after_run and patch less | Michael Grosser | 2016-09-23 | 1 | -3/+1 |