Sha256: a0db4caad50976c1a06016f2cc3f8abae9cc16fb09795c93f46498c0db22e157
Contents?: true
Size: 661 Bytes
Versions: 36
Compression:
Stored size: 661 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_controller.perform_caching = false config.secret_key_base = 123 end
Version data entries
36 entries across 36 versions & 1 rubygems