aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Fixed to RAILS_MASTER_KEY as a default env key for decrypting.Wojciech Wnętrzak2018-09-202-10/+6
* Fix env name for master keyyuuji.yaginuma2018-09-201-1/+1
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-192-22/+54
* Merge pull request #33696 from bogdanvlviv/follow-up-44007c070Kasper Timm Hansen2018-08-234-10/+10
|\
| * Use `say`/`error` instead of `puts`/`$stderr.puts`bogdanvlviv2018-08-224-10/+10
* | Fix `rails initializers --help` and `rails dev:cache --help`bogdanvlviv2018-08-222-2/+5
|/
* Don't put up with not saying it.Kasper Timm Hansen2018-08-191-1/+1
* Move 'rails initializers' command to Rails::CommandAnnie-Claude Côté2018-08-161-0/+16
* Adds Rails:Command for `dev:cache` that has the same behaviour as the rake taskAnnie-Claude Côté2018-08-131-0/+14
* Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-281-1/+1
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-255-10/+10
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-065-10/+10
* | Fix deprecation message for `SOURCE_ANNOTATION_DIRECTORIES`yuuji.yaginuma2018-07-201-1/+1
* | Merge pull request #28266 from Stellenticket/allow_disable_server_stdout_loggingKasper Timm Hansen2018-07-081-2/+9
|\ \
| * | Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-2/+9
* | | Fix rubocop offense introduced in 161ed37bogdanvlviv2018-07-081-1/+1
|/ /
* | Don't balloon @original_options with --restart on restart.Kasper Timm Hansen2018-07-071-1/+1
* | Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-8/+14
* | 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