Eduard Garcia
Eduard Garcia
Adding the following 'gem' from forks worked for me, the master one bypass the modal box and triggered the action straight forward. gem "sweet-alert" , git: "https://github.com/frank184/sweet-alert-rails" gem "sweet-alert-confirm", git:...
Yes, same issue here running Rails 8.0 too, so far I'm using @excid3 branch and works, waiting for the merge.
Now I'm using Ruby 3.4.1 and Rails 8.0 and I had to modify dockerfile to replace the precompile process for this: ``` # Precompiling assets for production without requiring secret...