Sha256: af0096c3ad667c89ad412a29ef130d5ae40896ac04445bf6b50eb3a40fce0389
Contents?: true
Size: 680 Bytes
Versions: 77
Compression:
Stored size: 680 Bytes
Contents
Dummy::Application.configure do # Settings specified here will take precedence over those in config/environment.rb # In the development environment your application's code is reloaded on # every request. This slows down response time but is perfect for development # since you don't have to restart the webserver when you make code changes. config.cache_classes = false # Log error messages when you accidentally call methods on nil. config.whiny_nils = true # Show full error reports and disable caching config.consider_all_requests_local = true config.action_view.debug_rjs = true config.action_controller.perform_caching = false end
Version data entries
77 entries across 77 versions & 5 rubygems