Ask HN: Is Ruby on Rails still worth learning?
1–10 of 87 posts
Re: Ask HN: Is Ruby on Rails still worth learning?
#2- be very employable => JS/Express/[a-myriad-of-other-things]
- be able to do anything (including trending AI/ML) => Python/Django (you won't be as productive as with Ruby/Rails and won't the same happiness experience [in regards to web])
- be very productive in Web env & enojoy your time => Ruby on Rails
Re: Ask HN: Is Ruby on Rails still worth learning?
#3* Do you like to be able to build things fast?
* Do you prefer not having to reinvent the wheel?
* Do you care if it's not the new hotness?
If you answered no to any of those, run away! Rails is mature-ish. It's boring now. Its ecosystem is stable. Your sanity won't be tested.
Reads...
* Michael Hartl's Rails Tutorial is probably the book you'll want to read to get a simple grasp on Rails (it can be overwhelming).
* 99 Bootles, POODR (Sandi Metz)
* some RSpec book
* Finish it off with https://rebuilding-rails.com/
Re: Ask HN: Is Ruby on Rails still worth learning?
#4I've been making screencasts for Rails developers at GoRails (https://gorails.com) showing how to build various features of websites in Rails.
If you're a beginner though, I would first recommend the Rails Tutorial - https://www.railstutorial.org/book
Re: Ask HN: Is Ruby on Rails still worth learning?
#5Yes, of course it's still worth learning. Whether you learn Rails, Django, or anything else, the concepts will apply pretty well for any web framework. I've been making screencasts for Rails developers at GoRails ( https://gorails.com ) showing how to build various features of websites in Rails. If you're a beginner though, I would first recommend the Rails Tutorial - https://www.railstutorial.org/book
Re: Ask HN: Is Ruby on Rails still worth learning?
#6The answer that you will unconditionally see to this question will be "it depends"... I would get more specific with your question so that you can extract a bit of wisdom from the answers.
Rails is and has been a dominant web framework for the last ~10 years, dhh and the people working on it have crafted a wonderfully useful tool, with all sorts of lessons hidden inside the code. Ruby is a great language... and all of these things provide wonderful reasons to learn it.
With that being said, I don't use it anymore. and I'm not going to ever go back to it unless there something out of my control. ¯\_(ツ)_/¯
Do I recommend it? ... It depends
Re: Ask HN: Is Ruby on Rails still worth learning?
#7Wow. Really going for a trigger with the title.(you should get a lot of activity) The answer that you will unconditionally see to this question will be "it depends"... I would get more specific with your question so that you can extract a bit of wisdom from the answers. Rails is and has been a dominant web framework for the last ~10 years, dhh and the people working on it have crafted a wonderfully useful tool, with…
Re: Ask HN: Is Ruby on Rails still worth learning?
#8Re: Ask HN: Is Ruby on Rails still worth learning?
#9In particular with an EmberJS front-end if you like the EmberJS convention over configuration methodology.
Re: Ask HN: Is Ruby on Rails still worth learning?
#10It's very fast to first real web app request (not just a hello world response) and many of the concepts will translate to another platform.