Why I Hate Rails - After six months you’ll be lucky if you have this
11–20 of 38 posts
Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#12Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#13Disclaimer: not a Rails dev or even a fan, but still the Rails hate is going a little overboard.
Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#14I've just completed BerkeleyX CS169.1x (Software as a Service)[1] that teaches Rails and I haven't found it to be painful at all. I'm sure that I'm no expert, but I am competent enough to be building a Rails app of my own that utilizes most of the concepts in the OP. The best way to learn it (IMHO) is to just jump in and do a project, learning as you go. I can see how learning web development from scratch with Rails…
Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#15Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#16The difference is that Rails makes it easy to get started without understanding everything. In my experience over the last 6 months, I was able to make useful stuff before I fully understood everything. I've continued to learn as I needed and it's been fine.
Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#17I agree that the whole premise of Gems is frustrating and deploying isn't as straight-forward as FTP'ing a folder of PHP files. This is where services like Heroku come in very handy but then that's another problem: relying on a 3rd party service to simplify deploying a Rails app.
Disclaimer: I'm a PHP developer.
Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#18I was going to suggest PHP/MySQL but a similar argument applies. Those gems sound cool by the way - any analogs in PHP?
Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#19Re: Why I Hate Rails - After six months you’ll be lucky if you have this
#20I was going to suggest PHP/MySQL but a similar argument applies. Those gems sound cool by the way - any analogs in PHP?