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
I had my app running with turbo_flash but after the update to hotflash it breaks every time a devise controller is used. Even disabling hotflash for each devise controller didn't fix it.
It is enough to add the gem in the Gemfile like gem "hot_flash", "~> 1.0"
When trying to login I get:
NoMethodError in Users::SessionsController#new
private method `render' called for #<Users::SessionsController:0x00000000014190>
The text was updated successfully, but these errors were encountered:
pardeyke
changed the title
There seems to be incompatibility with devise gem. I had it running with turbo_flash but now I get this error breaking the whole app.
Incompatibility with devise gem. NoMethodError in Users::SessionsController#new
Sep 8, 2023
I had my app running with turbo_flash but after the update to hotflash it breaks every time a devise controller is used. Even disabling hotflash for each devise controller didn't fix it.
It is enough to add the gem in the Gemfile like
gem "hot_flash", "~> 1.0"
When trying to login I get:
last lines from Full Trace:
The text was updated successfully, but these errors were encountered: