Where to begin with Ruby on Rails?
December 29, 2007 7:22 AM Subscribe
I'm interested in attempting some work with Ruby on Rails. Other than some very elementary BASIC programming and HTML (yes, I know it's not a programming language), I have no programming experience.
I've attempted to get into programming in the past, most notably with Python when I was much younger, which I've all forgotten now. A friend and I are interested in a web project that probably wouldn't be exceptionally difficult for even an average web developer, but we want to put it all together ourselves. He's going to be doing the design portion and I want to take a whack at the programming.
Again, I'm no programmer, but from what I'm reading Rails is the way to go for cutting-edge web apps and whatnot. I'm interested in learning it from the ground up. I bought the Pragmatic Programmer's book on Ruby on a recommendation, but I don't think it's exactly what I'm looking for.
I need something that works from the most basic level and then up systematically. If possible, I want something more than just a book; I'm a much better "classroom" learner than a book learner. Videos or workshops (I'm in Nashville) would work really well for me.
Suggestions, AskMeFi?
posted by joshrholloway to computers & internet (6 answers total) 46 users marked this as a favorite
Why's Poignant Guide to Ruby - A little weird at times ("Crunchy! Bacon!"), but useful.
Learn to Program with Ruby - If you've never ever programmed before, this is good.
Ruby in 20 minutes - From the Ruby-lang site.
List of recommended Ruby books - Lists a book for beginner, intermediate etc., so might be helpful.
Some video resources:
Peepcode
Railscasts
If you're on a Mac, this will come in handy - Building Ruby on Rails on OSX
I'm still seriously beginner at all of this, and I think the main thing is just to use Ruby a lot (like learning a spoken language, really). I always spend a chunk of time using Ruby, and then for weeks I won't. So when I need to make a small script to do something, I have to dredge up all the info I've forgotten.
posted by djgh at 8:26 AM on December 29, 2007 [3 favorites]