-
Notifications
You must be signed in to change notification settings - Fork 18
Description
I'm starting to test the Ensembl API, on OS X 10.6.8, using ruby 1.8.7 (2010-08-16 patchlevel 302) [i686-darwin10.4.0]. I'm reasonably experienced in Ruby but not in Rails.
I just installed the v1.0.1 API gem and tried to run this:
require 'ensembl'
include Ensembl::Core
DBConnection.connect('homo_sapiens',60)
After a few seconds pause at the DBConnection line, I get this error message:
undefined method more_results' for #<Mysql> /usr/local/lib/ruby/gems/1.8/gems/activerecord-3.0.1/lib/active_record/connection_adapters/mysql_adapter.rb:279:inselect_rows'
...(more error lines, but essentially the same message as above)...
I've likely made some basic error in the setup. Could I ask for help in understanding and resolving the error?
Thank you.
Gordon