aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #30581 from y-yagi/do_not_add_master_key_twice_to_gitignoreKasper Timm Hansen2017-09-141-1/+0
|\
| * Make master key added to gitignore the same value as when creating appplicationyuuji.yaginuma2017-09-141-1/+0
* | [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-1/+1
|/
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-112-0/+125
* Fix `can't modify frozen String` error in `DBConsole`yuuji.yaginuma2017-08-291-1/+1
* Make `restart` and `dev:cache` tasks work when customizing pid file pathyuuji.yaginuma2017-08-211-1/+7
* Merge pull request #29891 from pat/frozen-string-literals-railtiesRafael França2017-08-1414-1/+29
|\
| * Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-1414-0/+28
| * Railties updates for frozen string literals.Pat Allan2017-08-141-1/+1
* | Merge pull request #29994 from y-yagi/fix_test_runner_helpKasper Timm Hansen2017-08-141-21/+14
|\ \ | |/ |/|
| * Show minitest options in test runner helpyuuji.yaginuma2017-07-311-21/+14
* | Deprecate support of older `config.ru`yuuji.yaginuma2017-08-081-1/+8
|/
* Do not show URL in boot info when using Pumayuuji.yaginuma2017-07-241-2/+6
* support `-` as an argument to `rails runner`Cody Cutrer2017-07-172-2/+7
* 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