##// END OF EJS Templates
replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb...
Toshi MARUYAMA -
r9475:411f0874ab8f
parent child
Show More
@@ -1,4 +1,4
1 # Settings specified here will take precedence over those in config/environment.rb
1 # Settings specified here will take precedence over those in config/application.rb
2 RedmineApp::Application.configure do
2 RedmineApp::Application.configure do
3 # In the development environment your application's code is reloaded on
3 # In the development environment your application's code is reloaded on
4 # every request. This slows down response time but is perfect for development
4 # every request. This slows down response time but is perfect for development
@@ -1,4 +1,4
1 # Settings specified here will take precedence over those in config/environment.rb
1 # Settings specified here will take precedence over those in config/application.rb
2 RedmineApp::Application.configure do
2 RedmineApp::Application.configure do
3 # The production environment is meant for finished, "live" apps.
3 # The production environment is meant for finished, "live" apps.
4 # Code is not reloaded between requests
4 # Code is not reloaded between requests
@@ -1,4 +1,4
1 # Settings specified here will take precedence over those in config/environment.rb
1 # Settings specified here will take precedence over those in config/application.rb
2 RedmineApp::Application.configure do
2 RedmineApp::Application.configure do
3 # The test environment is used exclusively to run your application's
3 # The test environment is used exclusively to run your application's
4 # test suite. You never need to work with it otherwise. Remember that
4 # test suite. You never need to work with it otherwise. Remember that
General Comments 0
You need to be logged in to leave comments. Login now