Posts tagged gem

May25

Installing the mysql2 Ruby gem on Ubuntu 11.04

ruby gem mysql ubuntu linux | comments

Ran into a mildly perplexing problem while trying to install the mysql2 gem under Ubuntu 11.04 today. As will sometimes happen when Ruby gems require compilation of native binaries to run on your system, there is an unspoken dependency requirement of certain development libraries….

Continue reading »

Feb03

Phusion Passenger (mod_rails) complaining about gem versions

apache mod_rails rubygems rubyonrails | comments

After installing phusion and starting Apache, I received this error trying to access a Rails app under a vhost configuration:

Ruby on Rails framework version 2.2.2 seems to be corrupted. Please reinstall it.

Continue reading »