aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/commands
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-043-25/+38
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-043-37/+39
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-042-23/+19
* Commands already make fileutils available.Kasper Timm Hansen2019-08-031-2/+0
* Rename to Diffing and move module into credentials commandKasper Timm Hansen2019-08-032-4/+54
* Prettify diff generated by git for encripted file:Edouard CHIN2019-07-261-6/+28
* Allow using env var to specify pidfileBen Thorner2019-06-191-5/+6
* Help command for visible commands should be hiddenakinomaeni2019-04-191-2/+4
* Adds `register_tags`Younes SERRAJ2019-04-121-1/+1
* Rename `connection` option to `database` in `dbconsole` commandyuuji.yaginuma2019-04-021-7/+19
* Merge pull request #35723 from sikachu/disable-sandbox-flagGuillermo Iguaran2019-03-241-0/+6
|\
| * Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-0/+6
* | Add `secret_key_base` when creating new credential fileyuuji.yaginuma2019-03-231-1/+12
|/
* Add -e/--environment option to `rails initializers`yuuji.yaginuma2019-03-161-0/+7
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-153-7/+16
* overriden -> overridden [ci skip]Sharang Dashputre2019-03-121-1/+1
* Merge pull request #34955 from bogdanvlviv/follow-up-33962Kasper Timm Hansen2019-03-111-1/+1
|\
| * Add `config.credentials.content_path` and `config.credentials.key_path` to th...bogdanvlviv2019-01-171-2/+2
* | [ci skip] Improve `encrypted` commands USAGEKasper Timm Hansen2019-03-111-13/+19
* | Merge pull request #34965 from bogdanvlviv/improve-rails-encrypted--helpKasper Timm Hansen2019-03-112-0/+23
|\ \
| * | Improve output of `rails encrypted(:edit/:show) --help`bogdanvlviv2019-01-172-0/+23
| |/
* | Merge pull request #35568 from prathamesh-sonpatki/server_squishRyuta Kamizono2019-03-111-1/+1
|\ \
| * | Squish the deprecation messages across the codebasePrathamesh Sonpatki2019-03-111-1/+1
* | | Merge pull request #35569 from prathamesh-sonpatki/env-varsKasper Timm Hansen2019-03-111-2/+2
|\ \ \
| * | | Mention `environment variable` instead of just `environment`Prathamesh Sonpatki2019-03-111-2/+2
| |/ /
* / / Use the -u switch for the `rails server` bannerPrathamesh Sonpatki2019-03-111-1/+1
|/ /
* | 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
|\