aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/commands
Commit message (Expand)AuthorAgeFilesLines
* Revise flow to what was described in 03e44f9Kasper Timm Hansen2019-08-041-13/+9
* Revise credentials diffing flow to use a separate diff commandKasper Timm Hansen2019-08-041-66/+38
* Extract diffing to separate credentials:diff commandKasper Timm Hansen2019-08-041-28/+24
* Do not use the same temp file in different testsyuuji.yaginuma2019-07-271-4/+5
* Prettify diff generated by git for encripted file:Edouard CHIN2019-07-261-1/+100
* Allow using env var to specify pidfileBen Thorner2019-06-191-0/+23
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Merge pull request #35906 from yoones/notes-tags-registrationRafael França2019-04-151-0/+41
|\
| * Adds `register_tags`Younes SERRAJ2019-04-121-0/+41
* | Remove the Amazon SES ingressGeorge Claghorn2019-04-141-25/+18
|/
* Rename `connection` option to `database` in `dbconsole` commandyuuji.yaginuma2019-04-021-6/+18
* Reword test names in credentials_test.rbSharang Dashputre2019-03-251-4/+4
* Merge pull request #35723 from sikachu/disable-sandbox-flagGuillermo Iguaran2019-03-241-1/+1
|\
| * Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-1/+1
* | 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-2/+18
* Properly expand the environment's name in all commandsyuuji.yaginuma2019-03-152-1/+23
* Railities typo fixes.alkesh262019-02-012-3/+3
* Merge pull request #34789 from christos/fix-editing-new-environment-credentialsKasper Timm Hansen2019-01-251-0/+8
|\
| * Don't load app environment when editing credentialsChristos Zisopoulos2018-12-261-0/+8
* | Revert "Remove deprecated `server` argument from the rails server command"yuuji.yaginuma2019-01-181-0/+4
* | Remove deprecated `server` argument from the rails server commandRafael Mendonça França2019-01-171-4/+0
* | Remove deprecated `environment` argument from the rails commandsRafael Mendonça França2019-01-172-43/+4
* | Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-161-38/+45
|\ \
| * | Add Exim and Qmail support to Action MailboxGeorge Claghorn2019-01-121-9/+7
| * | Added Postmark ingress supportTomek Maszkowski2019-01-091-33/+42
* | | Revise wording on invalid database error messagesGannon McGibbon2019-01-091-1/+1
* | | Add rails db:system:change commandGannon McGibbon2019-01-091-0/+62
|/ /
* | Do not show suggestion message when not exist suggestionyuuji.yaginuma2018-12-291-0/+6
* | Import Action MailboxGeorge Claghorn2018-12-251-112/+209
|/
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-212-14/+10
* Use string for arguments in server testyuuji.yaginuma2018-12-131-2/+2
* Support environment specific credentials file. (#33521)Wojciech Wnętrzak2018-09-191-5/+21
* Fix `rails routes -c` for controller name consists of multiple word.Yoshiyuki Kinjo2018-08-201-22/+64
* Move 'rails initializers' command to Rails::CommandAnnie-Claude Côté2018-08-161-0/+32
* Adds Rails:Command for `dev:cache` that has the same behaviour as the rake taskAnnie-Claude Côté2018-08-131-0/+65
* Merge pull request #32381 from q-centrix/update-codeclimate-configsRichard Schneeman2018-07-251-5/+2
|\
| * Turn on performance based copsDillon Welch2018-07-231-5/+2
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-253-4/+4
|\ \ | |/ |/|
| * Show rails instead of bin/rails on USAGE instructionsAlberto Almagro2018-07-061-2/+2
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-062-2/+2
* | Allow to explicitly specify whether to output Rails' log to stdoutMarkus Doits2018-07-081-0/+12
* | Don't show unneeded deprecation warning on server restart.Kasper Timm Hansen2018-07-071-3/+2
|/
* Make NotesCommand tests more performant by getting rid of unecessary mapAnnie-Claude Côté2018-07-051-12/+12
* Merge pull request #33220 from anniecodes/notes-commandKasper Timm Hansen2018-07-051-0/+128
|\
| * Adds support to register directories and extensions to NotesCommandAnnie-Claude Côté2018-07-041-0/+44
| * Adds a Rails::Command for NotesAnnie-Claude Côté2018-07-041-0/+84
* | Add an assertion that `credentials:edit` works when `RAILS_MASTER_KEY` env is...yuuji.yaginuma2018-06-241-1/+1
|/
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-12/+12
* Deprecate support for using `HOST` environment to specify server IP (#32540)Yuji Yaginuma2018-04-161-1/+15