Maciej Gruszczyński

Joined

1,040 Experience
10 Lessons Completed
0 Questions Solved

Activity

Posted in How to use Devise with Hotwire & Turbo.js Discussion

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| %>

Posted in How to use Devise with Hotwire & Turbo.js Discussion

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?

Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

© 2024 GoRails, LLC. All rights reserved.