You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/configuring.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3752,7 +3752,7 @@ Initialization Events
3752
3752
3753
3753
Rails has 5 initialization events which can be hooked into (listed in the order that they are run):
3754
3754
3755
-
*`before_configuration`: This is run as soon as the application constant inherits from `Rails::Application`. The`config` calls are evaluated before this happens.
3755
+
*`before_configuration`: This is run whenthe application class inherits from `Rails::Application`in`config/application.rb`. Before the class body is executed. Engines may use this hook to run code before the application itself gets configured.
3756
3756
3757
3757
*`before_initialize`: This is run directly before the initialization process of the application occurs with the `:bootstrap_hook` initializer near the beginning of the Rails initialization process.
0 commit comments