Ask HN: Is Ruby on Rails still worth it?
11–20 of 80 posts
Re: Ask HN: Is Ruby on Rails still worth it?
#12Re: Ask HN: Is Ruby on Rails still worth it?
#13In summary: If you need to get shit done fast, it's a good bet.
It isn't as hyped as it used to be 5 or so years ago, and if hype cycles are relevant to you, you likely already know your answer.
As to whether you are asking whether learning it would make you unemployable, by no means. RoR is still going strong, at least in my country.
Re: Ask HN: Is Ruby on Rails still worth it?
#14As stated, it depends on your context and your goals, but if speed matters to you, it’s hard to say rails is not a top solution.
Re: Ask HN: Is Ruby on Rails still worth it?
#15Wouldn't Python/Django make more sense in 2018 considering that Python could be used for data science and machine learning? I realize this is a Python vs Ruby question, but if you didn't know either Python or Ruby and were trying to pick between Django and Rails for a project, wouldn't you pick Django in 2018 due to future data science and machine learning opportunities?
Re: Ask HN: Is Ruby on Rails still worth it?
#16- Out of the box, Rails has close to unbeatable developer ergonomics, tooling, stability, and ease of use
- Lots of high quality, large companies use it (GitHub, Shopify, Airbnb, Square, Twitch) and have by now figured out how to scale it, often sharing and open sourcing their efforts, e.g. https://github.com/Shopify/identity_cache
- If your product front end is simple, Turbolinks can be an excellent choice (find me a faster, more bug free product than Basecamp)
- If you prefer to use a more modern JavaScript solution on the front end like Ember or React, Rails API is a perfect fit
- The Ruby ecosystem and community are both very high quality
Re: Ask HN: Is Ruby on Rails still worth it?
#17Rails is probably fine and fast and good for small projects. It is probably not good for professional large projects.
Re: Ask HN: Is Ruby on Rails still worth it?
#18Wouldn't Python/Django make more sense in 2018 considering that Python could be used for data science and machine learning? I realize this is a Python vs Ruby question, but if you didn't know either Python or Ruby and were trying to pick between Django and Rails for a project, wouldn't you pick Django in 2018 due to future data science and machine learning opportunities?
Knowing Python and Django (which I do) does not afford you any ability do to those things.
Re: Ask HN: Is Ruby on Rails still worth it?
#19Wouldn't Python/Django make more sense in 2018 considering that Python could be used for data science and machine learning? I realize this is a Python vs Ruby question, but if you didn't know either Python or Ruby and were trying to pick between Django and Rails for a project, wouldn't you pick Django in 2018 due to future data science and machine learning opportunities?
Merely knowing python does not a data scientist make.
Re: Ask HN: Is Ruby on Rails still worth it?
#20But if you have a smart team and a little bit of time for ramping up then I’d suggest Elixir+Phoenix or Node tbh.
Rails is good at what it’s designed to be - a one stop shop for fast to develop, kinda dirty, framework magic, webdev.
And there is nothing wrong with that.