Let's Build Twitter with Ruby on Rails - Part 12 - Form Submission with Turbo

preview_player
Показать описание
Sign up for the mailing list by hitting the Subscribe button at:

Purchase of the Twitter Clone repository is at:

In this video series, we build a Twitter Clone with Ruby on Rails, Elon Musk's new bird company.

Thanks!
Рекомендации по теме
Комментарии
Автор

btw. love that you are not showing only success path, but whole process of figuring out solutions for problems

danielflorczak
Автор

Like your idea about lesrning turbo. It's amazing once you get the hang of it! I am not yet a pro, but what I have learned so far already puts me miles ahead!

tkhobbes
Автор

If for someone else at 27:18 the modal doesn't close even with the .click() method it *might* be because the button in your modal has the property data-dismiss="modal" instead of data-bs-dismiss="modal" (notice the 'bs').

Took me a lot to realize probably I didn't make the change in a previous video.

ken
Автор

Hi, @TypeFast, thanks for the video, I'm just interested in how long ago have you recorded these videos? cause tweet modal is closing for me without any additional code and tweet was appending right at the top from the very beginning, do things change so fast in rails? or what is going on? :D

meri
Автор

hello. pls help for me do not recognize respond_to format turbo stream and I pu a debugger in create file and it did not reach to ti :(

swswisssw
Автор

after lot of effort still my request is sending in html format not in turbo stream

deepanshukashyap