Doing Rails Wrong
11–20 of 288 posts
Re: Doing Rails Wrong
#12Re: Doing Rails Wrong
#13nice
Re: Doing Rails Wrong
#14Re: Doing Rails Wrong
#15Re: Doing Rails Wrong
#16Ha, fun post, but these type of Rails posts would've been a bit more timely in 2015 rather than 2025.
Re: Doing Rails Wrong
#17Re: Doing Rails Wrong
#18Re: Doing Rails Wrong
#19Meanwhile in real production environments... Rails apps are rare and getting replaced. Most web apps are static builds where the tools listed are not used all at once and largely irrelevant outside the dev environment. > John runs a single command. The app boots instantly, working forms, instant loading times, blazing fast navigation. Same with node? npm run build && npm start
The question I think we should be asking: Why? Why are we replacing everything with React and a bunch of other libs on top of it? The front-end dev space feels like a cacophony of people all blurting out the same over-engineered stack. If your app is a few lists, a chart, and a form... Does it _reaaallly_ need React? 37signals is afterall running multiple successful products with Rails, and one of them is an email cl…
You'd be surprised what kind of far worse junk than anything we're talking about can scale the same or better and is ergonomic to another type of dev. This is all just bikeshedding.
Re: Doing Rails Wrong
#20Meanwhile Rails is becoming easier and easier to run complex apps with much smaller teams.