Hello team,

Uber-noob here, working on Windows 7 using MRI.

Yesterday I was able to run migrations by entering this from the command 
line:

  sequel -m -E c/ruby22/code/d201-sequel/dbx 
postgres://postgres:password@localhost:5432/sinatra001

Today I am trying to run a diff migration and what I get is...

  Error: Sequel::AdapterNotFound: LoadError: cannot load such file -- 
sequel/adapters/
  
c:/ruby22/lib/ruby/site_ruby/2.2.0/rubygems/core_ext/kernel_require.rb:55:in 
`require'

Maybe I changed something along the way -- but IIRC all settings are the 
same.
Also, since I run this from the command file, I guess the Gemfile.lock is 
not that relevant, but sharing it just in case (see bottom)
(I do recall going back and forth with rack 2.0.1 because modular apps were 
not loading stuff, but now I am settled on 1.6.5)

I will *greatly* appreciate any help, link, or hint. Thanks!

Gemfile.lock is:
GEM
  remote: http://rubygems.org/
  specs:
    daemons (1.2.4)
    eventmachine (1.2.1-x86-mingw32)
    pg (0.19.0-x86-mingw32)
    rack (1.6.5)
    rack-protection (1.5.3)
      rack
    rb-readline (0.5.3)
    sass (3.4.23)
    sequel (4.41.0)
    sinatra (1.4.7)
      rack (~> 1.5)
      rack-protection (~> 1.4)
      tilt (>= 1.3, < 3)
    slim (3.0.7)
      temple (~> 0.7.6)
      tilt (>= 1.3.3, < 2.1)
    temple (0.7.7)
    thin (1.7.0)
      daemons (~> 1.0, >= 1.0.9)
      eventmachine (~> 1.0, >= 1.0.4)
      rack (>= 1, < 3)
    tilt (2.0.5)

PLATFORMS
  x86-mingw32

DEPENDENCIES
  bundler
  pg
  rack
  rb-readline
  sass
  sequel
  sinatra
  slim
  thin

BUNDLED WITH
   1.13.6


-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to