Guest User

Untitled

a guest
Feb 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. jonathan-barkets-macbook-pro:merb jbarket$ rake db:migrate --trace
  2. (in /Users/jbarket/Desktop/merb)
  3. /opt/local/lib/ruby/gems/1.8/gems/merb-core-0.9.4/lib/merb-core/logger.rb:62: warning: already initialized constant Levels
  4. ** Invoke db:migrate (first_time)
  5. ** Invoke db:merb_start (first_time)
  6. ** Execute db:merb_start
  7. ~ Loaded DEVELOPMENT Environment...
  8. ~ loading gem 'merb_helpers' ...
  9. ~ loading gem 'merb_activerecord' ...
  10. ~ loading gem 'activerecord' ...
  11. ~ loading gem 'merb_helpers' ...
  12. ~ loading gem 'merb_activerecord' ...
  13. ~ Connecting to database...
  14. ~ Compiling routes...
  15. ~ Using 'share-nothing' cookie sessions (4kb limit per client)
  16. ** Execute db:migrate
  17. ~ Migrating to Todo (1)
  18. rake aborted!
  19. undefined method `migrate' for Todo(Table doesn't exist):Class
  20. /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/base.rb:1667:in `method_missing'
  21. /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/migration.rb:430:in `migrate'
  22. /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/migration.rb:420:in `each'
  23. /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/migration.rb:420:in `migrate'
  24. /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/migration.rb:357:in `up'
  25. /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.1.0/lib/active_record/migration.rb:340:in `migrate'
  26. /opt/local/lib/ruby/gems/1.8/gems/merb_activerecord-0.9.4/lib/active_record/merbtasks.rb:101
  27. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `call'
  28. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:546:in `execute'
  29. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `each'
  30. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:541:in `execute'
  31. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:508:in `invoke_with_call_chain'
  32. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `synchronize'
  33. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:501:in `invoke_with_call_chain'
  34. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:494:in `invoke'
  35. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1931:in `invoke_task'
  36. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
  37. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `each'
  38. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1909:in `top_level'
  39. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
  40. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1903:in `top_level'
  41. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1881:in `run'
  42. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1948:in `standard_exception_handling'
  43. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/lib/rake.rb:1878:in `run'
  44. /opt/local/lib/ruby/gems/1.8/gems/rake-0.8.1/bin/rake:31
  45. /opt/local/bin/rake:19:in `load'
  46. /opt/local/bin/rake:19
Add Comment
Please, Sign In to add comment