Related questions
bundle install problem: mysql.h is missing
in my mac OSX 10.6 32 bit, I can install mysql2 gem quite easily, but not in mini mac 10.6 64bit server.
I have installed MySQL 5.5.11 in troublesome server, while in my home mac MySQL 5.5.0.m2
Somehow when I run bundle install, in …
Mysql 5.6 headaches on Mac OSX
Several of my colleagues and I have recently upgraded from MySQL 5.5 to MySQL 5.6 using homebrew on our Macs to test locally before upgrading our servers. Since this upgrade, we all have been experiencing intermittent MySQL errors when running our rails …
Install mysql2 gem on Snow Leopard for Rails 3 with rvm
I have recently upgraded to Rails 3 and created a new application with Rails 3.0.3, but I keep getting an error
Macintosh:$ rails server
=> Booting WEBrick
=> Rails 3.0.3 application starting in development on http://0.0.0.0:3000
=> Call with -d to detach
=> …