Hi,
I just noticed this warning:
WARNING: You're using the Ruby-based MySQL library that ships with Rails. This library is not suited for production. Please install the C-based MySQL library instead (gem install mysql).
So I tried :
gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/
Unfortunately the gem doesn't seem to be available @ rubyforge:
Bulk updating Gem source index for: http://gems.rubyforge.org/ ERROR: could not find mysql locally or in a repository
Any suggestions?
Thanks