Advertisement
Guest User

Untitled

a guest
Sep 21st, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. rake db:create [ruby-2.1.4@webshop3]
  2. ]rake aborted!
  3. LoadError: Please require this file from within a Capistrano recipe
  4. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/capistrano-2.15.5/lib/capistrano/configuration/loading.rb:18:in `instance'
  5. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/rvm-capistrano-1.2.7/lib/rvm/capistrano.rb:4:in `<module:Capistrano>'
  6. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/rvm-capistrano-1.2.7/lib/rvm/capistrano.rb:3:in `<top (required)>'
  7. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:85:in `require'
  8. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:85:in `rescue in block in require'
  9. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:68:in `block in require'
  10. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:61:in `each'
  11. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:61:in `require'
  12. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler.rb:134:in `require'
  13. /Users/choi/development/webshop3/config/application.rb:8:in `<top (required)>'
  14. /Users/choi/development/webshop3/Rakefile:4:in `<top (required)>'
  15. LoadError: cannot load such file -- rvm-capistrano
  16. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:76:in `require'
  17. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
  18. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:72:in `each'
  19. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:72:in `block in require'
  20. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:61:in `each'
  21. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler/runtime.rb:61:in `require'
  22. /Users/choi/.rvm/gems/ruby-2.1.4@webshop3/gems/bundler-1.10.6/lib/bundler.rb:134:in `require'
  23. /Users/choi/development/webshop3/config/application.rb:8:in `<top (required)>'
  24. /Users/choi/development/webshop3/Rakefile:4:in `<top (required)>'
  25. (See full trace by running task with --trace)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement