You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install Barkeep manually.
When I executed run_migrations.rb, error occurred.
My environment is
$ ruby -version
ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
$ bundle exec sequel --version
sequel 4.7.0
What's wrong?
./script/run_migrations.rb
Warning: using Pathological, but no Pathfile was found.
migrations/20120324162814_delete_old_demo_user.rb:3:in require': cannot load such file -- migrations/migration_helper.rb (LoadError) from migrations/20120324162814_delete_old_demo_user.rb:3:in<top (required)>'
from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:711:in load' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:711:inblock in get_migration_tuples'
from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:697:in each' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:697:inget_migration_tuples'
from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:634:in initialize' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:390:innew'
from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:390:in run' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:361:inapply'
from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/bin/sequel:146:in <top (required)>' from /usr/local/bin/sequel:23:inload'
from /usr/local/bin/sequel:23:in `
'
The text was updated successfully, but these errors were encountered:
I install Barkeep manually.
When I executed run_migrations.rb, error occurred.
My environment is
$ ruby -version
ruby 2.0.0p353 (2013-11-22) [x86_64-linux]
$ bundle exec sequel --version
sequel 4.7.0
What's wrong?
./script/run_migrations.rb
'Warning: using Pathological, but no Pathfile was found.
migrations/20120324162814_delete_old_demo_user.rb:3:in
require': cannot load such file -- migrations/migration_helper.rb (LoadError) from migrations/20120324162814_delete_old_demo_user.rb:3:in
<top (required)>'from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:711:in
load' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:711:in
block in get_migration_tuples'from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:697:in
each' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:697:in
get_migration_tuples'from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:634:in
initialize' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:390:in
new'from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:390:in
run' from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/lib/sequel/extensions/migration.rb:361:in
apply'from /usr/local/lib/ruby/gems/2.0.0/gems/sequel-4.7.0/bin/sequel:146:in
<top (required)>' from /usr/local/bin/sequel:23:in
load'from /usr/local/bin/sequel:23:in `
The text was updated successfully, but these errors were encountered: