aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index f4a8cf86b6..595a50dbdc 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -5,14 +5,15 @@
*arthurnn*
-* Add `rake initializer`
+* Add `rake initializers`
- This task prints out initializers for an application. It is useful to
- develop a rubygem which involves the initialization process.
+ This task prints out all defined initializers in the order they are invoked
+ by Rails. This is helpful for debugging issues related to the initialization
+ process.
*Naoto Kaneko*
-* Created rake restart task. Restarts your Rails app by touching the
+* Created rake restart task. Restarts your Rails app by touching the
`tmp/restart.txt`.
Fixes #18876.