Sha256: e8f42e63f90df23e097a66b5fb38c7a7cd6b964fa156edc9ec8aa15438d9eb70
Contents?: true
Size: 790 Bytes
Versions: 13
Compression:
Stored size: 790 Bytes
Contents
RailsApp::Application.configure do # Settings specified here will take precedence over those in config/environment.rb # Do not compress assets config.assets.compress = false # Expands the lines which load the assets config.assets.debug = true # 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 # 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 config.eager_load = false end
Version data entries
13 entries across 13 versions & 1 rubygems