I just launched RubyQuestions, a place to get help with ruby, ruby libraries, and Ruby on Rails. Currently it doesn't have any questions, so start asking away :).
An Introduction to RTask, a simple task library, similar to rake or thor. RTask wraps your tasks into a class, with a simple DSL to allow for easy creation of task. Tasks are namespaced via modules and classes.
Read Full Post
I am quite sure that if you are a ruby developer you have heard that Rails 3 beta is now out. Here is a quick run through on installing it.
Read Full Article