aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-27 18:44:33 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-27 18:44:33 +0000
commite2ad603f52cd2414a104ab75b6d475d6cdd5ca7c (patch)
tree365ed878101bbf4f4ecd4d71c5f53aae582599d2 /railties/environments/environment.rb
parentd3b5db8919c61243c45ebd09254de20f4aa0cf1d (diff)
downloadrails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.tar.gz
rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.tar.bz2
rails-e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c.zip
Normalize whitespace. Closes #8385 [Time Pope]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/environments/environment.rb')
-rw-r--r--railties/environments/environment.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 2e485a5738..73ebf20d3f 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -1,6 +1,6 @@
# Be sure to restart your web server when you modify this file.
-# Uncomment below to force Rails into production mode when
+# Uncomment below to force Rails into production mode when
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'
@@ -12,7 +12,7 @@ require File.join(File.dirname(__FILE__), 'boot')
Rails::Initializer.run do |config|
# Settings in config/environments/* take precedence over those specified here
-
+
# Skip frameworks you're not going to use (only works if using vendor/rails)
# config.frameworks -= [ :active_resource, :action_mailer ]
@@ -22,7 +22,7 @@ Rails::Initializer.run do |config|
# Add additional load paths for your own custom dirs
# config.load_paths += %W( #{RAILS_ROOT}/extras )
- # Force all environments to use the same logger level
+ # Force all environments to use the same logger level
# (by default production uses :info, the others :debug)
# config.log_level = :debug
@@ -38,7 +38,7 @@ Rails::Initializer.run do |config|
# config.action_controller.session_store = :active_record_store
# Use SQL instead of Active Record's schema dumper when creating the test database.
- # This is necessary if your schema can't be completely dumped by the schema dumper,
+ # This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
@@ -49,7 +49,7 @@ Rails::Initializer.run do |config|
# config.active_record.default_timezone = :utc
# See Rails::Configuration for more options
-
+
# Application configuration should go into files in config/initializers
# -- all .rb files in that directory is automatically loaded
-end \ No newline at end of file
+end