Double Shot #5 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Quick Links 2

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Quick Links 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

A few more to pass along this morning before I get any actual work done.

Just 'Cause I Keep Needing It 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

RUBY-DOC.ORG is loaded with online searchable Ruby documentation. This is very useful when you’re using a Web framework based on a language that you don’t really know yet.

Amazon S3 in Ruby 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Mike Clark has another interesting post today, Getting Started with the Amazon S3 Library for Ruby , exploring yet another spiffy Ruby library. I continue to be impressed with some of the things that people have wrapped up in small amounts of Ruby code – and happy that I don’t have to cart them all around with me in some super-giant-mega framework when I don’t need them.

Ruby Cheat Sheets 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Another cool resource: cheat sheets features close to 100 command-line cheat sheets for Ruby and associated coding – the one on Capistrano helped me out immensely tonight, and I’ve got my eye on a couple of others (TextMate for Rails, for example). You can access them all online in HTML glory, or


 $ gem install cheat

will bring it into your local system where you can access the cheat sheets directly from the command line.

One Stop Shopping for Rails Devs 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

RubyFurnace is an online repository for Gems and Rails plugins. There are quite a few there already to browse through. I’m guessing more tools for finding the best and most applicable to your own projects are still to come. (via dzone

New Version 0

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Ruby 1.8.5 released!

I don’t know which is more annoying – languages that only rev once every few years, or onces that are in a constant state of ferment so you never quite know where the line is between “beta,” “working,” and “deprecated.”

Ruby Refactoring Book

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Refactoring, Ruby Edition is the permanent home for the book project I mentioned a couple of days ago.

Coming Book

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Jay Fields is tackling a rewrite of the classic Refactoring book to use Ruby as its language (with Martin Fowler’s permission). Here’s the announcement, and here’s the first example bit.

Another Online Reference

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Humble Little Ruby Book

Could be Interesting

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)
"Apress/On Ruby Blogging Contest":http://on-ruby.blogspot.com/2006/12/apresson-ruby-blogging-contest.html (via "dzone":http://www.dzone.com/rsslinks/apresson_ruby_blogging_contest.html)

Ruby Stuff

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

I’m not entirely sure yet that Ruby is going to be my next computer language, but it’s time to collect a few links in one place:

Cool Looking Tool

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

Visual Database Explorer in Ruby looks nice and was done with very little code. (via dzone)

Install ruby gem termios on Ubuntu

Posted by Mike
Liquid error: wrong number of arguments (5 for 2)

This Google Groups post saved me. It certainly wasn’t obvious to me what the problem was.