Blog

  • October 03, 2011

    Ruby on Rails 3 with MySQL

    Ever asked how to set up Rails to work with a mysql-instance installed via homebrew? Here is how. After installing Homebrew, Git and MySQL, add the MySQL Gem via gem install mysql2. Now you should be able to create new rails apps set up to work with y … Read