How to code a Social Media App | Easiest Tech Stack 2024 - Ruby on Rails, TailwindCSS, Hotwire
Вставка
- Опубліковано 9 лют 2025
- Hey everyone welcome back to my channel in this video I will show you the best way to code your social media app in 2024. This is using the very popular web framework of Ruby on Rails, with this we are able to develop extremely fast and implement features that in other languages would take much longer to get working.
In this video I cover setting up a new Ruby on Rails app, installing devise and adding user accounts, adding a feed page for signed in users, and finally adding in posts with caption, body and images
Download the source code for this video here
github.com/ind...
Watch the full "Build a social media app" Series here
• How to code a Social M...
#webdevelopment #programmingtutorials #buildingsocialmedia #rubyonails
Where have you been? 3 whole weeks! We missed your tutorials :)
I've been on the discord! but seriously making videos is hard sometimes but I love it. I want this series to help me get back into the flow, and yea I'm sorry for being gone because I know you wanna help support me. I promise I will post much more frequently
@@indigotechtutorials no worries man, it is great to know that you are ok, this series will be great as usual, more subscribers for sure.
Yaa we missed him
I do installed latest version of ruby which is 3.3.5 and rails version 7.2.1 I don't know why after running bin/dev server running but tailwind css not getting affected by any changes of my code, should I downgrade the version to yours?
That's weird but I have had similar things happen before and usually if your CSS is not updating its because of a static build that somehow got triggered you can fix this by trying to clear the cache
try running rails assets:clobber
and rails tmp:clear
then restart the server and if it says tailwindcss file not found just reload a couple times and it should create the new build
Hi bro
Please add realtime chat for using websocket and action cable
Thats a really good idea thank you for sharing, I will definitely build this into this social media app series
Keep it up bro 🫡
Thank you bro much more to come!