From 91251fdcbd150fc1ec3542ebd2e950bc7f66bf3a Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 10 Jul 2016 22:13:12 +0530 Subject: CHANGELOG for https://github.com/rails/rails/pull/25257 [ci skip] - Also minor weekly CHANGELOG cleanup. --- railties/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'railties') diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index f6552a268b..9b8029d565 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -8,6 +8,17 @@ *John Meehan* +* Display name of the class defining the initializer also in the output + of `rails initializers`. + + Before: + disable_dependency_loading + + After: + DemoApp::Application.disable_dependency_loading + + *ta1kt0me* + * Do not run `bundle install` when generating a new plugin. Since bundler 1.12.0, the gemspec is validated so the `bundle install` -- cgit v1.2.3