Basis of rails driven photo website with a Flash uploader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

27 lines
1011 B

15 years ago
  1. # Settings specified here will take precedence over those in config/environment.rb
  2. # The production environment is meant for finished, "live" apps.
  3. # Code is not reloaded between requests
  4. config.cache_classes = true
  5. # Full error reports are disabled and caching is turned on
  6. config.action_controller.consider_all_requests_local = false
  7. config.action_controller.perform_caching = true
  8. config.action_view.cache_template_loading = true
  9. # See everything in the log (default is :info)
  10. # config.log_level = :debug
  11. # Use a different logger for distributed setups
  12. # config.logger = SyslogLogger.new
  13. # Use a different cache store in production
  14. # config.cache_store = :mem_cache_store
  15. # Enable serving of images, stylesheets, and javascripts from an asset server
  16. # config.action_controller.asset_host = "http://assets.example.com"
  17. # Disable delivery errors, bad email addresses will be ignored
  18. # config.action_mailer.raise_delivery_errors = false
  19. # Enable threaded mode
  20. # config.threadsafe!