1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added Railties deprecations in 5.2 release notes [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2018-01-01 01:13:27 +05:30
parent 2955ee4198
commit b5580e439a
No known key found for this signature in database
GPG key ID: 8B90F6B89E2BCB71

View file

@ -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