Friday, April 1, 2011

Ruby on Rails Error: rake db:create uninitialized constant Mysql

Solution:
 1) Add the following line to the Gemfile
gem 'mysql'

2) Rerun
bundle install

No comments:

Post a Comment