{"id":10,"date":"2007-11-06T00:21:46","date_gmt":"2007-11-06T00:21:46","guid":{"rendered":"http:\/\/installingcats.com\/2007\/11\/06\/get-os-x-leopard-setup-for-ruby-on-rails-development\/"},"modified":"2007-11-06T00:21:46","modified_gmt":"2007-11-06T00:21:46","slug":"get-os-x-leopard-setup-for-ruby-on-rails-development","status":"publish","type":"post","link":"https:\/\/installingcats.com\/2007\/11\/06\/get-os-x-leopard-setup-for-ruby-on-rails-development\/","title":{"rendered":"Get OS X Leopard Setup for Ruby on Rails Development"},"content":{"rendered":"

After doing a clean install of Leopard (on a blank partition) and importing user settings \/ home directory, this is what I needed to do to install the Ruby on Rails development environment on Leopard OS X 10.5.<\/p>\n

TextMate<\/h2>\n

TextMate transferred OK as an application during the import phase after the install of Leopard. The only thing needed was a re-setting-up of the command line launcher for Textmate. A symbolic link to TextMate’s mate program in Applications placed within the \/usr\/bin directory does the trick:<\/p>\n

sudo ln -s \/Applications\/TextMate.app\/Contents\/Resources\/mate \/usr\/bin\/mate<\/pre>\n

MySQL 5<\/h2>\n