aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* Set `RAILS_ENV` before load application fileyuuji.yaginuma2017-07-171-1/+4
* Properly expand the environment's nameRobin Dupret2017-07-162-6/+0
* Allow to pass a connection to the `dbconsole` commandRobin Dupret2017-07-161-2/+14
* * Don't eagerly require Rails' minitest plugin.Kasper Timm Hansen2017-07-101-5/+25
* Load environment file in `dbconsole` commandyuuji.yaginuma2017-07-091-0/+1
* Add `rails secrets:show` commandyuuji.yaginuma2017-07-071-0/+4
* [Railties] require => require_relativeAkira Matsuda2017-07-019-14/+14
* Add the `<app_root>/test` dir to the `$LOAD_PATH` as a string:Edouard CHIN2017-06-161-1/+1
* Access EDITOR through Ruby's cross-platform ENV.Kasper Timm Hansen2017-06-111-2/+2
* Merge pull request #29146 from y-yagi/fix_29138Kasper Timm Hansen2017-05-281-2/+9
|\
| * Correctly set user_supplied_options when there is no whitespace in option spe...yuuji.yaginuma2017-05-241-2/+9
* | Reorder first secrets edit flow.Kasper Timm Hansen2017-05-251-4/+16
* | Remove needless waiting message.Kasper Timm Hansen2017-05-231-1/+0
|/
* Update system test runner docseileencodes2017-05-141-8/+9
* Allow irb options to be passed from `rails console` commandyuuji.yaginuma2017-05-081-2/+14
* CLI arg `--port` has precedence over env `PORT`.koshigoe2017-05-011-2/+3
* Use appropriate type to `header` optionyuuji.yaginuma2017-04-051-1/+1
* Do not show hidden namespaces in destroy commnad helpyuuji.yaginuma2017-03-271-0/+3
* Merge pull request #28527 from rst/fix_runner_argv_28515Rafael França2017-03-221-2/+3
|\
| * Correctly reset ARGV for "rails runner `CODE' arg arg arg..."Robert Thau2017-03-221-2/+3
* | CLI arg "host" has precedence over ENV var "host"Jon Moss2017-03-211-2/+4
|/
* Make destroy command work within enginesyuuji.yaginuma2017-03-141-2/+2
* Merge pull request #28182 from y-yagi/show_correct_rails_commandsKasper Timm Hansen2017-03-096-17/+29
|\
| * Show correct commands in helpyuuji.yaginuma2017-03-036-17/+29
* | [ci skip] Document read_encrypted_secrets config.Kasper Timm Hansen2017-03-091-0/+8
* | Convert `ENV["EDITOR"]` to string before checkyuuji.yaginuma2017-03-021-1/+1
* | Put it to me straight: just say it.Kasper Timm Hansen2017-03-011-3/+3
* | Tell users how to assign a $EDITOR.Kasper Timm Hansen2017-03-011-0/+11
* | `HOST` must be all capital lettersyuuji.yaginuma2017-03-011-1/+1
* | Set correct host except development environmentyuuji.yaginuma2017-02-271-3/+7
|/
* Merge pull request #28137 from schneems/schneems/fix-default-puma-portRichard Schneeman2017-02-241-11/+44
|\
| * [close #24435] Send user_supplied_options to serverschneems2017-02-241-11/+44
* | does not show hidden namespaces in generator's helpyuuji.yaginuma2017-02-241-0/+3
|/
* Yank the intricate immediately-exiting editor recognition.Kasper Timm Hansen2017-02-231-16/+2
* Revert "Revert "Add encrypted secrets""Kasper Timm Hansen2017-02-232-0/+102
* Revert "Add encrypted secrets" (#28127)David Heinemeier Hansson2017-02-232-102/+0
* Add encrypted secrets (#28038)Kasper Timm Hansen2017-02-232-0/+102
* Prevent multiple values being set to `run_via`yuuji.yaginuma2017-02-181-1/+1
* make all rails commands work in engineyuuji.yaginuma2017-01-092-16/+8
* Remove needless `ActiveSupport::Deprecation.silence`Ryuta Kamizono2016-12-311-3/+1
* Merge branch 'master' into fix_26964Kasper Timm Hansen2016-12-293-4/+6
|\
| * Privatize unneededly protected methods in RailtiesAkira Matsuda2016-12-251-3/+3
| * `ARGV.shift` before calling Rails generatorsJon Moss2016-12-171-0/+2
| * use appropriate type for `rc` optionyuuji.yaginuma2016-12-141-1/+1
* | use Thor option parser in server commands parseyuuji.yaginuma2016-12-241-54/+67
|/
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Pass `rails runner` args onto file again.Kasper Timm Hansen2016-11-201-1/+2
* remove unused requireyuuji.yaginuma2016-11-051-3/+0
* Hide commands from API site.Kasper Timm Hansen2016-10-2813-17/+17
* Use `on_load` to trigger commandline processing codeAaron Patterson2016-10-211-5/+0