Blog post will be up on deanin.com sometime today or tomorrow. I'll update this comment once it goes live. Thanks for watching everyone, and for all of the support. You're the best! ❤️
@artbaker822 жыл бұрын
Super great tutorial man! Thanks a bunch!
@prodbyindigo4 жыл бұрын
I’ve been using lots of stimulus JS and stimulus reflex recently and it’s so much fun
@JoefreyMahusay3 жыл бұрын
Love this tutorial. Thank you for sharing Deanin.
@adante4074 жыл бұрын
Great video Dean, thanks. 👍
@prodbyindigo4 жыл бұрын
Wow awesome I’ve never used vue this is really interesting
@Man-lg7vm3 жыл бұрын
13:13 is actually pretty funny
@Applf1tech4 жыл бұрын
Great video
@Deanin4 жыл бұрын
Thank you!
@JuniorFerri3 жыл бұрын
Thanks for your videos. Great videos. I have a question, using Rails as an API, what is the use for property "location" in render in "create" method? I ask that because i was facing some problems because i didn't saw i had to change it like the code in your repository. And when i remove location, looks like anything is running properly.
@Deanin3 жыл бұрын
From what I can recall, without that location it will direct to: todos_path(@todo) Which results in localhost:3000/todo/:I'd But because we scope the API, we want it to go to api/v1/todo/:Id So we give it a location that is the api_version_todos_path in order to direct it properly. At least I think that's what I did. It's also possible that location isn't needed and Rails could figure it out, but from what I recall when I recorded this video I needed the location for it to work. Hope this helps!
@TheMulee4 жыл бұрын
YOU ARE COOL
@salomaonovacena61982 жыл бұрын
Hi. this event event.target.options[event.target.options.selectedIndex].InnerText), does not bring the value, but so event.target.value, it works. Is correct?
@salomaonovacena61982 жыл бұрын
I found that in this case the error was strictly mine. I remade this video and the error was declaration of params_limit. I declared as "limit"