Double Shot #57

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

Ah, a new work week is always full of such promise, isn’t it?

  • “Setting Up Ruby (and Rails) For Ruby In Steel – From Scratch”: http://www.sapphiresteel.com/Setting-Up-Ruby-and-Rails-For-Ruby – Step-by-step guide to one easy way to get going with Rails on Windows.
  • There can be only one, a tale about Ruby, IronRuby, MS and whatnot – There’s a lot of discussion in the Ruby community these days about the potential impact of Microsoft’s forthcoming IronRuby implementation. This is one of the best summaries I’ve seen.

Double Shot #39

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

Time to clean out the links bucket in anticipation of a busy weekend.

  • Hackety Hack – Ruby-based take on the idea of a starter’s coding environment for kids. (via Ruby Inside)
  • ActsAsSecure – Automatically encrypt specific fields from an ActiveRecord model when they’re stored in a database.
  • Compiling RMagick on OS X 10.4.9 Intel – RMagick, or at least its setup, is one of the pieces of the whole Rails story that just seems utterly devoid of elegance.
  • Tips for Upgrading to Capistrano 2 – I’ll probably jump in this pond sooner rather than later. One of the nice things about being new to the Rails world is that everything is new anyhow so there’s no special penalty to being out on the edge.
  • acts_as_sphinx plugin – Yet another option for full-text searching in Rails applications.
  • Rails: Group results by week – This came in handy last night when I needed to do multilevel reporting in a Rails view.

Double Shot #35

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

Just a couple of quickies this morning.

Double Shot #11

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

Yeah, I know some readers are showing these twice. I’m working on it.

Double Shot #9

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

I continue to be amazed at all the things I find on the Web. Fortunately, I don’t inflict most of them on you here.

Double Shot #5

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

Quick Links

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

Quick Links

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

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

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

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

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

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.