Changeset 63

Show
Ignore:
Timestamp:
12/20/07 15:15:04 (11 months ago)
Author:
jweiss
Message:

update to Rails 2.0.2 and update configs

Location:
trunk/config
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/config/environment.rb

    r51 r63  
    66 
    77# Specifies gem version of Rails to use when vendor/rails is not present 
    8 RAILS_GEM_VERSION = '1.2.3' unless defined? RAILS_GEM_VERSION 
     8RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION 
    99 
    1010# Bootstrap the Rails environment, frameworks, and default configuration 
  • trunk/config/environments/production.rb

    r1 r63  
    1111config.action_controller.consider_all_requests_local = false 
    1212config.action_controller.perform_caching             = true 
     13config.action_view.cache_template_loading = true 
    1314 
    1415# Enable serving of images, stylesheets, and javascripts from an asset server