aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* Fix typo: overriden -> overridden [ci skip] (#35060)Vipul A M2019-01-261-1/+1
* Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-251-2/+2
|\
| * Don't load app environment when editing credentialsChristos Zisopoulos2018-12-261-2/+2
* | Revert "Remove deprecated `server` argument from the rails server command"yuuji.yaginuma2019-01-181-2/+21
* | Remove deprecated `server` argument from the rails server commandRafael Mendonça França2019-01-171-21/+2
* | Remove deprecated support to old `config.ru` that use the application class a...Rafael Mendonça França2019-01-171-13/+0
* | Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-162-34/+43
|\ \
| * | Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-142-34/+43
* | | Add rails db:system:change commandGannon McGibbon2019-01-091-0/+20
|/ /
* / Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-291-1/+2
|/
* 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