Sha256: 16097b7751bd56d72f3910d378fb6cbf60f8171c3ea7023c7e9ab0bd14496e41
Contents?: true
Size: 1.12 KB
Versions: 10
Compression:
Stored size: 1.12 KB
Contents
# 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.action_controller.consider_all_requests_local = true config.action_view.debug_rjs = true config.action_controller.perform_caching = false # Don't care if the mailer can't send config.action_mailer.raise_delivery_errors = false # Uncomment the following lines if you're getting # "A copy of XX has been removed from the module tree but is still active!" # or you want to develop a plugin and don't want to restart every time a change is made: #config.after_initialize do # ::ActiveSupport::Dependencies.load_once_paths = ::ActiveSupport::Dependencies.load_once_paths.select do |path| # (path =~ /app/).nil? # end #end
Version data entries
10 entries across 10 versions & 2 rubygems