vote up 4 vote down star
5

I'm about to start learning Ruby and would like a bit of reading material to help me into it.

I'm looking for your top 5 blogs, news and any (active) bulletin boards (I can handle newsgroups fine, but I prefer reading in a BB) on Ruby.

Thanks,

flag

10 Answers

vote up 6 vote down check

Reading blogs isn't the way to learn a programming language. It might be useful after you learn the fundamentals of the language at which point you can:

  1. Actually understand and make use of what you read on the blogs
  2. Have the foundation necessary to weed out the good stuff from the bad stuff

I would recommend a good book to get you started, the recently released The Ruby Programming Language is probably the best one out now.

link|flag
I understand that, I just like to get a good 'feel' of what the communty is like as I learn. Thanks for that book. – Ross Dec 31 at 12:43
To be perfectly honest, much of the Ruby user community is composed of newbies (due largely to recent explosion of growth and people using it for specific purposes (like building websites) without learning the full language) making it even more important to build a strong foundation first. – Robert Gamble Dec 31 at 12:57
vote up 4 vote down

I assume you already know about why's poignant guide, but just in case, it's a good starting point. That and the pickaxe book.

I know you asked for blogs etc, but those two are pretty much essential reading.

link|flag
vote up 2 vote down

Blogs by Why. Oddball but brilliant:

http://hackety.org/

http://redhanded.hobix.com/

link|flag
vote up 2 vote down

you can start with the basis here: http://www.ruby-lang.org/en/documentation/ and then on www.rubyflow.com you will find every day several links to tutorial and news about Ruby.

link|flag
vote up 6 vote down

@Robert I agree with you to stay away from feeds. Its better to read a book and gain some in-depth knowledge....

However here are some that might help (with Rails and Ruby):

http://www.buildingwebapps.com/podcasts (Rails)

http://www.peepcode.com (Rails)

http://www.learningrails.com (Rails)

http://www.railsenvy.com (Rails)

http://www.bofh.org.uk/articles/category/ruby (RUBY specific)

http://www.pragprog.com (ruby)

link|flag
vote up 1 vote down

Not a blog, but a(nother) book. You can read Programming Ruby for free online.

link|flag
vote up 0 vote down

why's poignant guide is great, so is the free online Programming Ruby.

They are what I'm reading right now.

link|flag
vote up 0 vote down

Hard to miss...

http://delicious.com/popular/ruby

http://delicious.com/popular/rails

link|flag
vote up 2 vote down

Ruby Flow

Ruby Inside

Those two should get you started. Take the advice from others and grab some books and just start hacking away.

link|flag
vote up 1 vote down

If you want to get a good feel for the community (which is the greatest thing about ruby), take a look at the following:

DHH's blog does not really give too much technical insite, but I feel it is really good to read if you want to understand the community. Too many people refer to it when they are writing, plus his posts tend to be interesting (to me).

When bored I like to take a look at Ruby Flow and Ruby Inside, it is a great place to discover new blogs.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.