, . . gem Rails .., MySQL , gem MySQL. , 64- MySQL, :
sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
( , Git) MacPorts. , , ImageMagick , Snow Leopard, . , Homebrew. , , , .
Last but not least, I came to rvm to easily install and switch between multiple versions of Ruby. This allows me to use 1.8.7 for my applications, 1.8.6 for client applications that require it, 1.9 or JRuby if I want to play with it, etc. Highly recommended!
source
share