Showing app/views/articles/show.html.erb where line #13 raised:
uninitialized constant ActionView::Base::CompiledTemplates::JSON
Extracted source (around line #13):
10: if @article.videos.first.file_name.length<15
11:
12: vimeo_video_json_url = "http://vimeo.com/api/v2/video/%s.json" %@article.videos.first.file_name
13: thumbnail_image_location = JSON.parse(open(vimeo_video_json_url).read).first['thumbnail_large']
14: small_thumb_location = JSON.parse(open(vimeo_video_json_url).read).first['thumbnail_small']
15:
16:
RAILS_ROOT: /store/ct/creative
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/dependencies.rb:466:in `load_missing_constant'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/dependencies.rb:106:in `const_missing'
/store/ct/creative/app/views/articles/show.html.erb:13:in `_run_erb_app47views47articles47show46html46erb'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/dependencies.rb:466:in `load_missing_constant'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/dependencies.rb:106:in `const_missing'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/renderable.rb:34:in `send'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/renderable.rb:34:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:306:in `with_template'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/renderable.rb:30:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/template.rb:205:in `render_template'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:265:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:348:in `_render_with_layout'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:262:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:1252:in `render_for_file'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:936:in `render_without_benchmark'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:51:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:51:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:1328:in `default_render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:1334:in `perform_action_without_filters'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/filters.rb:617:in `call_filters'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/flash.rb:151:in `perform_action'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `send'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `process_without_filters'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/filters.rb:606:in `process'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:391:in `process'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:386:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/routing/route_set.rb:438:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:87:in `dispatch'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:121:in `_call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:29:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:29:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:9:in `cache'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:28:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/string_coercion.rb:25:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/head.rb:9:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/methodoverride.rb:24:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/params_parser.rb:15:in `call'
/store/ct/creative/vendor/plugins/facebooker/lib/rack/facebook.rb:43:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/session/cookie_store.rb:99:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/failsafe.rb:26:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/lock.rb:11:in `synchronize'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:106:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler/thread_handler.rb:135:in `accept_and_process_next_request'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler/thread_handler.rb:106:in `main_loop'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:449:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/utils/robust_interruption.rb:108:in `disable_interruptions'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:444:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:441:in `initialize'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:441:in `new'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:441:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:440:in `times'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:440:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:439:in `synchronize'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:439:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:207:in `main_loop'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/helper-scripts/classic-rails-preloader.rb:159
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/dependencies.rb:466:in `load_missing_constant'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/dependencies.rb:106:in `const_missing'
/store/ct/creative/app/views/articles/show.html.erb:13:in `_run_erb_app47views47articles47show46html46erb'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/renderable.rb:34:in `send'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/renderable.rb:34:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:306:in `with_template'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/renderable.rb:30:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/template.rb:205:in `render_template'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:265:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:348:in `_render_with_layout'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_view/base.rb:262:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:1252:in `render_for_file'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:936:in `render_without_benchmark'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:51:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:51:in `render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:1328:in `default_render'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:1334:in `perform_action_without_filters'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/filters.rb:617:in `call_filters'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/rubies/ruby-1.8.7-p334/lib/ruby/1.8/benchmark.rb:308:in `realtime'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activesupport-2.3.12/lib/active_support/core_ext/benchmark.rb:17:in `ms'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/rescue.rb:160:in `perform_action_without_flash'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/flash.rb:151:in `perform_action'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `send'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:532:in `process_without_filters'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/filters.rb:606:in `process'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:391:in `process'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/base.rb:386:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/routing/route_set.rb:438:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:87:in `dispatch'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:121:in `_call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:130:in `build_middleware_stack'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:29:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:29:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:9:in `cache'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/query_cache.rb:28:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/activerecord-2.3.12/lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/string_coercion.rb:25:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/head.rb:9:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/methodoverride.rb:24:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/params_parser.rb:15:in `call'
/store/ct/creative/vendor/plugins/facebooker/lib/rack/facebook.rb:43:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/session/cookie_store.rb:99:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/failsafe.rb:26:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/lock.rb:11:in `synchronize'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/rack-1.1.6/lib/rack/lock.rb:11:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/actionpack-2.3.12/lib/action_controller/dispatcher.rb:106:in `call'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/rack/thread_handler_extension.rb:77:in `process_request'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler/thread_handler.rb:135:in `accept_and_process_next_request'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler/thread_handler.rb:106:in `main_loop'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:449:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/utils/robust_interruption.rb:108:in `disable_interruptions'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:444:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:441:in `initialize'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:441:in `new'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:441:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:440:in `times'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:440:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:439:in `synchronize'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:439:in `start_threads'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/lib/phusion_passenger/request_handler.rb:207:in `main_loop'
/usr/local/rvm/gems/ruby-1.8.7-p334/gems/passenger-4.0.2/helper-scripts/classic-rails-preloader.rb:159
Parameters:
{"id"=>"the-director-s-cut-2-godfrey-worsdale-baltic"}
---
Headers:
{"Content-Type"=>"text/html",
"Cache-Control"=>"no-cache"}