Note that there are some explanatory texts on larger screens.

plurals
  1. POUsing Heroku for Facebook tab generates not found error - Using post request in RefineryCMS
    primarykey
    data
    text
    <p>So, I've deployed a rails application for a Facebook tab using RefineryCMS on Heroku. Everything shows up just fine if I open the page in a browser, but when I set the url in the Facebook app settings and try to open it within the page tab, it gives me a "The page you were looking for doesn't exist." error. Is there a setting I need to change to make a rails app work in a Facebook tab?</p> <p>From the log, it looks like the routes may be wrong, but the errors only exist within the facebook tab, which leads me to believe it's something with the iframe facebook uses throwing things off. Is there a restriction for iframes in rails, maybe? I'm new to rails so I'm not sure how it all works.</p> <p>I am using rails 3.2.13</p> <p>/main is the url of the page I'll be using.</p> <p>This is the heroku log I get:</p> <pre><code>2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/runtime.rb:17:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/lock.rb:15:in `call' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/methodoverride.rb:21:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:51:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/engine.rb:479:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:71:in `call!' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:143:in `pass' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:136:in `forward' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/application.rb:223:in `call' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/handler/webrick.rb:59:in `service' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/server.rb:295:in `block in start_thread' 2013-07-01T08:44:47.527538+00:00 app[web.1]: 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/content_length.rb:14:in `call' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:138:in `service' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:94:in `run' 2013-07-01T08:44:47.527538+00:00 app[web.1]: 2013-07-01T08:44:47.535871+00:00 heroku[router]: at=info method=POST path=/main host=fb-tab.herokuapp.com fwd="71.220.192.56" dyno=web.1 connect=2ms service=34m s status=404 bytes=728 2013-07-01T08:46:29.642863+00:00 app[web.1]: ActionController::RoutingError (No route matches [POST] "/main"): 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' 2013-07-01T08:46:29.630249+00:00 app[web.1]: Started POST "/main" for 71.220.192 .56 at 2013-07-01 08:46:29 +0000 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/methodoverride.rb:21:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/lock.rb:15:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:136:in `forward' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/engine.rb:479:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:51:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/runtime.rb:17:in `call' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/content_length.rb:14:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:71:in `call!' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:143:in `pass' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `call' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/application.rb:223:in `call' 2013-07-01T08:46:29.649179+00:00 heroku[router]: at=info method=POST path=/main host=fb-tab.herokuapp.com fwd="71.220.192.56" dyno=web.1 connect=1ms service=33m s status=404 bytes=728 2013-07-01T08:46:29.643218+00:00 app[web.1]: 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/server.rb:295:in `block in start_thread' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call' 2013-07-01T08:46:29.643218+00:00 app[web.1]: 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/handler/webrick.rb:59:in `service' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:138:in `service' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:94:in `run' C:\work\zach gideon\secondtry\ref\main&gt;heroku logs --tail 2013-07-01T08:37:48.886909+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/application.rb:223:in `call' 2013-07-01T08:37:48.886909+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:138:in `service' 2013-07-01T08:37:48.884661+00:00 heroku[router]: at=info method=POST path=/main host=fb-tab.herokuapp.com fwd="71.220.192.56" dyno=web.1 connect=1ms service=18m s status=404 bytes=728 2013-07-01T08:37:48.886909+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/handler/webrick.rb:59:in `service' 2013-07-01T08:37:48.886909+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/server.rb:295:in `block in start_thread' 2013-07-01T08:37:48.886909+00:00 app[web.1]: 2013-07-01T08:37:48.886909+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:94:in `run' 2013-07-01T08:37:48.886909+00:00 app[web.1]: 2013-07-01T08:41:56.744964+00:00 heroku[router]: at=info method=POST path=/main host=fb-tab.herokuapp.com fwd="71.220.192.56" dyno=web.1 connect=1ms service=13m s status=404 bytes=728 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/runtime.rb:17:in `call' 2013-07-01T08:41:56.743490+00:00 app[web.1]: Started POST "/main" for 71.220.192 .56 at 2013-07-01 08:41:56 +0000 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/engine.rb:479:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: ActionController::RoutingError (No route matches [POST] "/main"): 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:51:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:71:in `call!' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/content_length.rb:14:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' 2013-07-01T08:41:56.747142+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/methodoverride.rb:21:in `call' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/lock.rb:15:in `call' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:143:in `pass' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/application.rb:223:in `call' 2013-07-01T08:41:56.747318+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:136:in `forward' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/handler/webrick.rb:59:in `service' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:94:in `run' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:138:in `service' 2013-07-01T08:41:56.747607+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/server.rb:295:in `block in start_thread' 2013-07-01T08:41:56.747607+00:00 app[web.1]: 2013-07-01T08:41:56.747607+00:00 app[web.1]: 2013-07-01T08:44:47.519936+00:00 app[web.1]: Started POST "/main" for 71.220.192 .56 at 2013-07-01 08:44:47 +0000 2013-07-01T08:44:47.527179+00:00 app[web.1]: 2013-07-01T08:44:47.527179+00:00 app[web.1]: ActionController::RoutingError (No route matches [POST] "/main"): 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `call' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/runtime.rb:17:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/lock.rb:15:in `call' 2013-07-01T08:44:47.527179+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/methodoverride.rb:21:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:51:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/engine.rb:479:in `call' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:71:in `call!' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:143:in `pass' 2013-07-01T08:44:47.527376+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:136:in `forward' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/application.rb:223:in `call' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/handler/webrick.rb:59:in `service' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/server.rb:295:in `block in start_thread' 2013-07-01T08:44:47.527538+00:00 app[web.1]: 2013-07-01T08:44:4 7.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rack-1.4.5/lib/rack/c ontent_length.rb:14:in `call' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:138:in `service' 2013-07-01T08:44:47.527538+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:94:in `run' 2013-07-01T08:44:47.527538+00:00 app[web.1]: 2013-07-01T08:44:47.535871+00:00 heroku[router]: at=info method=POST path=/main host=fb-tab.herokuapp.com fwd="71.220.192.56" dyno=web.1 connect=2ms service=34m s status=404 bytes=728 2013-07-01T08:46:29.642863+00:00 app[web.1]: ActionController::RoutingError (No route matches [POST] "/main"): 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' 2013-07-01T08:46:29.630249+00:00 app[web.1]: Started POST "/main" for 71.220.192 .56 at 2013-07-01 08:46:29 +0000 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/methodoverride.rb:21:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/lock.rb:15:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/tagged_logging.rb:22:in `tagged' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `block in call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:136:in `forward' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/engine.rb:479:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/static.rb:63:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:51:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:155:in `invalidate' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:32:in `call_app' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ionpack-3.2.13/lib/action_dispatch/middleware/request_id.rb:22:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/runtime.rb:17:in `call' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/content_length.rb:14:in `call' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:71:in `call!' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-cache-1.2/lib/rack/cache/context.rb:143:in `pass' 2013-07-01T08:46:29.643035+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/act ivesupport-3.2.13/lib/active_support/cache/strategy/local_cache.rb:72:in `call' 2013-07-01T08:46:29.642863+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/logger.rb:16:in `call' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/application.rb:223:in `call' 2013-07-01T08:46:29.649179+00:00 heroku[router]: at=info method=POST path=/main host=fb-tab.herokuapp.com fwd="71.220.192.56" dyno=web.1 connect=1ms service=33m s status=404 bytes=728 2013-07-01T08:46:29.643218+00:00 app[web.1]: 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/server.rb:295:in `block in start_thread' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rai lties-3.2.13/lib/rails/rack/log_tailer.rb:17:in `call' 2013-07-01T08:46:29.643218+00:00 app[web.1]: 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/bundle/ruby/2.0.0/gems/rac k-1.4.5/lib/rack/handler/webrick.rb:59:in `service' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:138:in `service' 2013-07-01T08:46:29.643218+00:00 app[web.1]: vendor/ruby-2.0.0/lib/ruby/2.0.0/ webrick/httpserver.rb:94:in `run' </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload