Skip to content

undefined method `more_results' for #<Mysql> #9

@agrobertson

Description

@agrobertson

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions