Archive for the ‘Ruby’ Category

Rubber presentation at Boston Ruby Group

Thursday, July 10th, 2008

I gave a presentation about using rubber to deploy rails apps to ec2 to the Boston Ruby Group on Tuesday July 8th, 2008.  I’m not quite sure how good my speaking skills are, but it seemed to go well.  See the slides on slideshare.

Replacing AppleScript with Ruby

Thursday, May 29th, 2008

I had a brief run-in with AppleScript trying to overcome an OS X terminal bug.  and its not something I enjoyed.  I would much rather be able to do scripts like this in a language I’m more comfortable in like ruby.  I’ve known for a while that one of the enhancements in OS X Leopard is that it has native support for scripting the UI from within other scripting languages like python and ruby, however, I didn’t realize that I could drop those scripts in the user scripts folder (~/Library/Scripts) and have them available from the scripts toolbar icon. (more…)