@7heMech

If somebody had asked me whether fireship had ruby on rails in 100 seconds, I'd have definitely said yes, I'm always shocked when a video about something popular comes out, how doesn't he run out of content?

@markp1634

Fireship casually throwing out the next million dollar idea.  Horse tinder 2024

@braverodger

believe it or not, straight to the resume

@MobiusCoin

As a Laravel guy my reaction is "oh, so this is where my framework came from".

@konung5

It may not be the fastest and may have some opinionated opinions, I don't agree with, BUT This framework has been my bread and butter for 18 years. And the products are created over the years are still working and maintained.  It also inspired a bunch of other frameworks - Django, Laravel, etc

Thank you to the Rails team!

@andreaszuber4341

It's the framework all the others try to imitate for almost two decades now, and they still don't quite manage to do so

@yp5387

I started using Rails a year ago for my side project and man it loved every minute of it. It’s simple and you can focus on product features instead of dealing with configurations.

@kristianfreemantx

Started my career as a Ruby on Rails developer. Still pick it for 90% of my side projects! Glad to see a Fireship video on it, Rails is the best!

@_TeaMaster

Now do Cobol on Wheelchair.

@noxar_ad

I could swear I've seen a 100 seconds ror before. Am I hallucinating?

@vitorthecoder

Man, I wish Rails was more popular. Great framework & Ruby is a special language

@AceofSpadesss

Finally, my favourite framework

@leocode128

As an ror developer it feels soo good to see someone talking about it in between the chaos of soo many js frameworks. Modern ror has a lott of features if someone wishes to have a go at it

@hugazo

I started my web developer career in a bootcamp in 2017 learning rails, never worked on it on production but i still have a lot of love for it. I'm really pleased that what i learned for version 5 is still the same today.

@vasy-tech

I truly believe that learning Ruby on Rails in 2024 will not only make you a better web developer in general, but it will make you a better Javascript developer as well, because you'll be working with JS much closer to the browser, and not on top of some huge abstraction like React.

@averywlittle

Omg I started learning Ruby recently after getting bored of pure frontend dev. So many people online think Ruby/Rails is dead in 2024, and sure it’s not hyped up like it was but I’m finding it to be a great framework. I’m very productive in it as a newbie.

@nobody42x

ROR has been my day job for the last 2 years. I’ve fallen in love with it.

@randxalthor

"sex : boolean" 😂😂

@alexmozeak838

THANK YOU. I feel like I left Plato's cave when I moved from the hundred and counting JS frameworks to a single Rails install. Hotwire/Stimulus, especially, is slept on.

@roodood

Coming from barebones PHP without any framework, Rails has taught me so much and made me a better developer. The sanity of Rails environments and database migrations, the clarity of routes and how HTTP works, the importance of background jobs for good latency, the ergonomics of Action Mailer and sending emails and above all the finesse of Active Record and the use of conventions for development speed. And let's not forget about security best practices, CSRF, XSS, all things I didn't know about before but now do yet I still just trust the framework to handle it for me.