Sha256: b462688cbf1b3a298c7ef2561a8dc403983540c51a352c76743f7d27aeb726f2
Contents?: true
Size: 896 Bytes
Versions: 50
Compression:
Stored size: 896 Bytes
Contents
Rails.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 # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false # Print deprecation notices to the Rails logger. config.active_support.deprecation = :log # Raises error for missing translations # config.action_view.raise_on_missing_translations = true end
Version data entries
50 entries across 50 versions & 6 rubygems