Skip to content

Commit f955cb8

Browse files
committed
Clarify that some configuration still needs to happen in config/application.rb [ci skip]
1 parent c9ddcea commit f955cb8

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

railties/lib/rails/generators/rails/app/templates/config/application.rb.tt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,13 @@ module <%= app_const_base %>
3232
config.load_defaults Rails::VERSION::STRING.to_f
3333
<%- end -%>
3434

35-
# Settings in config/environments/* take precedence over those specified here.
36-
# Application configuration can go into files in config/initializers
37-
# -- all .rb files in that directory are automatically loaded after loading
38-
# the framework and any gems in your application.
35+
# Configuration for the application, engines, and railties goes here.
36+
#
37+
# These settings can be overridden in specific environments using the files
38+
# in config/environments, which are processed later.
39+
#
40+
# config.time_zone = "Central Time (US & Canada)"
41+
# config.eager_load_paths << Rails.root.join("extras")
3942
<%- if options.api? -%>
4043

4144
# Only loads a smaller set of middleware suitable for API only apps.

0 commit comments

Comments
 (0)