Changeset 63
- Timestamp:
- 12/20/07 15:15:04 (11 months ago)
- Location:
- trunk/config
- Files:
-
- 2 modified
-
environment.rb (modified) (1 diff)
-
environments/production.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/config/environment.rb
r51 r63 6 6 7 7 # Specifies gem version of Rails to use when vendor/rails is not present 8 RAILS_GEM_VERSION = ' 1.2.3' unless defined? RAILS_GEM_VERSION8 RAILS_GEM_VERSION = '2.0.2' unless defined? RAILS_GEM_VERSION 9 9 10 10 # Bootstrap the Rails environment, frameworks, and default configuration -
trunk/config/environments/production.rb
r1 r63 11 11 config.action_controller.consider_all_requests_local = false 12 12 config.action_controller.perform_caching = true 13 config.action_view.cache_template_loading = true 13 14 14 15 # Enable serving of images, stylesheets, and javascripts from an asset server
