Maciej Gruszczyński
Joined
1,040 Experience
10 Lessons Completed
0 Questions Solved
Activity
ok i solved my problem by telling sign_in form to not use turbo :)
<%= form_for(resource, as: resource_name, url: session_path(resource_name), data: { turbo: false }) do |f| %>
Hey,
i have a problem with sign_in. (Rails7). after users signs in, i get already_authenticated flash message instead of signed_in: "Signed in successfully." any ideas why it happens?
Posted in How to use Hotwire in Rails Discussion
i am planning to use Rails7 in my new project that i will start in few days
Posted in How to use Hotwire in Rails Discussion
How do you unit test hotwire? only system tests with capybara? i wonder if we can easily unit test it with request specs?