Ask HN: where to learn ruby?
1–10 of 13 posts
Re: Ask HN: where to learn ruby?
#2Re: Ask HN: where to learn ruby?
#3If you go RoR way - Michael Hartl's tutorial - http://railstutorial.org/ is probably the best place to start (I did that when I was starting with RoR). Codelearn - www.codelearn.org should be the next best.
Disclaimer: I am the founder of Codelearn
Re: Ask HN: where to learn ruby?
#4For RoR, lynda.com or treehouse tutorials are very good choices.
Re: Ask HN: where to learn ruby?
#5I came from a PHP / CodeIgniter background, I spent a couple of hours with Rails for zombies, and then just started playing around with rails, using http://guides.rubyonrails.org and http://railscasts.com when ever I could't figure something out. And of course, stackoverflow is a great resource.
Re: Ask HN: where to learn ruby?
#6If you're already familiar with programming and MVC, I'd recommend rails for zombies ( http://railsforzombies.org ) it gives you a good overview of both Ruby and Rails. I came from a PHP / CodeIgniter background, I spent a couple of hours with Rails for zombies, and then just started playing around with rails, using http://guides.rubyonrails.org and http://railscasts.com when ever I could't figure something out. And…
Re: Ask HN: where to learn ruby?
#7Re: Ask HN: where to learn ruby?
#8So Ruby & RoR are two different beasts. If you come from hey-I-already-know-a-web-MVC background, you might skip learning Ruby & directly jump to learning RoR . If you go RoR way - Michael Hartl's tutorial - http://railstutorial.org/ is probably the best place to start (I did that when I was starting with RoR). Codelearn - www.codelearn.org should be the next best. Disclaimer: I am the founder of Codelearn
Re: Ask HN: where to learn ruby?
#9Don't forget about the official Rails guides themselves, they are actually quite helpful.
I go back and forth on whether learning Ruby first is best. You will learn more about Ruby itself just by solving RoR problems, but I think you would solve them faster if you already had a solid base in Ruby.
Re: Ask HN: where to learn ruby?
#10So Ruby & RoR are two different beasts. If you come from hey-I-already-know-a-web-MVC background, you might skip learning Ruby & directly jump to learning RoR . If you go RoR way - Michael Hartl's tutorial - http://railstutorial.org/ is probably the best place to start (I did that when I was starting with RoR). Codelearn - www.codelearn.org should be the next best. Disclaimer: I am the founder of Codelearn