File tree Expand file tree Collapse file tree 3 files changed +13
-11
lines changed
Expand file tree Collapse file tree 3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ gem 'uglifier'
2121
2222# For handling error
2323# https://github.com/yuki24/rambulance
24- gem 'rambulance'
24+ # Using patch gem due to NameError: uninitialized constant ApplicationHelper
25+ # https://github.com/coderdojo-japan/coderdojo.jp/pull/1631#issuecomment-2424826474
26+ gem 'rambulance' , git : 'https://github.com/yasslab/rambulance'
2527
2628# For redirection
2729gem 'rack-host-redirect'
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/yasslab/rambulance
3+ revision: f422d939d2fb415a920b1816b6026da522e96e5e
4+ specs:
5+ rambulance (3.3.0 )
6+ actionpack
7+ activesupport
8+ railties
9+
110GEM
211 remote: https://rubygems.org/
312 specs:
361370 zeitwerk (~> 2.5 )
362371 rainbow (3.1.1 )
363372 rake (13.2.1 )
364- rambulance (3.3.0 )
365- actionpack
366- activesupport
367- railties
368373 rb-fsevent (0.11.2 )
369374 rb-inotify (0.11.1 )
370375 ffi (~> 1.0 )
@@ -537,7 +542,7 @@ DEPENDENCIES
537542 rails-controller-testing
538543 rails-html-sanitizer (~> 1.4.4 )
539544 rake
540- rambulance
545+ rambulance !
541546 rspec-rails (~> 4.0 )
542547 rspec-retry
543548 rss
Original file line number Diff line number Diff line change 22
33require "rails/all"
44
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-
105# Require the gems listed in Gemfile, including any gems
116# you've limited to :test, :development, or :production.
127Bundler . require ( *Rails . groups )
You can’t perform that action at this time.
0 commit comments