You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following stuff are that I've done to find out the solution of an error uninitialized constant ApplicationHelper.
Checked Traceback and investigated the gems called from it and found rambulance gem.
Tried removing the gem 'rambulance' line from Gemfile and the error went away.
The text was updated successfully, but these errors were encountered:
tmhr94
changed the title
Occurred an error uninitialized constant ApplicationHelper on Rails 7.0.4 when executed rambulance:install
Occurred an error uninitialized constant ApplicationHelper on Rails 7.0.4 when executed rambulance:installSep 12, 2022
tmhr94
changed the title
Occurred an error uninitialized constant ApplicationHelper on Rails 7.0.4 when executed rambulance:install
Occurred an error uninitialized constant ApplicationHelper on Rails 7.0.4 when executed bin/rails active_storage:updateSep 13, 2022
tmhr94
changed the title
Occurred an error uninitialized constant ApplicationHelper on Rails 7.0.4 when executed bin/rails active_storage:update
Occurred an error uninitialized constant ApplicationHelper on Rails 7.0.4 when executed bundle exec rails app:updateSep 13, 2022
If you require it at the top of config/application.rb, it might work.
# FIXME: The process of requiring the exceptions_app from rambulance is being loaded at an unexpected timing? So we're requiring it manually.# Problematic code section: https://github.com/yuki24/rambulance/blob/v3.0.0/lib/rambulance/railtie.rb#L5require'rambulance/exceptions_app'
Hi, there.
Occurred an error
uninitialized constant ApplicationHelper
when executedbundle exec rails app:update
.Is there anyone who has the same error or knows anything to solve it?
An environment the error occurred is:
Following stuff are that I've done to find out the solution of an error
uninitialized constant ApplicationHelper
.Traceback
and investigated the gems called from it and found rambulance gem.gem 'rambulance'
line from Gemfile and the error went away.The text was updated successfully, but these errors were encountered: