aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
...
* | Remove restart_command leftover from switching to Thor options.Kasper Timm Hansen2018-07-071-4/+0
* | Use only snake cased symbols in commands.Kasper Timm Hansen2018-07-071-5/+5
|/
* Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-051-0/+39
|\
| * Adds support to register directories and extensions to NotesCommandAnnie-Claude Côté2018-07-041-0/+2
| * Adds a Rails::Command for NotesAnnie-Claude Côté2018-07-041-0/+37
* | Remove unused requireyuuji.yaginuma2018-06-181-1/+0
* | Remove unnecessary testyuuji.yaginuma2018-06-031-2/+2
|/
* Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-2/+12
* Use `did_you_mean` spell checker for option suggestionsGenadi Samokovarov2018-03-231-2/+2
* Merge pull request #32271 from eileencodes/fix-three-tier-default-connectionEileen M. Uchitelle2018-03-161-1/+1
|\
| * Switch dbconsole config loader checkeileencodes2018-03-161-1/+1
* | Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-131-15/+5
* | Extract details to methods to clarify command.Kasper Timm Hansen2018-03-131-8/+12
* | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-131-7/+1
* | Do not show unnecessary message during server startupyuuji.yaginuma2018-03-101-6/+5
|/
* Fix "NameError: undefined local variable or method `host'"yuuji.yaginuma2018-03-051-1/+1
* Introduce explicit rails server handler optionGenadi Samokovarov2018-03-041-16/+72
* Add --expanded option to "rails routes"Benoit Tigeot2018-02-281-1/+7
* Move rake routes task to rails commandBenoit Tigeot2018-02-271-0/+43
* 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