RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

justinbaker — 8 posts

http://wetherubyists.com

Ruby Questions released  rubyquestions.net
I just launched RubyQuestions and open sourced the code for it. Anyone have any questions? :)

read the post about it
This is huh, my unit testing library in less than 40 LOC. There are many like it, but this one belongs to me. :)
RubyQuestions  rubyquestions.net
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
RTask, a simple task library similar to rake and thor
Clone on Github
Gem page
Don't call Ruby a toy language! — Read Full Article
How to use ajax callbacks in Rails 3 w/ Prototype
Read Full Article
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