TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: where to learn ruby?

7 pointsby musiic703almost 12 years ago
Any great tutorials on web building app on RoR?

8 comments

MattBearmanalmost 12 years ago
If you're already familiar with programming and MVC, I'd recommend rails for zombies (<a href="http://railsforzombies.org" rel="nofollow">http://railsforzombies.org</a>) it gives you a good overview of both Ruby and Rails.<p>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 <a href="http://guides.rubyonrails.org" rel="nofollow">http://guides.rubyonrails.org</a> and <a href="http://railscasts.com" rel="nofollow">http://railscasts.com</a> when ever I could't figure something out. And of course, stackoverflow is a great resource.
评论 #5785880 未加载
chrislawrencealmost 12 years ago
The Pragmatic Programmers book on Rails is very good and already updated for Rails 4. If you get through it and still want more, the Rails Way is the most comprehensive book I've seen. Railscasts is great once you are making apps on your own as it tackles small specific problems.<p>Don't forget about the official Rails guides themselves, they are actually quite helpful.<p>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.
pochaalmost 12 years ago
So Ruby &#38; RoR are two different beasts. If you come from hey-I-already-know-a-web-MVC background, you might skip learning Ruby &#38; directly jump to learning RoR .<p>If you go RoR way - Michael Hartl's tutorial - <a href="http://railstutorial.org/" rel="nofollow">http://railstutorial.org/</a> 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.<p>Disclaimer: I am the founder of Codelearn
评论 #5786211 未加载
评论 #5785892 未加载
6thSigmaalmost 12 years ago
I learned RoR and launched a website in 10 days. If you want to see the tutorials I used I wrote a blog post about it here: <a href="http://aschuenemann.com/i-went-from-knowing-nothing-about-rails-to-launching-a-website-in-10-days" rel="nofollow">http://aschuenemann.com/i-went-from-knowing-nothing-about-ra...</a>
musiic703almost 12 years ago
These are all great advices. I started with php and I can say I'm almost a master at. I've build a social network platform with it and solved many problems with it. Now I want to take it to an all new level and want to convert all my code to ruby format. These tips and advices will help me a lot thanks!
alexgaribayalmost 12 years ago
<a href="http://www.codeschool.com/paths/ruby" rel="nofollow">http://www.codeschool.com/paths/ruby</a><p>Codeschool has some great courses in general. Their courses require a monthly subscription, however, if that matters to you.
joaoycalmost 12 years ago
Also, give a go to <a href="https://www.hnsearch.com/" rel="nofollow">https://www.hnsearch.com/</a>. There are plenty of good topics on this.
a_l_a_nalmost 12 years ago
railscasts.com