From e2ad603f52cd2414a104ab75b6d475d6cdd5ca7c Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 27 May 2007 18:44:33 +0000 Subject: Normalize whitespace. Closes #8385 [Time Pope] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6869 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/environments/environment.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'railties/environments/environment.rb') 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 -- cgit v1.2.3