aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-07-26 08:12:55 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2016-08-19 12:12:00 +0900
commit72831d75b6aa25ff89144eeb7e9698c4f93e65ea (patch)
tree62eea6a6be808e59dfcd2cfad0e0b14e6cd93c61 /railties/CHANGELOG.md
parent6568cfd78c89fe70ac7304d03f8f4825fe0b7c72 (diff)
downloadrails-72831d75b6aa25ff89144eeb7e9698c4f93e65ea.tar.gz
rails-72831d75b6aa25ff89144eeb7e9698c4f93e65ea.tar.bz2
rails-72831d75b6aa25ff89144eeb7e9698c4f93e65ea.zip
run `before_configuration` callbacks as soon as application constant inherits from Rails::Application
Until Rails 4.1, `before_configuration` run as soon as the application constant inherits from `Rails::Application`. However, in d25fe31c40928712b5e08fe0afb567c3bc88eddf, it has been modified to run at instantiation process. This modify to `before_configuration` is run at same timing as to Rails 4.1. Fixes #19880
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 70f4b84237..594d239290 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Run `before_configuration` callbacks as soon as application constant
+ inherits from `Rails::Application`.
+
+ Fixes #19880.
+
+ *Yuji Yaginuma*
+
* A generated app should not include Uglifier with `--skip-javascript` option.
*Ben Pickles*
@@ -17,7 +24,7 @@
*John Meehan*
-* Display name of the class defining the initializer along with the initializer
+* Display name of the class defining the initializer along with the initializer
name in the output of `rails initializers`.
Before: