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 e20dbd6 commit 7556876Copy full SHA for 7556876
config/application.rb
@@ -2,6 +2,11 @@
2
3
require "rails/all"
4
5
+# FIXME: The process of requiring the exceptions_app from rambulance is being loaded at an unexpected timing? So we're requiring it manually.
6
+# Problematic code section: https://github.com/yuki24/rambulance/blob/v3.0.0/lib/rambulance/railtie.rb#L5
7
+# Ref: https://github.com/yuki24/rambulance/issues/67#issuecomment-1945292833
8
+require 'rambulance/exceptions_app'
9
+
10
# Require the gems listed in Gemfile, including any gems
11
# you've limited to :test, :development, or :production.
12
Bundler.require(*Rails.groups)
0 commit comments