aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-06-18 16:14:00 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-06-18 16:51:03 +0900
commite062c961e9867b938d4e7a33a25a3de8d0fa67df (patch)
treef442b9fe3f4fc0d5e293fd006a776293a0f82ee1 /railties/CHANGELOG.md
parent03fa6b2907ae68e0c2cfeb8c3e56c080d7ff99c0 (diff)
downloadrails-e062c961e9867b938d4e7a33a25a3de8d0fa67df.tar.gz
rails-e062c961e9867b938d4e7a33a25a3de8d0fa67df.tar.bz2
rails-e062c961e9867b938d4e7a33a25a3de8d0fa67df.zip
Deprecate an `capify!` method in generators and templates
The `capify` command has been removed by Capistrano 3 and became to `cap install`. Therefore, the `capify!` method has no meaning in Capistrano 3. I think that should deprecate. Ref: https://github.com/capistrano/capistrano/commit/492793916acf32ffe1604daec6fd4892c8935018
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index d93c532c7e..6cb8cbcd73 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Deprecate `capify!` method in generators and templates.
+
+ *Yuji Yaginuma*
+
* Allow irb options to be passed from `rails console` command.
Fixes #28988.