RailsConf RubyAZ Presentation Slides

May 16, 2012

This past Tuesday evening I presented to the RubyAZ user group. The talk covered useful libraries and gems that I saw at Rails Conf 2012 that I thought others might find helpful in their day to day work. I’ve made the presentation slides available as a pdf. Enjoy!

Read more

How to set the timezone on Ubuntu Server

March 21, 2012 · 42 comments

I find it’s pretty annoying when you have to go log file spelunking only to find all the timestamps are in UTC.  But we can set the timezone of the server so when Rails, cron, scripts, etc run, they output more readable dates. You can check your current timezone by just running

Read more

Can't get SSH Public Keys working?

January 27, 2012 · 1 comment

Having problems getting ssh to use your public key? Log on to your server as root using a password. Remember not to log out as root until you have ssh working with your public key or you may inadvertently lock yourself off the box.. which sucks ;) Double check your sshd_config, I use the following...

Read more

More posts

No view_context, in views, in Rails 3.1 changes

October 13, 2011 · 2 comments

Ruby 1.9.2 Segmentation Fault and OpenSSL

September 2, 2011 · 21 comments

Rails 3 Authlogic sessions not persisting in production

August 12, 2011 · 3 comments

Splitting Rails DOM ids with RegEx Look Aheads

October 15, 2010 · 1 comment

How to install RVM on Ubuntu 10.04

August 25, 2010 · 71 comments

How to get non-model data in ActiveRecord Callbacks

August 16, 2010 · 2 comments

The Ruby %r{} expression

August 12, 2010 · 4 comments