Ask HN: Is Ruby on Rails still worth it?
1–10 of 80 posts
Re: Ask HN: Is Ruby on Rails still worth it?
#2With Rails 5, it's good for a simple API backend as well. And there are a ton of gems that can alleviate a lot of pain.
It's when something non trivial where Rails may not be a good choice.
Re: Ask HN: Is Ruby on Rails still worth it?
#3Re: Ask HN: Is Ruby on Rails still worth it?
#4I don’t know of a better way to get an MVP project up quickly. Rails at scale is probably a touch harder to manage, but that’s by no means impossible.
Re: Ask HN: Is Ruby on Rails still worth it?
#5In my opinion, yes. I recently built a recent project in Rails 5 and it was rock solid. As your JS needs evolve or you want to start from scratch with a JS framework you can even use Webpacker to introduce Vue or React into your app easily and manage dependencies with Yarn.
Re: Ask HN: Is Ruby on Rails still worth it?
#6Re: Ask HN: Is Ruby on Rails still worth it?
#7Re: Ask HN: Is Ruby on Rails still worth it?
#8And you'll save yourself the tears of migrating later.
Re: Ask HN: Is Ruby on Rails still worth it?
#9If I needed to spin up a new project and get to work right away on something I'd go with rails no question. I've yet to find another language/framework combo that works as well as a Ruby & Rails stack (Laravel and Django are good alternatives too, I'm just more experienced with Ruby). Don't think too far ahead. Premature optimization or thinking about future scaling issues if starting a new project is time that could be spent better. Rails isn't going anywhere anytime soon.