Guest User

Untitled

a guest
Aug 31st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. Debasish-Boses-MacBook-Pro:blog quantum19812001$ rails g hobo:migration
  2. /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/hobo_fields/model.rb:95:in `belongs_to': undefined method `foreign_key' for #<ActiveRecord::Reflection::AssociationReflection:0x1023ea488> (NoMethodError)
  3. from /Users/quantum19812001/Projects/ror-test/blog/app/models/order.rb:6
  4. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:454:in `load'
  5. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:454:in `load_file'
  6. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in'
  7. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:453:in `load_file'
  8. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:340:in `require_or_load'
  9. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:491:in `load_missing_constant'
  10. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:183:in `const_missing'
  11. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:181:in `each'
  12. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:181:in `const_missing'
  13. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/inflector/methods.rb:113:in `constantize'
  14. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/inflector/methods.rb:112:in `each'
  15. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/inflector/methods.rb:112:in `constantize'
  16. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/core_ext/string/inflections.rb:43:in `constantize'
  17. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migrator.rb:82:in `load_rails_models'
  18. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migrator.rb:80:in `each'
  19. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migrator.rb:80:in `load_rails_models'
  20. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migrator.rb:91:in `table_model_classes'
  21. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migrator.rb:130:in `models_and_tables'
  22. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migrator.rb:203:in `generate'
  23. from /Users/quantum19812001/Projects/ror-test/blog/vendor/plugins/hobo_fields/lib/generators/hobo/migration/migration_generator.rb:50:in `migrate'
  24. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/task.rb:22:in `send'
  25. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/task.rb:22:in `run'
  26. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/invocation.rb:118:in `invoke_task'
  27. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `invoke_all'
  28. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/shell.rb:14:in `map'
  29. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/core_ext/ordered_hash.rb:73:in `each'
  30. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `map'
  31. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/invocation.rb:124:in `invoke_all'
  32. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/group.rb:226:in `dispatch'
  33. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/thor-0.14.6/lib/thor/base.rb:389:in `start'
  34. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/railties-3.0.3/lib/rails/generators.rb:163:in `invoke'
  35. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/railties-3.0.3/lib/rails/commands/generate.rb:10
  36. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
  37. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
  38. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
  39. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:596:in `new_constants_in'
  40. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:225:in `load_dependency'
  41. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/activesupport-3.0.3/lib/active_support/dependencies.rb:239:in `require'
  42. from /Users/quantum19812001/.rvm/gems/ruby-1.8.7-p352@ror-test/gems/railties-3.0.3/lib/rails/commands.rb:17
  43. from script/rails:6:in `require'
  44. from script/rails:6
Add Comment
Please, Sign In to add comment