Guest User

Untitled

a guest
Dec 3rd, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. ]rake db:create:all
  2. rake aborted!
  3. undefined method `task' for #<BddFun::Application:0x0000010121c1e8>
  4.  
  5. (See full trace by running task with --trace)
  6. ]rake db:create:all --trace
  7. rake aborted!
  8. undefined method `task' for #<BddFun::Application:0x00000100b39470>
  9. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@bdd_fun/gems/railties-3.0.7/lib/rails/application.rb:215:in `initialize_tasks'
  10. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@bdd_fun/gems/railties-3.0.7/lib/rails/application.rb:139:in `load_tasks'
  11. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@bdd_fun/gems/railties-3.0.7/lib/rails/application.rb:77:in `method_missing'
  12. /Users/patrick/coding/rails/bdd_fun/Rakefile:7:in `<top (required)>'
  13. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/rake_module.rb:25:in `load'
  14. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/rake_module.rb:25:in `load_rakefile'
  15. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:495:in `raw_load_rakefile'
  16. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:78:in `block in load_rakefile'
  17. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
  18. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:77:in `load_rakefile'
  19. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:61:in `block in run'
  20. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:129:in `standard_exception_handling'
  21. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/lib/rake/application.rb:59:in `run'
  22. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/gems/rake-0.9.0/bin/rake:31:in `<top (required)>'
  23. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/bin/rake:19:in `load'
  24. /Users/patrick/.rvm/gems/ruby-1.9.2-p180@global/bin/rake:19:in `<main>'
Add Comment
Please, Sign In to add comment