aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-06-19 16:07:10 -0400
committerGitHub <noreply@github.com>2017-06-19 16:07:10 -0400
commitc6d19fc85189b86c0b1422fa13b8f5182b4fd4d0 (patch)
tree1841f38e1a37e2a9caed979eab362c143b68e9fb /guides
parent44c269a5b48a73e9d8b3d6a0688cbc4f4ca877a7 (diff)
parente062c961e9867b938d4e7a33a25a3de8d0fa67df (diff)
downloadrails-c6d19fc85189b86c0b1422fa13b8f5182b4fd4d0.tar.gz
rails-c6d19fc85189b86c0b1422fa13b8f5182b4fd4d0.tar.bz2
rails-c6d19fc85189b86c0b1422fa13b8f5182b4fd4d0.zip
Merge pull request #29493 from y-yagi/deprecate_capify
Deprecate an `capify!` method in generators and templates
Diffstat (limited to 'guides')
-rw-r--r--guides/source/generators.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/guides/source/generators.md b/guides/source/generators.md
index d4ed2355d4..be1be75e7a 100644
--- a/guides/source/generators.md
+++ b/guides/source/generators.md
@@ -689,14 +689,6 @@ Available options are:
* `:env` - Specifies the environment in which to run this rake task.
* `:sudo` - Whether or not to run this task using `sudo`. Defaults to `false`.
-### `capify!`
-
-Runs the `capify` command from Capistrano at the root of the application which generates Capistrano configuration.
-
-```ruby
-capify!
-```
-
### `route`
Adds text to the `config/routes.rb` file: