replace comment "config/environment.rb" to "config/application.rb" at head of config/environments/*.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9658 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
0ba0a7bcc9
commit
411f0874ab
|
@ -1,4 +1,4 @@
|
||||||
# Settings specified here will take precedence over those in config/environment.rb
|
# Settings specified here will take precedence over those in config/application.rb
|
||||||
RedmineApp::Application.configure do
|
RedmineApp::Application.configure do
|
||||||
# In the development environment your application's code is reloaded on
|
# In the development environment your application's code is reloaded on
|
||||||
# every request. This slows down response time but is perfect for development
|
# every request. This slows down response time but is perfect for development
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Settings specified here will take precedence over those in config/environment.rb
|
# Settings specified here will take precedence over those in config/application.rb
|
||||||
RedmineApp::Application.configure do
|
RedmineApp::Application.configure do
|
||||||
# The production environment is meant for finished, "live" apps.
|
# The production environment is meant for finished, "live" apps.
|
||||||
# Code is not reloaded between requests
|
# Code is not reloaded between requests
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Settings specified here will take precedence over those in config/environment.rb
|
# Settings specified here will take precedence over those in config/application.rb
|
||||||
RedmineApp::Application.configure do
|
RedmineApp::Application.configure do
|
||||||
# The test environment is used exclusively to run your application's
|
# The test environment is used exclusively to run your application's
|
||||||
# test suite. You never need to work with it otherwise. Remember that
|
# test suite. You never need to work with it otherwise. Remember that
|
||||||
|
|
Loading…
Reference in New Issue