Any idea what might be going wrong here?

$ irb
>> require 'pg'
=> true
>> require 'sequel'
=> true
>> require 'sequel_pg'
NameError: uninitialized constant Sequel::Postgres
        from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:59:in 
`const_get'
        from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:59:in 
`require'
from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require'
        from /usr/local/lib/ruby/1.9.1/rubygems/custom_require.rb:35:in 
`require'
        from (irb):3
        from /usr/local/bin/irb:12:in `<main>'

--
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sequel-talk?hl=en.

Reply via email to