Earlier quoted context omitted.
I think this depends on the context. I would argue that opinionated frameworks are *more* reliable, with the caveat that you need to know, and agree with those opinions. I think of RoR, Laravel, Next.js, and Django etc. like I'm crowdsourcing my apps architecture so I can just worry about building out my business logic. Even if you don't choose a framework at some point you end up building your own framework and intr…
For context, I've been in mobile for 10 years and in general it's the opposite - frameworks are rigid, but the layer under it shifts a lot. These frameworks tend to collapse in an earthquake like manner after multiple updates. We usually support iOS up to 2-3 years old, that's how bad it is. The other approach is to build it on a platform that shifts with the changes, i.e. hybrid and web. But if you crack open the so…
Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
171–180 of 182 posts
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#172Actually choosing something everyone is comfortable and confident in using is probably a good choice.
You may fail for too many innovation tokens though. If you go off the rails (ha ha ha) on tech stack maybe stick to postgres for storage and AWS for hosting.
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#1731. What I already know if I am the one building the prototype.
2. Cost of training new employees.
3. Execution speed.
Everything else can be ignored.
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#174Earlier quoted context omitted.
I disagree that DHH is a fascist, I do agree he gives off Musk vibes e.g. https://world.hey.com/dhh/mega-a0f62cd4 "so pumped up about Trump" https://world.hey.com/dhh/failed-integration-and-the-fall-of... "multiculturalism is bad" https://world.hey.com/dhh/the-social-media-censorship-era-is... "hooray for lack of fact checking" (you may agree with him or not, and he makes better argument than Musk, but it's the same…
What do any of those quotes have to do with fascism?
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#175I don't really understand people who chooses to MVP a startup writing their own EVERYTHING
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#176Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#177After thinking it over, I decided to give RoR a shot. The framework does a lot for you, which can be frustrating if you’re used to having control over everything. Still, I was surprised by how much I could accomplish in just a few days. The productivity is impressive, especially for startups that need to get things moving quickly.
So if you just want to prove a business idea, your customers don’t care what tools you use. I’d rather pay twice the price to scale in RoR than spend double the time developing a feature. I would earn it back with the additional customers I gain by pushing features faster out the door.
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#178Write go and plain SQL at the back end. Use whatever makes you happy for front end. Rails is not magical or vastly better than anything else in any way. Especially not since AI and Claude. Any mainstream technology is a great choice for building most things. Python node TypeScript Ruby, Golang C#. Since you already know Golang you’d be nuts to use anything else unless you’re just wanting fun and learning in which cas…
Although if you're going with Go, then sqlc (https://sqlc.dev) is a no-brainer.
Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#179Re: Ask HN: Would you still choose Ruby on Rails for a startup in 2025?
#180You want something that speeds you up and frees up time to validate your idea, not reinventing the wheel.
Cheers!