I have just spent 2 days with Ruby, and my observation in last two days is that it is very difficult (as compared to say .NET/Java) to find an active forum/blogs which are helpful for Ruby (or maybe I don't know them since I am new).

Which are the most common forums/blogs developers visit when they need help with Ruby (other than Stack Overflow)?

link|improve this question

33% accept rate
feedback

8 Answers

Some of your best bets are the following IRC channels on irc.freenode.net. Very active.

#rubyonrails

#ruby-lang

#ruby

You can almost always get questions answered in minutes. There is an etiquette to follow, and they can get cranky if you don't follow it, but I think mostly that's because some of the main responders are sitting there for hours answering question after question and they want you to phrase things in a way that allows them to be efficient.

Here are some good blogs:

errtheblog

Jamis Buck's blog (author of Capistrano, works for 37 Signals with DHH)

link|improve this answer
feedback

The ruby-talk mailing list can be helpful and gets between 70-100 messages a day.

http://www.ruby-lang.org/en/community/mailing-lists/

link|improve this answer
feedback

RailsCasts are fantastic if you're doing Rails.

For just plain Ruby, I just google and find things for the most part.

link|improve this answer
feedback

There are so many Ruby Blogs that I won't list them here. www.ruby-forum.com has lots of posts, and if you are after rails stuff www.railsforum.com is pretty active, www.pragprog.com has lot's great ruby books for sale, including Programming Ruby, widely accepted as the first book to learn Ruby with, for better or worse. RubyInside, RufyFlow are great but a good list of blogs at Ruby Learning website and if you need Ruby API docs Ruby Brain, and if you are doing Rails then Rails Brain is good too, although really I have had not rouble turning up Ruby stuff just by searching Google, but stuff should keep you going for a while.

link|improve this answer
feedback

I'll add a couple of blogs that I think are mandatory for any person really interested in Ruby:

One Step Back
has_many :through
On Ruby
Igvita

There are many more personal blogs that I personally consider interesting but these 4 are good for anyone interested in the language itself.

Besides this, ruby-talk / ruby-forum are good places to hang out and if you need any help you can always access #ruby-lang in irc.freenode.net

link|improve this answer
feedback

For Ruby on Rails, I prefer http://www.workingwithrails.com/

If you have any RoR question you can use "Ask a Rails Expert" forum and if you want to discuss with other RoR developers you can partcipate in the "Rails in the workplace" forum.

Hope this helps.

[http://www.workingwithrails.com/]http://www.workingwithrails.com/

link|improve this answer
feedback

Shameless plug, but here's a good resource: http://www.postrank.com/topic/ruby

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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