]> source.dussan.org Git - redmine.git/commitdiff
replace comment "config/environment.rb" to "config/application.rb" at head of config...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 9 May 2012 12:04:10 +0000 (12:04 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 9 May 2012 12:04:10 +0000 (12:04 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9658 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/environments/development.rb
config/environments/production.rb
config/environments/test.rb

index 9657d8f11c69c1a3519aea943ee0ae9a259c97a9..bd92c55525a01f006828dbb2df04e2c6fea6335f 100644 (file)
@@ -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
   # In the development environment your application's code is reloaded on
   # every request.  This slows down response time but is perfect for development
index 9ff88560d5c3501e9adca57050265e91839673fe..ab4cd4011a30b47589e1f3f62d653066463247c7 100644 (file)
@@ -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
   # The production environment is meant for finished, "live" apps.
   # Code is not reloaded between requests
index 39b4738b706223dbf88d01c0cc514dccb2750edb..785586f7daac86f75ea6ba98e1739e8049eeaf94 100644 (file)
@@ -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
   # The test environment is used exclusively to run your application's
   # test suite.  You never need to work with it otherwise.  Remember that