test/dummy/config/environments/development.rb in webhookr-0.2.0 vs test/dummy/config/environments/development.rb in webhookr-0.3.0

- old
+ new

@@ -1,5 +1,7 @@ +# frozen_string_literal: true + 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 @@ -16,10 +18,9 @@ # Print deprecation notices to the Rails logger config.active_support.deprecation = :log # Only use best-standards-support built into browsers config.action_dispatch.best_standards_support = :builtin - # Do not compress assets config.assets.compress = false # Expands the lines which load the assets