Created
August 3, 2010 23:58
-
-
Save noahhendrix/507405 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Noah-Hendrixs-iMac:backoffice-rails3 noahhendrix$ rails s | |
Could not find gem 'mysql (>= 0, runtime)' in any of the gem sources. | |
Try running `bundle install`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem 'sqlite3-ruby', :require => 'sqlite3', :group => :development | |
gem 'mysql', :group => :production |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment