Live data from Hacker News

Ask HN: What's the best way to learn Ruby/Rails?

news.ycombinator.com

1–10 of 12 posts

Ask HN: What's the best way to learn Ruby/Rails?

#1
After coding web apps in PHP/CodeIgniter and Python/Django/Flask, I now want to give Ruby/Rails a try(just for sake of learning as I'm quite happy with django for most of my projects).

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?

Re: Ask HN: What's the best way to learn Ruby/Rails?

#7
For a quick intro to Rails, you can't go wrong with: http://guides.rubyonrails.org/getting_started.html

Follow 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?

#8
post #6

For 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

Re: Ask HN: What's the best way to learn Ruby/Rails?

#10
post #6

For 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

I definitely recommend watching this Railscasts for info on deploying: http://railscasts.com/episodes/335-deploying-to-a-vps
Post reply on HN