Much of what you learn in Ruby and Rails is not portable to other languages. Ruby and Rails are deeply flawed and much of what you learn is dealing with those flaws. Similar to learning PHP for example (but differently flawed than PHP). Ruby is also showing its age and is lagging behind modern languages. Rails is probably fine and fast and good for small projects. It is probably not good for professional large projec…
Ask HN: Is Ruby on Rails still worth it?
51–60 of 80 posts
Re: Ask HN: Is Ruby on Rails still worth it?
#52Speaking for myself, and I tend to make practical choices for what I understand now. At the moment, I am not using Rails in my day to day work, and this is largely based on my past experiences. Pros: - easy enough to find libraries for most things I wanna do - community likes testing, as do I - community seems to focus on business & web implementations, so good for those use cases - lots of questions for which I want…
Re: Ask HN: Is Ruby on Rails still worth it?
#53Re: Ask HN: Is Ruby on Rails still worth it?
#54Much of what you learn in Ruby and Rails is not portable to other languages. Ruby and Rails are deeply flawed and much of what you learn is dealing with those flaws. Similar to learning PHP for example (but differently flawed than PHP). Ruby is also showing its age and is lagging behind modern languages. Rails is probably fine and fast and good for small projects. It is probably not good for professional large projec…
What web dev languages/frameworks aren’t deeply flawed and teach you more portable skills?
Re: Ask HN: Is Ruby on Rails still worth it?
#55I'm not Rubyist, but when I see an article about RoR it's one of these: "I just started using Ruby and omg it's out-of-box everything, rapid development, monkeypatching makes everything super easy, it's like second Jesus coming." and the second category is this: "I am working with RoR for years, maintaining/migrating anything is super painful, because everyone is monkeypatching everything, so you cant safely touch an…
Re: Ask HN: Is Ruby on Rails still worth it?
#56Earlier quoted context omitted.
Boring yet still very volatile. I wonder if or when Rails will settle down and stop changing everything between major releases causing all documentation to be out of date, gems to break, developer habits to break, etc. Not to mention all of the related tooling like Bundler which seems to spit out new and uninteresting warnings and errors every time I update it. It would be great to be able to write an application usi…
Volatile in comparison to what exactly?
Re: Ask HN: Is Ruby on Rails still worth it?
#57No. What does rails have that a different python framework doesn't have? And you'll save yourself the tears of migrating later.
Why would you need to migrate to Python later? I can understand needing to migrate to something more performant/easy to scale, but Python doesn't have any advantage on Ruby in that department.
Re: Ask HN: Is Ruby on Rails still worth it?
#58Earlier quoted context omitted.
No. Learning Python is quick and simple compared to learning data science or machine learning. Knowing Python and Django (which I do) does not afford you any ability do to those things.
Interesting. I assumed that spending more time working with Python would be beneficial, but I guess it's not a big deal. This is great to know, as I've been resistant to starting with Ruby/Rails for the reason I described. Thanks!
I don't know if you are familiar with any programming languages at all, but many skills translate cross-language...the paradigms are the same. Particularly with Ruby & Python which are very similar languages. They're good at the same things, by and large.
Taking your Ruby skills over to Python will be a matter of "google: [python thing] in ruby".
For a specific example, Python has a unique thing called "list comprehensions". Using that google string you can get some great ideas about replicating that functionality in Ruby.
Anyway, on a grander scale, picking up new languages is the easy part of programming--even when they're not so similar.
Best of luck!
Re: Ask HN: Is Ruby on Rails still worth it?
#59Speaking for myself, and I tend to make practical choices for what I understand now. At the moment, I am not using Rails in my day to day work, and this is largely based on my past experiences. Pros: - easy enough to find libraries for most things I wanna do - community likes testing, as do I - community seems to focus on business & web implementations, so good for those use cases - lots of questions for which I want…
I feel like figuring out where a method is coming from to be a routine source of tedium and a massive gumption trap when working on Ruby projects. This, along with bugs rooted in hidden state mutations, far overshadows the time saving conveniences in Ruby and Rails for me.
Re: Ask HN: Is Ruby on Rails still worth it?
#60Speaking for myself, and I tend to make practical choices for what I understand now. At the moment, I am not using Rails in my day to day work, and this is largely based on my past experiences. Pros: - easy enough to find libraries for most things I wanna do - community likes testing, as do I - community seems to focus on business & web implementations, so good for those use cases - lots of questions for which I want…
I feel like figuring out where a method is coming from to be a routine source of tedium and a massive gumption trap when working on Ruby projects. This, along with bugs rooted in hidden state mutations, far overshadows the time saving conveniences in Ruby and Rails for me.