rvm

Controlling a Sprinkler System with an iPhone, Arduino, and Sinatra

July 25th, 2011 5 Comments

Sasha felt the need to make a cameo.

Using Microsoft SQL Server with Rails on OSX or Linux

May 17th, 2011 1 Comments

Background

I used Mac Ports for this setup so your milage may vary if you’re using something else like Homebrew. Mac Ports installs its files to /opt/local so you’ll have do some translation if you’re using something else.

My project is on Rails 2.3.x and I haven’t tried any of this with Rails 3.x so use at your own risk. Please leave feedback if you know how to getting it working on Rails 3.x setups. Thanks.

Zlib Error on Ubuntu 10.10 with RVM

January 15th, 2011 0 Comments

If you’re getting a “no such file to load — zlib” when trying to install gems, make sure you

sudo apt-get install zlib1g-dev