hi, i can't understand, this course in your personal site is more expensive that udemy site, what's diference? , i think is very basic clone of instagram do you have plans to add more models like as friendships or anothers? , regards.
I always wondered what are the limits of Turbostreams? How fast/slow would updating 1000s of user at the same time? Anyone has practical experience in these situations?
I haven't tried to benchmark this yet, but I know there's anycable.io which promises to be a lot faster than ActionCable. So... it's something I plan to explore at some point.
This format is more like rails casts, fast-paced and everyone may not follow through as you have already written code. I wish this video was somewhat of live coding, explaining why are you doing what are you doing.
I understand this format might not be the best for everyone. But it's what I chose for the channel. For a more beginner friendly explanation, you can enroll into my Rails class (linked in the description).
A potentially good tutorial marred by "The asset "tailwind.css" is not present in the asset pipeline." when installing the repo. I don't have time for this.
its because windows sucks with esbuild. it cant use glob syntax i wasted like a yaer of learning not knowing this lol. now i dont use ---css=bootstrap ---css=tailwind or -j esbuild on windows, just stay away form those.
BTW, at 5:31 you shouldnt you nest the if inside the turbo_stream for easier reading?
Sure, but these videos are probably too fast as they are, so I wasn't trying to be too DRY :)
Thank for the video sir it helps me a lots
Glad you liked it.
Hello, would you know something about how to integrate vuejs in a rails 7 app by importmaps?
Unfortunately I do not. I've never used it.
@@mixandgo ok, thanks
hi, i can't understand, this course in your personal site is more expensive that udemy site, what's diference? , i think is very basic clone of instagram do you have plans to add more models like as friendships or anothers? , regards.
hi Jamie, are you referring to the "Learn Hotwire" course?
@@mixandgo yes, the instagram clone
There's no difference, the full price is the same.
I always wondered what are the limits of Turbostreams? How fast/slow would updating 1000s of user at the same time? Anyone has practical experience in these situations?
I haven't tried to benchmark this yet, but I know there's anycable.io which promises to be a lot faster than ActionCable. So... it's something I plan to explore at some point.
Thanks for the video. Please do Spotify and Rails clone, somehow easy for Ruby beginners.
Thanks for the suggestion
very nice😊👌
Thank you Chandan.
This format is more like rails casts, fast-paced and everyone may not follow through as you have already written code. I wish this video was somewhat of live coding, explaining why are you doing what are you doing.
I understand this format might not be the best for everyone. But it's what I chose for the channel.
For a more beginner friendly explanation, you can enroll into my Rails class (linked in the description).
A potentially good tutorial marred by "The asset "tailwind.css" is not present in the asset pipeline." when installing the repo. I don't have time for this.
Take your time and just type 'rails tailwindcss:install' in your console. ;)
its because windows sucks with esbuild. it cant use glob syntax i wasted like a yaer of learning not knowing this lol. now i dont use ---css=bootstrap ---css=tailwind or -j esbuild on windows, just stay away form those.