File tree 3 files changed +13
-11
lines changed
3 files changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,9 @@ gem 'uglifier'
21
21
22
22
# For handling error
23
23
# 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'
25
27
26
28
# For redirection
27
29
gem '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
+
1
10
GEM
2
11
remote: https://rubygems.org/
3
12
specs:
361
370
zeitwerk (~> 2.5 )
362
371
rainbow (3.1.1 )
363
372
rake (13.2.1 )
364
- rambulance (3.3.0 )
365
- actionpack
366
- activesupport
367
- railties
368
373
rb-fsevent (0.11.2 )
369
374
rb-inotify (0.11.1 )
370
375
ffi (~> 1.0 )
@@ -537,7 +542,7 @@ DEPENDENCIES
537
542
rails-controller-testing
538
543
rails-html-sanitizer (~> 1.4.4 )
539
544
rake
540
- rambulance
545
+ rambulance !
541
546
rspec-rails (~> 4.0 )
542
547
rspec-retry
543
548
rss
Original file line number Diff line number Diff line change 2
2
3
3
require "rails/all"
4
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
5
# Require the gems listed in Gemfile, including any gems
11
6
# you've limited to :test, :development, or :production.
12
7
Bundler . require ( *Rails . groups )
You can’t perform that action at this time.
0 commit comments