Sha256: a3de7953dde065d990704f76322e25b4d0b3e146b16ff003adbaa8ae05685032

Contents?: true

Size: 415 Bytes

Versions: 6

Compression:

Stored size: 415 Bytes

Contents

# The production environment is meant for finished, "live" apps.
# Code is not reloaded between requests, full error reports are disabled,
# and caching is turned on.

# Don't reload code; don't show full error reports; enable caching.
Dependencies.mechanism                             = :require
ActionController::Base.consider_all_requests_local = false
ActionController::Base.perform_caching             = true

Version data entries

6 entries across 6 versions & 4 rubygems

Version Path
gettext-1.0.0-mswin32 samples/rails/config/environments/production.rb
feedreader-0.2.3 config/environments/production.rb
gettext-1.0.0 samples/rails/config/environments/production.rb
rails-0.13.1 environments/production.rb
rails_product-0.6 environments/production.rb
rails_product-0.5 environments/production.rb