Guest User

Untitled

a guest
Jul 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.32 KB | None | 0 0
  1. NameError in BusinessesController#create
  2.  
  3. uninitialized constant BusinessesController::GoogleGeocode
  4.  
  5. RAILS_ROOT: /home/magneto/rails/business
  6. Application Trace | Framework Trace | Full Trace
  7.  
  8. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:105:in `const_missing'
  9. /home/magneto/rails/business/app/controllers/businesses_controller.rb:60:in `create'
  10.  
  11. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:105:in `const_missing'
  12. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:1331:in `send'
  13. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
  14. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/filters.rb:617:in `call_filters'
  15. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  16. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  17. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  18. /opt/ruby-1.8.7-p174/lib/ruby/1.8/benchmark.rb:308:in `realtime'
  19. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  20. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  21. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  22. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/flash.rb:146:in `perform_action'
  23. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:532:in `send'
  24. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:532:in `process_without_filters'
  25. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/filters.rb:606:in `process'
  26. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:391:in `process'
  27. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:386:in `call'
  28. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:437:in `call'
  29. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:87:in `dispatch'
  30. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:121:in `_call'
  31. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
  32. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:29:in `call'
  33. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:29:in `call'
  34. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  35. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:9:in `cache'
  36. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:28:in `call'
  37. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
  38. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'
  39. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/methodoverride.rb:24:in `call'
  40. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/params_parser.rb:15:in `call'
  41. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/session/cookie_store.rb:93:in `call'
  42. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/failsafe.rb:26:in `call'
  43. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'
  44. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `synchronize'
  45. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'
  46. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:114:in `call'
  47. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/reloader.rb:34:in `run'
  48. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:108:in `call'
  49. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/static.rb:31:in `call'
  50. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in `call'
  51. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each'
  52. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `call'
  53. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/log_tailer.rb:17:in `call'
  54. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/content_length.rb:13:in `call'
  55. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/webrick.rb:46:in `service'
  56. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  57. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  58. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  59. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:162:in `start'
  60. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  61. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:95:in `start'
  62. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:92:in `each'
  63. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:92:in `start'
  64. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:23:in `start'
  65. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:82:in `start'
  66. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/webrick.rb:13:in `run'
  67. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/server.rb:111
  68. /opt/ruby-1.8.7-p174/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  69. /opt/ruby-1.8.7-p174/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
  70. script/server:3
  71.  
  72. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/dependencies.rb:105:in `const_missing'
  73. /home/magneto/rails/business/app/controllers/businesses_controller.rb:60:in `create'
  74. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:1331:in `send'
  75. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:1331:in `perform_action_without_filters'
  76. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/filters.rb:617:in `call_filters'
  77. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
  78. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  79. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  80. /opt/ruby-1.8.7-p174/lib/ruby/1.8/benchmark.rb:308:in `realtime'
  81. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib/active_support/core_ext/benchmark.rb:17:in `ms'
  82. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
  83. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
  84. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/flash.rb:146:in `perform_action'
  85. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:532:in `send'
  86. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:532:in `process_without_filters'
  87. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/filters.rb:606:in `process'
  88. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:391:in `process'
  89. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/base.rb:386:in `call'
  90. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/routing/route_set.rb:437:in `call'
  91. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:87:in `dispatch'
  92. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:121:in `_call'
  93. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
  94. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:29:in `call'
  95. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:29:in `call'
  96. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
  97. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:9:in `cache'
  98. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/query_cache.rb:28:in `call'
  99. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
  100. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/head.rb:9:in `call'
  101. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/methodoverride.rb:24:in `call'
  102. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/params_parser.rb:15:in `call'
  103. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/session/cookie_store.rb:93:in `call'
  104. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/failsafe.rb:26:in `call'
  105. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'
  106. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `synchronize'
  107. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/lock.rb:11:in `call'
  108. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:114:in `call'
  109. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/reloader.rb:34:in `run'
  110. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/dispatcher.rb:108:in `call'
  111. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/static.rb:31:in `call'
  112. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:46:in `call'
  113. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `each'
  114. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/urlmap.rb:40:in `call'
  115. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/rails/rack/log_tailer.rb:17:in `call'
  116. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/content_length.rb:13:in `call'
  117. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/webrick.rb:46:in `service'
  118. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  119. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  120. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  121. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:162:in `start'
  122. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  123. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:95:in `start'
  124. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:92:in `each'
  125. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:92:in `start'
  126. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:23:in `start'
  127. /opt/ruby-1.8.7-p174/lib/ruby/1.8/webrick/server.rb:82:in `start'
  128. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rack-1.0.0/lib/rack/handler/webrick.rb:13:in `run'
  129. /opt/ruby-1.8.7-p174/lib/ruby/gems/1.8/gems/rails-2.3.4/lib/commands/server.rb:111
  130. /opt/ruby-1.8.7-p174/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
  131. /opt/ruby-1.8.7-p174/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
  132. script/server:3
Add Comment
Please, Sign In to add comment