aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-082-2/+3
* Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-071-1/+1
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-182-4/+19
* Fix secrets command deprecation messageStefan Wrobel2017-12-111-1/+1
* Add CLI to manage encrypted files/configs.Wojciech Wnętrzak2017-11-152-21/+85
* Revert displaying master key generation info on `rails new`.Kasper Timm Hansen2017-11-121-0/+1
* Deprecate encrypted secrets in favor of credentials.Kasper Timm Hansen2017-11-121-10/+9
* [Railties] require_relative => requireAkira Matsuda2017-10-2110-19/+19
* Implement H2 Early Hints for Railseileencodes2017-10-041-1/+7
* Use `TOPLEVEL_BINDING` in rails runner commandyuuji.yaginuma2017-09-221-2/+2
* 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