Skip to content

Commit

Permalink
Missing the mysql2 gem here
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Sep 22, 2010
1 parent 48a108d commit 090c9ae
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -19,7 +19,7 @@ def self.mysql_connection(config) # :nodoc:
begin begin
require 'mysql' require 'mysql'
rescue LoadError rescue LoadError
raise "!!! Missing the mysql gem. Add it to your Gemfile: gem 'mysql2'" raise "!!! Missing the mysql2 gem. Add it to your Gemfile: gem 'mysql2'"
end end


unless defined?(Mysql::Result) && Mysql::Result.method_defined?(:each_hash) unless defined?(Mysql::Result) && Mysql::Result.method_defined?(:each_hash)
Expand Down

0 comments on commit 090c9ae

Please sign in to comment.