How to use Devise with Hotwire & Turbo.js Discussion
Discussion for
How to use Devise with Hotwire & Turbo.js
As of Dec31 2022, Rails 7.0.4
"@hotwired/turbo-rails": "7.2.0" seems to work ok straight out of the box, so no need for "@hotwired/turbo":"https://github.com/hotwired/turbo/archive/dev-builds/latest.tar.gz",
However, I have to move the
class DeviseTurboController < ApplicationController ...
Out of the devise initialiser and into its own app/controller/devise_turbo-controller.rb file