Sha256: fd2710a8c85839e2b0c61049aaea3341256888f068e008216ba30ca6bc81183b
Contents?: true
Size: 698 Bytes
Versions: 31
Compression:
Stored size: 698 Bytes
Contents
Dummy::Application.configure do # Settings specified here will take precedence over those in config/application.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 web server when you make code changes. config.cache_classes = false # Do not eager load code on boot. config.eager_load = false # Show full error reports and disable caching. config.consider_all_requests_local = true config.action_controller.perform_caching = false # Print deprecation notices to the Rails logger. config.active_support.deprecation = :log end
Version data entries
31 entries across 31 versions & 1 rubygems