aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-01 01:13:27 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2018-01-01 01:15:06 +0530
commitb5580e439a24b64eba5aede0965f2c4f57463792 (patch)
tree3644f15e362e016344f5dc0297841a7d7ce34e8a /guides
parent2955ee4198a17c94e0b3429200c7b171820eef25 (diff)
downloadrails-b5580e439a24b64eba5aede0965f2c4f57463792.tar.gz
rails-b5580e439a24b64eba5aede0965f2c4f57463792.tar.bz2
rails-b5580e439a24b64eba5aede0965f2c4f57463792.zip
Added Railties deprecations in 5.2 release notes [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/5_2_release_notes.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/guides/source/5_2_release_notes.md b/guides/source/5_2_release_notes.md
index e2f8cf1f76..7481d8df08 100644
--- a/guides/source/5_2_release_notes.md
+++ b/guides/source/5_2_release_notes.md
@@ -63,9 +63,20 @@ Railties
Please refer to the [Changelog][railties] for detailed changes.
-### Removals
+### Deprecations
-ToDo
+* Deprecate `capify!` method in generators and templates.
+ ([Pull Request](https://github.com/rails/rails/pull/29493))
+
+* Deprecated passing the environment's name as a regular argument to the
+ `rails dbconsole` and `rails console` commands.
+ ([Pull Request](https://github.com/rails/rails/pull/29358))
+
+* Deprecated using subclass of `Rails::Application` to start the Rails server.
+ ([Pull Request](https://github.com/rails/rails/pull/30127))
+
+* Deprecated `after_bundle` callback in Rails plugin templates.
+ ([Pull Request](https://github.com/rails/rails/pull/29446))
### Notable changes