lib/orats/templates/base/config/environments/development.rb in orats-5.2.0 vs lib/orats/templates/base/config/environments/development.rb in orats-5.2.1

- old
+ new

@@ -1,7 +1,8 @@ Rails.application.configure do - # Settings specified here will take precedence over those in config/application.rb. + # 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 @@ -25,10 +26,11 @@ config.action_controller.perform_caching = false config.cache_store = :null_store end - # Store uploaded files on the local file system (see config/storage.yml for options) + # Store uploaded files on the local file system + # (see config/storage.yml for options) config.active_storage.service = :local # Don't care if the mailer can't send. config.action_mailer.raise_delivery_errors = false