Ask HN: How should I get started with Ruby & Rails?
https://news.ycombinator.com/item?id=1151337I've decided to finally learn Ruby. As the majority of my coding is for the web, I'm also looking to start working with Rails; however, I'm getting more and more flustered.
I have a basic Dreamhost account as well as an iMac running Apache/Rails/SVN/et al. On both servers I've put a CHMOD 755 Hello World test.rb file that will only run properly in my iMac's cgi-bin. My Dreamhost account doesn't have a cgi-bin that I'm aware off, and attempts to use .htaccess 'AddHandler cgi-script .rb' have failed.
What's more, I'm just not sure how to get started with Rails once I have everything running smoothly. Should I be bothering with Rails 2.3 or should I be "looking to the future" by learning Rails 3? There are an overwhelming number of tutorials--are there any that you would recommend above others?
I've been banging my head on my keyboard trying every idea and googling every question, but I'm at the point where my morale is dipping. Can anyone help?