test/dummy/log/development.log in resque-web-0.0.4 vs test/dummy/log/development.log in resque-web-0.0.5
- old
+ new
@@ -223058,5 +223058,2153 @@
Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (1.9ms)
Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (6.3ms)
Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.5ms)
Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb (13.0ms)
Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for 127.0.0.1 at 2013-11-17 21:54:23 +0900
+Processing by Rails::WelcomeController#index as HTML
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (19.4ms)
+Completed 200 OK in 88ms (Views: 87.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/resque" for 127.0.0.1 at 2013-11-17 21:54:26 +0900
+
+ActionController::RoutingError (No route matches [GET] "/resque"):
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.3ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (4.1ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (131.0ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (265.4ms)
+
+
+Started GET "/resque_web" for 127.0.0.1 at 2013-11-17 21:54:28 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (23.5ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (30.8ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (34.5ms)
+Completed 500 Internal Server Error in 107ms
+
+ActionView::Template::Error (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)):
+ 3: <th>Name</th>
+ 4: <th>Jobs</th>
+ 5: </tr>
+ 6: <% queue_names.each do |queue_name| %>
+ 7: <tr>
+ 8: <td class="queue"><%= link_to queue_name, queue_path(queue_name) %></td>
+ 9: <td class="size"><%= queue_size(queue_name) %></td>
+ redis (3.0.4) lib/redis/client.rb:276:in `rescue in establish_connection'
+ redis (3.0.4) lib/redis/client.rb:271:in `establish_connection'
+ redis (3.0.4) lib/redis/client.rb:69:in `connect'
+ redis (3.0.4) lib/redis/client.rb:290:in `ensure_connected'
+ redis (3.0.4) lib/redis/client.rb:177:in `block in process'
+ redis (3.0.4) lib/redis/client.rb:256:in `logging'
+ redis (3.0.4) lib/redis/client.rb:176:in `process'
+ redis (3.0.4) lib/redis/client.rb:84:in `call'
+ redis (3.0.4) lib/redis.rb:1247:in `block in smembers'
+ redis (3.0.4) lib/redis.rb:36:in `block in synchronize'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
+ redis (3.0.4) lib/redis.rb:36:in `synchronize'
+ redis (3.0.4) lib/redis.rb:1246:in `smembers'
+ redis-namespace (1.3.1) lib/redis/namespace.rb:317:in `method_missing'
+ /home/tony/.rvm/gems/ruby-2.0.0-p195/bundler/gems/resque-a57479d6c91c/lib/resque.rb:255:in `queues'
+ /home/tony/src/resque_web/app/helpers/resque_web/queues_helper.rb:14:in `queue_names'
+ /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb:6:in `__home_tony_src_resque_web_app_views_resque_web_queues__queues_basic_html_erb__4068212759421363379_29687000'
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
+ actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
+ /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb:4:in `__home_tony_src_resque_web_app_views_resque_web_queues__queues_html_erb__3714292920814748942_29616300'
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
+ actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
+ /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb:1:in `__home_tony_src_resque_web_app_views_resque_web_overview_show_html_erb__4548896401272422053_29585940'
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ /home/tony/src/resque_web/app/controllers/resque_web/overview_controller.rb:4:in `show'
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__1073236923866828126__process_action__callbacks'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1064113240564143650__call__callbacks'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (80.0ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (90.0ms)
+
+
+Started GET "/resque_web" for 127.0.0.1 at 2013-11-17 21:54:33 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.4ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.0ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (2.0ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (10.0ms)
+Completed 200 OK in 3240ms (Views: 3239.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
+
+
+Started GET "/resque_web/stats" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+Processing by ResqueWeb::StatsController#index as HTML
+Redirected to http://0.0.0.0:3000/resque_web/stats/resque
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/resque_web/stats/resque" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+Processing by ResqueWeb::StatsController#resque as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/stats/resque.html.erb within layouts/resque_web/application (3.3ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/resque_web/workers" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+Processing by ResqueWeb::WorkersController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/workers/index.html.erb within layouts/resque_web/application (3.9ms)
+Completed 200 OK in 35ms (Views: 31.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.4ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.1ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.9ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.6ms)
+Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
+
+
+Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:55:01 +0900
+Processing by ResqueWeb::OverviewController#show as TEXT
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (4.2ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (12.7ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (2.3ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb (30.9ms)
+Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:55:03 +0900
+Processing by ResqueWeb::OverviewController#show as TEXT
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.4ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (10.0ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.0ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb (23.1ms)
+Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.6ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.1ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.9ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.3ms)
+Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
+
+
+Started GET "/resque_web/working" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+Processing by ResqueWeb::WorkingController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.2ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/index.html.erb within layouts/resque_web/application (3.4ms)
+Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
+
+
+Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+Processing by ResqueWeb::FailuresController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (4.1ms)
+Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
+
+
+Started GET "/resque_web/queues" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+Processing by ResqueWeb::QueuesController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (2.6ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (4.9ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/index.html.erb within layouts/resque_web/application (6.7ms)
+Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
+
+
+Started GET "/resque_web/workers" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+Processing by ResqueWeb::WorkersController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/workers/index.html.erb within layouts/resque_web/application (1.9ms)
+Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/resque_web/stats" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+Processing by ResqueWeb::StatsController#index as HTML
+Redirected to http://0.0.0.0:3000/resque_web/stats/resque
+Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
+
+
+Started GET "/resque_web/stats/resque" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+Processing by ResqueWeb::StatsController#resque as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/stats/resque.html.erb within layouts/resque_web/application (2.8ms)
+Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
+
+
+Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.3ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.5ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.0ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.5ms)
+Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
+
+
+Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+Processing by ResqueWeb::FailuresController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (1.1ms)
+Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
+
+
+Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.5ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (4.7ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.0ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (8.1ms)
+Completed 200 OK in 28ms (Views: 28.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
+
+
+Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:59:28 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.6ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.4ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.7ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.3ms)
+Completed 200 OK in 83ms (Views: 82.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
+
+
+Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+Processing by ResqueWeb::FailuresController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (2.2ms)
+Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
+
+
+Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (2.8ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (3.7ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.9ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (7.9ms)
+Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
+
+
+Started GET "/resque_web/queues/scrape_imports" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+Processing by ResqueWeb::QueuesController#show as HTML
+ Parameters: {"id"=>"scrape_imports"}
+DEPRECATION WARNING: :confirm option is deprecated and will be removed from Rails 4.1. Use 'data: { confirm: 'Text' }' instead'. (called from block in __home_tony_src_resque_web_app_views_resque_web_queues_show_html_erb___4065436449074553365_31196780 at /home/tony/src/resque_web/app/views/resque_web/queues/show.html.erb:4)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/show.html.erb within layouts/resque_web/application (5.7ms)
+Completed 200 OK in 81ms (Views: 79.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
+
+
+Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+Processing by ResqueWeb::OverviewController#show as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.2ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (4.3ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.9ms)
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (6.6ms)
+Completed 200 OK in 55ms (Views: 54.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
+
+
+Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 22:00:07 +0900
+Processing by ResqueWeb::FailuresController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (2.0ms)
+Completed 500 Internal Server Error in 6ms
+
+ActionView::Template::Error (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)):
+ 4: <h1>Failed Jobs <%= "on '#{params[:queue]}'" if params[:queue] %> <%= "with class '#{params[:class]}'" if params[:class] %></h1>
+ 5: <% end %>
+ 6:
+ 7: <% unless failure_size.zero? %>
+ 8: <%= form_tag(destroy_all_failures_path(queue: params[:queue]), method: :delete) do %>
+ 9: <%= submit_tag "Clear #{failure_queue_name} Jobs", class: 'btn btn-danger', data: { confirm: "Are you sure you want to clear ALL #{failure_queue_name.downcase} jobs?" } %>
+ 10: <% if failure_size > failure_per_page %>
+ redis (3.0.4) lib/redis/client.rb:276:in `rescue in establish_connection'
+ redis (3.0.4) lib/redis/client.rb:271:in `establish_connection'
+ redis (3.0.4) lib/redis/client.rb:69:in `connect'
+ redis (3.0.4) lib/redis/client.rb:290:in `ensure_connected'
+ redis (3.0.4) lib/redis/client.rb:177:in `block in process'
+ redis (3.0.4) lib/redis/client.rb:256:in `logging'
+ redis (3.0.4) lib/redis/client.rb:176:in `process'
+ redis (3.0.4) lib/redis/client.rb:84:in `call'
+ redis (3.0.4) lib/redis.rb:891:in `block in llen'
+ redis (3.0.4) lib/redis.rb:36:in `block in synchronize'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
+ redis (3.0.4) lib/redis.rb:36:in `synchronize'
+ redis (3.0.4) lib/redis.rb:890:in `llen'
+ redis-namespace (1.3.1) lib/redis/namespace.rb:317:in `method_missing'
+ /home/tony/.rvm/gems/ruby-2.0.0-p195/bundler/gems/resque-a57479d6c91c/lib/resque/failure/redis.rb:28:in `count'
+ /home/tony/.rvm/gems/ruby-2.0.0-p195/bundler/gems/resque-a57479d6c91c/lib/resque/failure.rb:67:in `count'
+ /home/tony/src/resque_web/app/helpers/resque_web/failures_helper.rb:24:in `failure_size'
+ /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb:7:in `__home_tony_src_resque_web_app_views_resque_web_failures_index_html_erb__1968195043128449235_32574660'
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__3248273596927261245__process_action__callbacks'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1064113240564143650__call__callbacks'
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
+
+
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
+ Rendered /home/tony/.rvm/gems/ruby-2.0.0-p195/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.7ms)
+
+
+Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 22:00:12 +0900
+Processing by ResqueWeb::FailuresController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (1.8ms)
+Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
+
+
+Started GET "/resque_web/workers" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+Processing by ResqueWeb::WorkersController#index as HTML
+ Rendered /home/tony/src/resque_web/app/views/resque_web/workers/index.html.erb within layouts/resque_web/application (3.4ms)
+Completed 200 OK in 30ms (Views: 24.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
+
+
+Started GET "/resque" for 127.0.0.1 at 2014-01-06 07:21:36 +0900
+DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from irb_binding at (irb):47)
+DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from irb_binding at (irb):47)
+DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from irb_binding at (irb):47)