Guest User

Untitled

a guest
Jun 22nd, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.09 KB | None | 0 0
  1. spock:mguide tristan$ rm db/development.sqlite3
  2. spock:mguide tristan$ rake db:migrate
  3. (in /Users/tristan/rails/mguide)
  4. rake aborted!
  5. SQLite3::SQLException: no such table: location_levels: SELECT * FROM "location_levels" WHERE (up_id IS NULL) LIMIT 1
  6.  
  7. (See full trace by running task with --trace)
  8. spock:mguide tristan$ rake db:migrate --trace
  9. (in /Users/tristan/rails/mguide)
  10. ** Invoke db:migrate (first_time)
  11. ** Invoke environment (first_time)
  12. ** Execute environment
  13. rake aborted!
  14. SQLite3::SQLException: no such table: location_levels: SELECT * FROM "location_levels" WHERE (up_id IS NULL) LIMIT 1
  15. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract_adapter.rb:188:in `log'
  16. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute'
  17. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/sqlite_adapter.rb:372:in `catch_schema_changes'
  18. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute'
  19. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/sqlite_adapter.rb:275:in `select'
  20. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache'
  21. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/connection_adapters/abstract/query_cache.rb:62:in `select_all'
  22. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:635:in `find_by_sql'
  23. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:1490:in `find_every'
  24. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:1452:in `find_initial'
  25. /Library/Ruby/Gems/1.8/gems/activerecord-2.2.2/lib/active_record/base.rb:587:in `find'
  26. /Users/tristan/rails/mguide/spec/factories/locationlevel_factory.rb:4
  27. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl/factory.rb:46:in `define'
  28. /Users/tristan/rails/mguide/spec/factories/locationlevel_factory.rb:1
  29. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  30. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  31. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  32. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  33. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  34. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl/factory.rb:277:in `find_definitions'
  35. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl/factory.rb:276:in `each'
  36. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl/factory.rb:276:in `find_definitions'
  37. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl/factory.rb:272:in `each'
  38. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl/factory.rb:272:in `find_definitions'
  39. /Library/Ruby/Gems/1.8/gems/thoughtbot-factory_girl-1.2.0/lib/factory_girl.rb:29
  40. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:542:in `call'
  41. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:542:in `after_initialize'
  42. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:541:in `each'
  43. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:541:in `after_initialize'
  44. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:170:in `process'
  45. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:112:in `send'
  46. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/initializer.rb:112:in `run'
  47. /Users/tristan/rails/mguide/config/environment.rb:15
  48. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  49. /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  50. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  51. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
  52. /Library/Ruby/Gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:153:in `require'
  53. /Library/Ruby/Gems/1.8/gems/rails-2.2.2/lib/tasks/misc.rake:3
  54. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call'
  55. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute'
  56. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each'
  57. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute'
  58. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain'
  59. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  60. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
  61. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:588:in `invoke_prerequisites'
  62. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:585:in `each'
  63. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:585:in `invoke_prerequisites'
  64. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:577:in `invoke_with_call_chain'
  65. /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize'
  66. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain'
  67. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke'
  68. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task'
  69. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
  70. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each'
  71. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level'
  72. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
  73. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level'
  74. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run'
  75. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling'
  76. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run'
  77. /Library/Ruby/Gems/1.8/gems/rake-0.8.4/bin/rake:31
  78. /usr/bin/rake:19:in `load'
  79. /usr/bin/rake:19
  80. spock:mguide tristan$
Add Comment
Please, Sign In to add comment