Matias Carpintini
Joined
140 Experience
1 Lesson Completed
0 Questions Solved
Activity
turbo_include_tags is not necessary. for the second issue, make sure that you have config.navigational_formats = ['*/*', :html, :turbo_stream]
on your devise.rb
Posted in How to use Hotwire in Rails Discussion
How we can make it works with modals? 🤔
I mean, share feedback to the element (like close it after created tweet)
I fixed it adding the id to the form and customizing devise controllers
Thank you Chris! I can't make works errors render, notice works well. Any ideas? 🤔