We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f87bb commit 14dd103Copy full SHA for 14dd103
config/application.rb
@@ -39,6 +39,9 @@
39
use BetterErrors::Middleware
40
BetterErrors.application_root = File.expand_path("..", __dir__)
41
end
42
+
43
+ # Disable HostAuthorization middleware in development:
44
+ set :host_authorization, allow_if: ->(env) { true }
45
46
47
Dir["#{app_path}/config/initializers/*.rb"].sort.each { |f| require f }
0 commit comments