So I would like to know what is the best way to get started with both ruby and rails? Which books, tutorials, sites you would suggest for learning ROR?
Ask HN: What's the best way to learn Ruby/Rails?
1–10 of 12 posts
Re: Ask HN: What's the best way to learn Ruby/Rails?
#2Re: Ask HN: What's the best way to learn Ruby/Rails?
#3This link: http://net.tutsplus.com/tutorials/ruby/the-best-way-to-learn... is a strong starting point for rails.
Re: Ask HN: What's the best way to learn Ruby/Rails?
#4Re: Ask HN: What's the best way to learn Ruby/Rails?
#5Re: Ask HN: What's the best way to learn Ruby/Rails?
#6Re: Ask HN: What's the best way to learn Ruby/Rails?
#7Follow that up with Michael Hartl's already suggested book for a more in-depth walk through building an app.
I wouldn't suggest Hartl's work if you just want a feel for it before you commit time to learning Rails proper because he does take you through a lot of git use and tdd before you get to the nitty-gritty of building your application. It's very thorough, but won't give you the immediate buzz of whipping up an app.
Re: Ask HN: What's the best way to learn Ruby/Rails?
#8For me the biggest issue has been learning how to deploy apps onto my Linode server. I have no problems creating local apps, still haven't figured out what I'm doing wrong with deployment to production.
Re: Ask HN: What's the best way to learn Ruby/Rails?
#9Re: Ask HN: What's the best way to learn Ruby/Rails?
#10For me the biggest issue has been learning how to deploy apps onto my Linode server. I have no problems creating local apps, still haven't figured out what I'm doing wrong with deployment to production.
You could give Capistrano a try. Works wonders for deployments