aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2016-08-19 00:52:54 -0300
committerGitHub <noreply@github.com>2016-08-19 00:52:54 -0300
commit0db945ac9564d8e7e559397cdeeef148d2aec704 (patch)
treee4226b30aae71e6f160ace3ca1380014fbd3207c /railties/CHANGELOG.md
parenteabf024369110f4ef2349a8181379026ed9f4819 (diff)
parent72831d75b6aa25ff89144eeb7e9698c4f93e65ea (diff)
downloadrails-0db945ac9564d8e7e559397cdeeef148d2aec704.tar.gz
rails-0db945ac9564d8e7e559397cdeeef148d2aec704.tar.bz2
rails-0db945ac9564d8e7e559397cdeeef148d2aec704.zip
Merge pull request #26216 from y-yagi/fixes_19880
run `before_configuration` callbacks as soon as application constant inherits from Rails::Application
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: