resque-web 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +13 -0
  3. data/app/assets/javascripts/resque_web/application.js +0 -89
  4. data/app/assets/javascripts/resque_web/failure.js.coffee +7 -0
  5. data/app/assets/javascripts/resque_web/polling.js.coffee +25 -0
  6. data/app/assets/javascripts/resque_web/relative_date.js.coffee +27 -0
  7. data/app/assets/stylesheets/resque_web/{bootstrap_and_overrides.css.erb → bootstrap_and_overrides.css.scss} +1 -1
  8. data/app/controllers/resque_web/application_controller.rb +2 -0
  9. data/app/controllers/resque_web/queues_controller.rb +5 -0
  10. data/app/controllers/resque_web/stats_controller.rb +24 -5
  11. data/app/controllers/resque_web/workers_controller.rb +6 -1
  12. data/app/controllers/resque_web/working_controller.rb +4 -0
  13. data/app/helpers/resque_web/application_helper.rb +10 -6
  14. data/app/helpers/resque_web/failures_helper.rb +4 -0
  15. data/app/views/layouts/resque_web/application.html.erb +1 -1
  16. data/app/views/resque_web/failures/index.html.erb +18 -19
  17. data/app/views/resque_web/queues/show.html.erb +2 -2
  18. data/app/views/resque_web/stats/keys.html.erb +2 -4
  19. data/config/routes.rb +5 -1
  20. data/lib/resque_web/engine.rb +5 -0
  21. data/lib/resque_web/version.rb +1 -1
  22. data/test/dummy/log/development.log +2148 -0
  23. data/test/dummy/log/test.log +12499 -0
  24. data/test/dummy/tmp/cache/assets/development/sass/3700e9ce5293267736ba97e0c26f3d47c0831f78/bootstrap_and_overrides.css.scssc +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/267d0243760c55e0ff8039158fbfa98d +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/27702049a9de2629f2ed91cdd31be59f +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/373b0c58027ae58f732cc7e48e62a522 +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/492baca6c94c6497c4cd84a8be19c680 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/4d22200fb380d8ae9d5f07525088622f +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/5a6bde0acfcefec77d80e353647b009d +0 -0
  31. data/test/dummy/tmp/cache/assets/development/sprockets/62048721da4f3b03c45790b988031b97 +0 -0
  32. data/test/dummy/tmp/cache/assets/development/sprockets/68ef5c7f933ca591803bc207c78523d2 +0 -0
  33. data/test/dummy/tmp/cache/assets/development/sprockets/7cc1cf7c3cfd0a98060c98f3854c2623 +0 -0
  34. data/test/dummy/tmp/cache/assets/development/sprockets/823cf0a4ada4a293acf5ea2c94d0fe51 +0 -0
  35. data/test/dummy/tmp/cache/assets/development/sprockets/8fbf100e961e22baca23d1850b41e4d5 +0 -0
  36. data/test/dummy/tmp/cache/assets/development/sprockets/a14b14c6f9b0cc8813ccef7ebe52b946 +0 -0
  37. data/test/dummy/tmp/cache/assets/development/sprockets/a476c44dad10844e0f468821badf02fd +0 -0
  38. data/test/dummy/tmp/cache/assets/development/sprockets/b32b680312dc848727e94d9a05750037 +0 -0
  39. data/test/dummy/tmp/cache/assets/development/sprockets/b6f28ccc1808230b8d7f937253be2112 +0 -0
  40. data/test/dummy/tmp/cache/assets/development/sprockets/ccbf15c47a87da505803a6a215148d3a +0 -0
  41. data/test/dummy/tmp/cache/assets/development/sprockets/d9f00b466d45c065d1281b100de9311f +0 -0
  42. data/test/dummy/tmp/cache/assets/development/sprockets/e05ff4f8801c918dc89fef1d37880568 +0 -0
  43. data/test/dummy/tmp/cache/assets/test/sass/3700e9ce5293267736ba97e0c26f3d47c0831f78/bootstrap_and_overrides.css.scssc +0 -0
  44. data/test/dummy/tmp/cache/assets/test/sprockets/02fc0f32ed6d2b2e5865bfdf79df6ae5 +0 -0
  45. data/test/dummy/tmp/cache/assets/test/sprockets/032c0d9725e6f257678ff460b7ec61da +0 -0
  46. data/test/dummy/tmp/cache/assets/test/sprockets/0351bddf9b742970e5e314f04138c3cf +0 -0
  47. data/test/dummy/tmp/cache/assets/test/sprockets/0b685878ca84b0dd82f9836bd70d7340 +0 -0
  48. data/test/dummy/tmp/cache/assets/test/sprockets/0fbf718cb07a27a132ae7edba954fb40 +0 -0
  49. data/test/dummy/tmp/cache/assets/test/sprockets/15ec19285d7eabe2154ec51a428dc21c +0 -0
  50. data/test/dummy/tmp/cache/assets/test/sprockets/195ca31a7cf5107a657fb2d90e8dc35c +0 -0
  51. data/test/dummy/tmp/cache/assets/test/sprockets/256f88a09b236d9ddbde7985826d274d +0 -0
  52. data/test/dummy/tmp/cache/assets/test/sprockets/267d0243760c55e0ff8039158fbfa98d +0 -0
  53. data/test/dummy/tmp/cache/assets/test/sprockets/27702049a9de2629f2ed91cdd31be59f +0 -0
  54. data/test/dummy/tmp/cache/assets/test/sprockets/29f5fe6a38dbf15c9c6540d227e466d8 +0 -0
  55. data/test/dummy/tmp/cache/assets/test/sprockets/2a9f8ccd705f08ca1a66ef68d0967655 +0 -0
  56. data/test/dummy/tmp/cache/assets/test/sprockets/2ab37c1672b566feb5086d1efce4ef06 +0 -0
  57. data/test/dummy/tmp/cache/assets/test/sprockets/2d13e89fb36400e53d9d1f772a7306d3 +0 -0
  58. data/test/dummy/tmp/cache/assets/test/sprockets/323ae466a976c736904d337e04a77f0f +0 -0
  59. data/test/dummy/tmp/cache/assets/test/sprockets/32fdb0387d5cd8aba5f0185f10ccaf6b +0 -0
  60. data/test/dummy/tmp/cache/assets/test/sprockets/3300fcbaadb94dfc76a5e15a917d2a5c +0 -0
  61. data/test/dummy/tmp/cache/assets/test/sprockets/3404b8d7ffc0f3f7fb3f8c09a820ae2d +0 -0
  62. data/test/dummy/tmp/cache/assets/test/sprockets/34e1f36ce83865719fa7b26a65e34fba +0 -0
  63. data/test/dummy/tmp/cache/assets/test/sprockets/373b0c58027ae58f732cc7e48e62a522 +0 -0
  64. data/test/dummy/tmp/cache/assets/test/sprockets/395fd7e9d9dd28f6a1a225902df3d1b3 +0 -0
  65. data/test/dummy/tmp/cache/assets/test/sprockets/3af7b9731ca77394a5e3cd5484e047b3 +0 -0
  66. data/test/dummy/tmp/cache/assets/test/sprockets/3b603e358acbce7d4e6c7e53be5a8414 +0 -0
  67. data/test/dummy/tmp/cache/assets/test/sprockets/404fe327fe27745a105909c9d0d7dc0e +0 -0
  68. data/test/dummy/tmp/cache/assets/test/sprockets/429d37a3143b763262f09380204b6e7e +0 -0
  69. data/test/dummy/tmp/cache/assets/test/sprockets/4703603e63c6b5332b1710c8f80df833 +0 -0
  70. data/test/dummy/tmp/cache/assets/test/sprockets/4830cd721ae6d64fb5a86d30393ab181 +0 -0
  71. data/test/dummy/tmp/cache/assets/test/sprockets/492baca6c94c6497c4cd84a8be19c680 +0 -0
  72. data/test/dummy/tmp/cache/assets/test/sprockets/4b4f58fffb5873ecfe6f0feb8eaa0de6 +0 -0
  73. data/test/dummy/tmp/cache/assets/test/sprockets/4d22200fb380d8ae9d5f07525088622f +0 -0
  74. data/test/dummy/tmp/cache/assets/test/sprockets/4db5ecfa8e71040f6b070f2fe5d8830a +0 -0
  75. data/test/dummy/tmp/cache/assets/test/sprockets/4ff25675e9d69ac5d68dff1d4372f3d1 +0 -0
  76. data/test/dummy/tmp/cache/assets/test/sprockets/57db68673f85a8f19a095060304788f1 +0 -0
  77. data/test/dummy/tmp/cache/assets/test/sprockets/58209bfedfa5a8913da17d9dfe378ee5 +0 -0
  78. data/test/dummy/tmp/cache/assets/test/sprockets/58c189068622a1bf78f759f8f7851143 +0 -0
  79. data/test/dummy/tmp/cache/assets/test/sprockets/5af3b0789d5082831e9eaa717c4f0c3e +0 -0
  80. data/test/dummy/tmp/cache/assets/test/sprockets/62566022f4deb51d6a7ebc74ed5e0077 +0 -0
  81. data/test/dummy/tmp/cache/assets/test/sprockets/64369bdb2598739d4b56d393e84a2fc2 +0 -0
  82. data/test/dummy/tmp/cache/assets/test/sprockets/64ea7d9eaa6f2720d29f54d945cf527e +0 -0
  83. data/test/dummy/tmp/cache/assets/test/sprockets/68ef5c7f933ca591803bc207c78523d2 +0 -0
  84. data/test/dummy/tmp/cache/assets/test/sprockets/6abca5d2fa4f208d859608aaab9a86aa +0 -0
  85. data/test/dummy/tmp/cache/assets/test/sprockets/6b333684cc88cc858701e0ff2a0fcc96 +0 -0
  86. data/test/dummy/tmp/cache/assets/test/sprockets/6ceaff99fe282a7a75bb97f927d693dd +0 -0
  87. data/test/dummy/tmp/cache/assets/test/sprockets/6e7acd6f7443db46070d24f98875e26b +0 -0
  88. data/test/dummy/tmp/cache/assets/test/sprockets/700f27aaa765d8d3752a1a26a0e2b6de +0 -0
  89. data/test/dummy/tmp/cache/assets/test/sprockets/718edbc6b6e91350bc4f9c696ba2eabe +0 -0
  90. data/test/dummy/tmp/cache/assets/test/sprockets/722f2a204ab15e0261bc526aa3ea4a3d +0 -0
  91. data/test/dummy/tmp/cache/assets/test/sprockets/79965bea5ecea07173592c30b2d7cd4a +0 -0
  92. data/test/dummy/tmp/cache/assets/test/sprockets/7a2aaf3f4f2464cab9a6a546516d6093 +0 -0
  93. data/test/dummy/tmp/cache/assets/test/sprockets/7cc1cf7c3cfd0a98060c98f3854c2623 +0 -0
  94. data/test/dummy/tmp/cache/assets/test/sprockets/7dcef8f4767eeae44ff2368ed119f80d +0 -0
  95. data/test/dummy/tmp/cache/assets/test/sprockets/7e982e844962031ecd1bfc047979da8e +0 -0
  96. data/test/dummy/tmp/cache/assets/test/sprockets/81cde34de1dc552dabbc5f1cb007756a +0 -0
  97. data/test/dummy/tmp/cache/assets/test/sprockets/822f558a291238c0e1243baa05dc0078 +0 -0
  98. data/test/dummy/tmp/cache/assets/test/sprockets/823cf0a4ada4a293acf5ea2c94d0fe51 +0 -0
  99. data/test/dummy/tmp/cache/assets/test/sprockets/8347d8bab74b0f7d886d8956383f9529 +0 -0
  100. data/test/dummy/tmp/cache/assets/test/sprockets/854305634174de2dfc6115e0d05de74a +0 -0
  101. data/test/dummy/tmp/cache/assets/test/sprockets/871f29c20b88dc490ec27567227d0ced +0 -0
  102. data/test/dummy/tmp/cache/assets/test/sprockets/8855c560fba1bd85e26f55568144a4d5 +0 -0
  103. data/test/dummy/tmp/cache/assets/test/sprockets/8d90527f6d78f66cd9a0e1b6d80540ea +0 -0
  104. data/test/dummy/tmp/cache/assets/test/sprockets/8db5e0838ccc7af599bed9d1583d9536 +0 -0
  105. data/test/dummy/tmp/cache/assets/test/sprockets/8e526dc1a43ba261ea96cc7d60a38f3f +0 -0
  106. data/test/dummy/tmp/cache/assets/test/sprockets/8ede852c2a9449d78c01e89499f273e5 +0 -0
  107. data/test/dummy/tmp/cache/assets/test/sprockets/8f0bb559073ecfcd453b2edf3b3942d9 +0 -0
  108. data/test/dummy/tmp/cache/assets/test/sprockets/8fbf100e961e22baca23d1850b41e4d5 +0 -0
  109. data/test/dummy/tmp/cache/assets/test/sprockets/90bf5c76a5b601d800906b8f3378cd4a +0 -0
  110. data/test/dummy/tmp/cache/assets/test/sprockets/946024650dc58c11ad04e5276406dbaf +0 -0
  111. data/test/dummy/tmp/cache/assets/test/sprockets/9950bbaad1c8200f7c5211be2ff9dde9 +0 -0
  112. data/test/dummy/tmp/cache/assets/test/sprockets/9ab5bb1f2843f449ae54518739b99fe0 +0 -0
  113. data/test/dummy/tmp/cache/assets/test/sprockets/9bae2543ee8034cbd1cb0dc7fdb66551 +0 -0
  114. data/test/dummy/tmp/cache/assets/test/sprockets/a476c44dad10844e0f468821badf02fd +0 -0
  115. data/test/dummy/tmp/cache/assets/test/sprockets/a491611d8a81efd7b36e6598d7164775 +0 -0
  116. data/test/dummy/tmp/cache/assets/test/sprockets/a5338dffdab56b5e26f8cb798f3d3fbd +0 -0
  117. data/test/dummy/tmp/cache/assets/test/sprockets/a86260e43f4af99c33552e1d15c1beff +0 -0
  118. data/test/dummy/tmp/cache/assets/test/sprockets/a8daa7ca89f875fa27015cfbed019daf +0 -0
  119. data/test/dummy/tmp/cache/assets/test/sprockets/a8ffd37644d986072d5bdb95109200fd +0 -0
  120. data/test/dummy/tmp/cache/assets/test/sprockets/a97936f8de2ec1ac226ff6adfa10c58a +0 -0
  121. data/test/dummy/tmp/cache/assets/test/sprockets/aa129daab62391fd5a7e4da2629c16c3 +0 -0
  122. data/test/dummy/tmp/cache/assets/test/sprockets/ab9f83c297cdf1b77e2757ac42bd046e +0 -0
  123. data/test/dummy/tmp/cache/assets/test/sprockets/ac46bc10e41a078e53c502585d18a2fd +0 -0
  124. data/test/dummy/tmp/cache/assets/test/sprockets/b32b680312dc848727e94d9a05750037 +0 -0
  125. data/test/dummy/tmp/cache/assets/test/sprockets/b66838b2bbafc524cb33bcf0245bb634 +0 -0
  126. data/test/dummy/tmp/cache/assets/test/sprockets/c14a109a9ad16a532a14457fd85ef40d +0 -0
  127. data/test/dummy/tmp/cache/assets/test/sprockets/c50a3882a8af8120296e694171a75a76 +0 -0
  128. data/test/dummy/tmp/cache/assets/test/sprockets/c7c8b271f30a25ebed6ed14122a73d8d +0 -0
  129. data/test/dummy/tmp/cache/assets/test/sprockets/c8d75f093577f5a4d8371b8097c1d2a0 +0 -0
  130. data/test/dummy/tmp/cache/assets/test/sprockets/c90e9c573e54b170859449cb2ceb3a7a +0 -0
  131. data/test/dummy/tmp/cache/assets/test/sprockets/ccbf15c47a87da505803a6a215148d3a +0 -0
  132. data/test/dummy/tmp/cache/assets/test/sprockets/d2c9ab6cb2ffab9203c49e8aa8a8638a +0 -0
  133. data/test/dummy/tmp/cache/assets/test/sprockets/d3347e44949d8909be6fb1d64cfb9967 +0 -0
  134. data/test/dummy/tmp/cache/assets/test/sprockets/d3b37b59d7bfbff886d5fe9196331477 +0 -0
  135. data/test/dummy/tmp/cache/assets/test/sprockets/d572fd50d855d3cfca311d6a7d613483 +0 -0
  136. data/test/dummy/tmp/cache/assets/test/sprockets/d9f00b466d45c065d1281b100de9311f +0 -0
  137. data/test/dummy/tmp/cache/assets/test/sprockets/da24d6ed6605c160606df54829bd2243 +0 -0
  138. data/test/dummy/tmp/cache/assets/test/sprockets/db86602761e31ddd6facdfdf79b09545 +0 -0
  139. data/test/dummy/tmp/cache/assets/test/sprockets/dc94fd89d95deffd26d73a2dc7839c5c +0 -0
  140. data/test/dummy/tmp/cache/assets/test/sprockets/de8c7c42ab9ce204bd092917cab19b7b +0 -0
  141. data/test/dummy/tmp/cache/assets/test/sprockets/df621608c5dbad64a79460c92a787133 +0 -0
  142. data/test/dummy/tmp/cache/assets/test/sprockets/df794e3dae763f3ff0c96f05147eadc6 +0 -0
  143. data/test/dummy/tmp/cache/assets/test/sprockets/e05ff4f8801c918dc89fef1d37880568 +0 -0
  144. data/test/dummy/tmp/cache/assets/test/sprockets/e48e226b900fedce58cd317408956ddf +0 -0
  145. data/test/dummy/tmp/cache/assets/test/sprockets/e49c4d8ec8434e5f0015f356cd1b9e62 +0 -0
  146. data/test/dummy/tmp/cache/assets/test/sprockets/e4b617370a479f0edc146ad94b472b46 +0 -0
  147. data/test/dummy/tmp/cache/assets/test/sprockets/e71835fce5a1cd93cf2d176e8d72c34a +0 -0
  148. data/test/dummy/tmp/cache/assets/test/sprockets/e8606c009704eb4d9fd929abafc4e24b +0 -0
  149. data/test/dummy/tmp/cache/assets/test/sprockets/efc408ad768caf0eccd8bf07e13bd0c3 +0 -0
  150. data/test/dummy/tmp/cache/assets/test/sprockets/f2f0052d6146026489e3d05e891e6fe9 +0 -0
  151. data/test/dummy/tmp/cache/assets/test/sprockets/f7334b050d787bac849d2728a2fd4b1f +0 -0
  152. data/test/dummy/tmp/cache/assets/test/sprockets/f81463d0d5bd6cf7d83cdaaaaf320dff +0 -0
  153. data/test/dummy/tmp/cache/assets/test/sprockets/fac0cf39deee2f9a7dc39c3123bd8648 +0 -0
  154. data/test/functional/queues_controller_test.rb +27 -6
  155. data/test/functional/stats_controller_test.rb +67 -4
  156. data/test/functional/workers_controller_test.rb +23 -4
  157. data/test/functional/working_controller_test.rb +16 -4
  158. data/test/integration/plugin_integration_test.rb +72 -0
  159. data/test/test_helper.rb +1 -1
  160. data/test/unit/helpers/failures_helper_test.rb +11 -0
  161. metadata +473 -244
  162. data/lib/resque_web/tabs.rb +0 -21
  163. data/test/dummy/tmp/pids/server.pid +0 -1
@@ -223060,3 +223060,2151 @@ Processing by ResqueWeb::OverviewController#show as TEXT
223060
223060
  Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.5ms)
223061
223061
  Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb (13.0ms)
223062
223062
  Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
223063
+
223064
+
223065
+ Started GET "/" for 127.0.0.1 at 2013-11-17 21:54:23 +0900
223066
+ Processing by Rails::WelcomeController#index as HTML
223067
+ 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)
223068
+ Completed 200 OK in 88ms (Views: 87.2ms | ActiveRecord: 0.0ms)
223069
+
223070
+
223071
+ Started GET "/resque" for 127.0.0.1 at 2013-11-17 21:54:26 +0900
223072
+
223073
+ ActionController::RoutingError (No route matches [GET] "/resque"):
223074
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
223075
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
223076
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
223077
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
223078
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
223079
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
223080
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
223081
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
223082
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
223083
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
223084
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
223085
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
223086
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
223087
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
223088
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
223089
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
223090
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
223091
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
223092
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
223093
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
223094
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
223095
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
223096
+
223097
+
223098
+ 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)
223099
+ 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)
223100
+ 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)
223101
+ 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)
223102
+ 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)
223103
+
223104
+
223105
+ Started GET "/resque_web" for 127.0.0.1 at 2013-11-17 21:54:28 +0900
223106
+ Processing by ResqueWeb::OverviewController#show as HTML
223107
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (23.5ms)
223108
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (30.8ms)
223109
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (34.5ms)
223110
+ Completed 500 Internal Server Error in 107ms
223111
+
223112
+ ActionView::Template::Error (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)):
223113
+ 3: <th>Name</th>
223114
+ 4: <th>Jobs</th>
223115
+ 5: </tr>
223116
+ 6: <% queue_names.each do |queue_name| %>
223117
+ 7: <tr>
223118
+ 8: <td class="queue"><%= link_to queue_name, queue_path(queue_name) %></td>
223119
+ 9: <td class="size"><%= queue_size(queue_name) %></td>
223120
+ redis (3.0.4) lib/redis/client.rb:276:in `rescue in establish_connection'
223121
+ redis (3.0.4) lib/redis/client.rb:271:in `establish_connection'
223122
+ redis (3.0.4) lib/redis/client.rb:69:in `connect'
223123
+ redis (3.0.4) lib/redis/client.rb:290:in `ensure_connected'
223124
+ redis (3.0.4) lib/redis/client.rb:177:in `block in process'
223125
+ redis (3.0.4) lib/redis/client.rb:256:in `logging'
223126
+ redis (3.0.4) lib/redis/client.rb:176:in `process'
223127
+ redis (3.0.4) lib/redis/client.rb:84:in `call'
223128
+ redis (3.0.4) lib/redis.rb:1247:in `block in smembers'
223129
+ redis (3.0.4) lib/redis.rb:36:in `block in synchronize'
223130
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
223131
+ redis (3.0.4) lib/redis.rb:36:in `synchronize'
223132
+ redis (3.0.4) lib/redis.rb:1246:in `smembers'
223133
+ redis-namespace (1.3.1) lib/redis/namespace.rb:317:in `method_missing'
223134
+ /home/tony/.rvm/gems/ruby-2.0.0-p195/bundler/gems/resque-a57479d6c91c/lib/resque.rb:255:in `queues'
223135
+ /home/tony/src/resque_web/app/helpers/resque_web/queues_helper.rb:14:in `queue_names'
223136
+ /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'
223137
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
223138
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
223139
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
223140
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
223141
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
223142
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
223143
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
223144
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
223145
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
223146
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
223147
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
223148
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
223149
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:21:in `render'
223150
+ actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:24:in `render'
223151
+ /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'
223152
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
223153
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
223154
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
223155
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial'
223156
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render'
223157
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
223158
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
223159
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
223160
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
223161
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
223162
+ actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render'
223163
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial'
223164
+ actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render'
223165
+ /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'
223166
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
223167
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
223168
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
223169
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
223170
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
223171
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
223172
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
223173
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
223174
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
223175
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
223176
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
223177
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
223178
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
223179
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
223180
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
223181
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
223182
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
223183
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
223184
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
223185
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
223186
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
223187
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
223188
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
223189
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
223190
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
223191
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
223192
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
223193
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
223194
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
223195
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
223196
+ /home/tony/src/resque_web/app/controllers/resque_web/overview_controller.rb:4:in `show'
223197
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
223198
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
223199
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
223200
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
223201
+ activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__1073236923866828126__process_action__callbacks'
223202
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
223203
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
223204
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
223205
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
223206
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
223207
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
223208
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
223209
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
223210
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
223211
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
223212
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
223213
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
223214
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
223215
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
223216
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
223217
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
223218
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
223219
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
223220
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
223221
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
223222
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
223223
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
223224
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
223225
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
223226
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
223227
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
223228
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
223229
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
223230
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
223231
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
223232
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
223233
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
223234
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
223235
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
223236
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
223237
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
223238
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
223239
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
223240
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
223241
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
223242
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1064113240564143650__call__callbacks'
223243
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
223244
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
223245
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
223246
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
223247
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
223248
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
223249
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
223250
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
223251
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
223252
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
223253
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
223254
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
223255
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
223256
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
223257
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
223258
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
223259
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
223260
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
223261
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
223262
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
223263
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
223264
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
223265
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
223266
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
223267
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
223268
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
223269
+
223270
+
223271
+ 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)
223272
+ 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)
223273
+ 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)
223274
+
223275
+
223276
+ Started GET "/resque_web" for 127.0.0.1 at 2013-11-17 21:54:33 +0900
223277
+ Processing by ResqueWeb::OverviewController#show as HTML
223278
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.4ms)
223279
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.0ms)
223280
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (2.0ms)
223281
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (10.0ms)
223282
+ Completed 200 OK in 3240ms (Views: 3239.5ms | ActiveRecord: 0.0ms)
223283
+
223284
+
223285
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223286
+
223287
+
223288
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223289
+
223290
+
223291
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223292
+
223293
+
223294
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223295
+
223296
+
223297
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223298
+
223299
+
223300
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223301
+
223302
+
223303
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223304
+
223305
+
223306
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223307
+
223308
+
223309
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223310
+
223311
+
223312
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223313
+
223314
+
223315
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223316
+
223317
+
223318
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223319
+
223320
+
223321
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223322
+
223323
+
223324
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223325
+
223326
+
223327
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223328
+
223329
+
223330
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223331
+
223332
+
223333
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223334
+
223335
+
223336
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223337
+
223338
+
223339
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223340
+
223341
+
223342
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223343
+
223344
+
223345
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223346
+
223347
+
223348
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223349
+
223350
+
223351
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223352
+
223353
+
223354
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223355
+
223356
+
223357
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223358
+
223359
+
223360
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223361
+
223362
+
223363
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:37 +0900
223364
+
223365
+
223366
+ Started GET "/resque_web/stats" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223367
+ Processing by ResqueWeb::StatsController#index as HTML
223368
+ Redirected to http://0.0.0.0:3000/resque_web/stats/resque
223369
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
223370
+
223371
+
223372
+ Started GET "/resque_web/stats/resque" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223373
+ Processing by ResqueWeb::StatsController#resque as HTML
223374
+ Rendered /home/tony/src/resque_web/app/views/resque_web/stats/resque.html.erb within layouts/resque_web/application (3.3ms)
223375
+ Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
223376
+
223377
+
223378
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223379
+
223380
+
223381
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223382
+
223383
+
223384
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223385
+
223386
+
223387
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223388
+
223389
+
223390
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223391
+
223392
+
223393
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223394
+
223395
+
223396
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:55 +0900
223397
+
223398
+
223399
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223400
+
223401
+
223402
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223403
+
223404
+
223405
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223406
+
223407
+
223408
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223409
+
223410
+
223411
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223412
+
223413
+
223414
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223415
+
223416
+
223417
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223418
+
223419
+
223420
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223421
+
223422
+
223423
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223424
+
223425
+
223426
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223427
+
223428
+
223429
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223430
+
223431
+
223432
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223433
+
223434
+
223435
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223436
+
223437
+
223438
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223439
+
223440
+
223441
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223442
+
223443
+
223444
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223445
+
223446
+
223447
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223448
+
223449
+
223450
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223451
+
223452
+
223453
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223454
+
223455
+
223456
+ Started GET "/resque_web/workers" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223457
+ Processing by ResqueWeb::WorkersController#index as HTML
223458
+ Rendered /home/tony/src/resque_web/app/views/resque_web/workers/index.html.erb within layouts/resque_web/application (3.9ms)
223459
+ Completed 200 OK in 35ms (Views: 31.0ms | ActiveRecord: 0.0ms)
223460
+
223461
+
223462
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223463
+
223464
+
223465
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223466
+
223467
+
223468
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223469
+
223470
+
223471
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223472
+
223473
+
223474
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223475
+
223476
+
223477
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:56 +0900
223478
+
223479
+
223480
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223481
+
223482
+
223483
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223484
+
223485
+
223486
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223487
+
223488
+
223489
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223490
+
223491
+
223492
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223493
+
223494
+
223495
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223496
+
223497
+
223498
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223499
+
223500
+
223501
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223502
+
223503
+
223504
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223505
+
223506
+
223507
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223508
+
223509
+
223510
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223511
+
223512
+
223513
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223514
+
223515
+
223516
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223517
+
223518
+
223519
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223520
+
223521
+
223522
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223523
+
223524
+
223525
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223526
+
223527
+
223528
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223529
+
223530
+
223531
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223532
+
223533
+
223534
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223535
+
223536
+
223537
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223538
+
223539
+
223540
+ Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223541
+ Processing by ResqueWeb::OverviewController#show as HTML
223542
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.4ms)
223543
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.1ms)
223544
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.9ms)
223545
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.6ms)
223546
+ Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.0ms)
223547
+
223548
+
223549
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223550
+
223551
+
223552
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223553
+
223554
+
223555
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223556
+
223557
+
223558
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223559
+
223560
+
223561
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223562
+
223563
+
223564
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223565
+
223566
+
223567
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223568
+
223569
+
223570
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223571
+
223572
+
223573
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223574
+
223575
+
223576
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223577
+
223578
+
223579
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223580
+
223581
+
223582
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223583
+
223584
+
223585
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223586
+
223587
+
223588
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223589
+
223590
+
223591
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223592
+
223593
+
223594
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223595
+
223596
+
223597
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223598
+
223599
+
223600
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223601
+
223602
+
223603
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223604
+
223605
+
223606
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223607
+
223608
+
223609
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223610
+
223611
+
223612
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223613
+
223614
+
223615
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223616
+
223617
+
223618
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223619
+
223620
+
223621
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223622
+
223623
+
223624
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:54:57 +0900
223625
+
223626
+
223627
+ Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:55:01 +0900
223628
+ Processing by ResqueWeb::OverviewController#show as TEXT
223629
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (4.2ms)
223630
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (12.7ms)
223631
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (2.3ms)
223632
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb (30.9ms)
223633
+ Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
223634
+
223635
+
223636
+ Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:55:03 +0900
223637
+ Processing by ResqueWeb::OverviewController#show as TEXT
223638
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.4ms)
223639
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (10.0ms)
223640
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.0ms)
223641
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb (23.1ms)
223642
+ Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms)
223643
+
223644
+
223645
+ Started GET "/resque_web/overview" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223646
+ Processing by ResqueWeb::OverviewController#show as HTML
223647
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.6ms)
223648
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.1ms)
223649
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.9ms)
223650
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.3ms)
223651
+ Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)
223652
+
223653
+
223654
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223655
+
223656
+
223657
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223658
+
223659
+
223660
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223661
+
223662
+
223663
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223664
+
223665
+
223666
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223667
+
223668
+
223669
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223670
+
223671
+
223672
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223673
+
223674
+
223675
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223676
+
223677
+
223678
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223679
+
223680
+
223681
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223682
+
223683
+
223684
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223685
+
223686
+
223687
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223688
+
223689
+
223690
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223691
+
223692
+
223693
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223694
+
223695
+
223696
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223697
+
223698
+
223699
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223700
+
223701
+
223702
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223703
+
223704
+
223705
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223706
+
223707
+
223708
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223709
+
223710
+
223711
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223712
+
223713
+
223714
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223715
+
223716
+
223717
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223718
+
223719
+
223720
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223721
+
223722
+
223723
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223724
+
223725
+
223726
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223727
+
223728
+
223729
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223730
+
223731
+
223732
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:04 +0900
223733
+
223734
+
223735
+ Started GET "/resque_web/working" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223736
+ Processing by ResqueWeb::WorkingController#index as HTML
223737
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.2ms)
223738
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/index.html.erb within layouts/resque_web/application (3.4ms)
223739
+ Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.0ms)
223740
+
223741
+
223742
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223743
+
223744
+
223745
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223746
+
223747
+
223748
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223749
+
223750
+
223751
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223752
+
223753
+
223754
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223755
+
223756
+
223757
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223758
+
223759
+
223760
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223761
+
223762
+
223763
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223764
+
223765
+
223766
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223767
+
223768
+
223769
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223770
+
223771
+
223772
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223773
+
223774
+
223775
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223776
+
223777
+
223778
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223779
+
223780
+
223781
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223782
+
223783
+
223784
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223785
+
223786
+
223787
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223788
+
223789
+
223790
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223791
+
223792
+
223793
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223794
+
223795
+
223796
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223797
+
223798
+
223799
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223800
+
223801
+
223802
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223803
+
223804
+
223805
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223806
+
223807
+
223808
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223809
+
223810
+
223811
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223812
+
223813
+
223814
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223815
+
223816
+
223817
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223818
+
223819
+
223820
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:05 +0900
223821
+
223822
+
223823
+ Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223824
+ Processing by ResqueWeb::FailuresController#index as HTML
223825
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (4.1ms)
223826
+ Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms)
223827
+
223828
+
223829
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223830
+
223831
+
223832
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223833
+
223834
+
223835
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223836
+
223837
+
223838
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223839
+
223840
+
223841
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223842
+
223843
+
223844
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223845
+
223846
+
223847
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223848
+
223849
+
223850
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223851
+
223852
+
223853
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223854
+
223855
+
223856
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223857
+
223858
+
223859
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223860
+
223861
+
223862
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223863
+
223864
+
223865
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223866
+
223867
+
223868
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223869
+
223870
+
223871
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223872
+
223873
+
223874
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223875
+
223876
+
223877
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223878
+
223879
+
223880
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223881
+
223882
+
223883
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223884
+
223885
+
223886
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223887
+
223888
+
223889
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223890
+
223891
+
223892
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223893
+
223894
+
223895
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223896
+
223897
+
223898
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223899
+
223900
+
223901
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223902
+
223903
+
223904
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223905
+
223906
+
223907
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:06 +0900
223908
+
223909
+
223910
+ Started GET "/resque_web/queues" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223911
+ Processing by ResqueWeb::QueuesController#index as HTML
223912
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (2.6ms)
223913
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (4.9ms)
223914
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/index.html.erb within layouts/resque_web/application (6.7ms)
223915
+ Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.0ms)
223916
+
223917
+
223918
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223919
+
223920
+
223921
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223922
+
223923
+
223924
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223925
+
223926
+
223927
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223928
+
223929
+
223930
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223931
+
223932
+
223933
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223934
+
223935
+
223936
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223937
+
223938
+
223939
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223940
+
223941
+
223942
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223943
+
223944
+
223945
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223946
+
223947
+
223948
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223949
+
223950
+
223951
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223952
+
223953
+
223954
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223955
+
223956
+
223957
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223958
+
223959
+
223960
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223961
+
223962
+
223963
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223964
+
223965
+
223966
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223967
+
223968
+
223969
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223970
+
223971
+
223972
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223973
+
223974
+
223975
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223976
+
223977
+
223978
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223979
+
223980
+
223981
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223982
+
223983
+
223984
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223985
+
223986
+
223987
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223988
+
223989
+
223990
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223991
+
223992
+
223993
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223994
+
223995
+
223996
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:07 +0900
223997
+
223998
+
223999
+ Started GET "/resque_web/workers" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224000
+ Processing by ResqueWeb::WorkersController#index as HTML
224001
+ Rendered /home/tony/src/resque_web/app/views/resque_web/workers/index.html.erb within layouts/resque_web/application (1.9ms)
224002
+ Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)
224003
+
224004
+
224005
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224006
+
224007
+
224008
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224009
+
224010
+
224011
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224012
+
224013
+
224014
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224015
+
224016
+
224017
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224018
+
224019
+
224020
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224021
+
224022
+
224023
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224024
+
224025
+
224026
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224027
+
224028
+
224029
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224030
+
224031
+
224032
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224033
+
224034
+
224035
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224036
+
224037
+
224038
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224039
+
224040
+
224041
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224042
+
224043
+
224044
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224045
+
224046
+
224047
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224048
+
224049
+
224050
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224051
+
224052
+
224053
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224054
+
224055
+
224056
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224057
+
224058
+
224059
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224060
+
224061
+
224062
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224063
+
224064
+
224065
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224066
+
224067
+
224068
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224069
+
224070
+
224071
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224072
+
224073
+
224074
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224075
+
224076
+
224077
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224078
+
224079
+
224080
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224081
+
224082
+
224083
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224084
+
224085
+
224086
+ Started GET "/resque_web/stats" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224087
+ Processing by ResqueWeb::StatsController#index as HTML
224088
+ Redirected to http://0.0.0.0:3000/resque_web/stats/resque
224089
+ Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
224090
+
224091
+
224092
+ Started GET "/resque_web/stats/resque" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224093
+ Processing by ResqueWeb::StatsController#resque as HTML
224094
+ Rendered /home/tony/src/resque_web/app/views/resque_web/stats/resque.html.erb within layouts/resque_web/application (2.8ms)
224095
+ Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms)
224096
+
224097
+
224098
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224099
+
224100
+
224101
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224102
+
224103
+
224104
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224105
+
224106
+
224107
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224108
+
224109
+
224110
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224111
+
224112
+
224113
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224114
+
224115
+
224116
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224117
+
224118
+
224119
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224120
+
224121
+
224122
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224123
+
224124
+
224125
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224126
+
224127
+
224128
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224129
+
224130
+
224131
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224132
+
224133
+
224134
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224135
+
224136
+
224137
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224138
+
224139
+
224140
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224141
+
224142
+
224143
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224144
+
224145
+
224146
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224147
+
224148
+
224149
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224150
+
224151
+
224152
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224153
+
224154
+
224155
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224156
+
224157
+
224158
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224159
+
224160
+
224161
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224162
+
224163
+
224164
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224165
+
224166
+
224167
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224168
+
224169
+
224170
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224171
+
224172
+
224173
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224174
+
224175
+
224176
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:08 +0900
224177
+
224178
+
224179
+ Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224180
+ Processing by ResqueWeb::OverviewController#show as HTML
224181
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.3ms)
224182
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.5ms)
224183
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.0ms)
224184
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.5ms)
224185
+ Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms)
224186
+
224187
+
224188
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224189
+
224190
+
224191
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224192
+
224193
+
224194
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224195
+
224196
+
224197
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224198
+
224199
+
224200
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224201
+
224202
+
224203
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224204
+
224205
+
224206
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224207
+
224208
+
224209
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224210
+
224211
+
224212
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224213
+
224214
+
224215
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224216
+
224217
+
224218
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224219
+
224220
+
224221
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224222
+
224223
+
224224
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224225
+
224226
+
224227
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224228
+
224229
+
224230
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224231
+
224232
+
224233
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224234
+
224235
+
224236
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224237
+
224238
+
224239
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224240
+
224241
+
224242
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224243
+
224244
+
224245
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224246
+
224247
+
224248
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224249
+
224250
+
224251
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224252
+
224253
+
224254
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224255
+
224256
+
224257
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224258
+
224259
+
224260
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224261
+
224262
+
224263
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224264
+
224265
+
224266
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:10 +0900
224267
+
224268
+
224269
+ Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224270
+ Processing by ResqueWeb::FailuresController#index as HTML
224271
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (1.1ms)
224272
+ Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
224273
+
224274
+
224275
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224276
+
224277
+
224278
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224279
+
224280
+
224281
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224282
+
224283
+
224284
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224285
+
224286
+
224287
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224288
+
224289
+
224290
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224291
+
224292
+
224293
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224294
+
224295
+
224296
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224297
+
224298
+
224299
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224300
+
224301
+
224302
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224303
+
224304
+
224305
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224306
+
224307
+
224308
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224309
+
224310
+
224311
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224312
+
224313
+
224314
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224315
+
224316
+
224317
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224318
+
224319
+
224320
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224321
+
224322
+
224323
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224324
+
224325
+
224326
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224327
+
224328
+
224329
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224330
+
224331
+
224332
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224333
+
224334
+
224335
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224336
+
224337
+
224338
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224339
+
224340
+
224341
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224342
+
224343
+
224344
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224345
+
224346
+
224347
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224348
+
224349
+
224350
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224351
+
224352
+
224353
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:20 +0900
224354
+
224355
+
224356
+ Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224357
+ Processing by ResqueWeb::OverviewController#show as HTML
224358
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.5ms)
224359
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (4.7ms)
224360
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.0ms)
224361
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (8.1ms)
224362
+ Completed 200 OK in 28ms (Views: 28.0ms | ActiveRecord: 0.0ms)
224363
+
224364
+
224365
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224366
+
224367
+
224368
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224369
+
224370
+
224371
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224372
+
224373
+
224374
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224375
+
224376
+
224377
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224378
+
224379
+
224380
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224381
+
224382
+
224383
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224384
+
224385
+
224386
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224387
+
224388
+
224389
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224390
+
224391
+
224392
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224393
+
224394
+
224395
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224396
+
224397
+
224398
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224399
+
224400
+
224401
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224402
+
224403
+
224404
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224405
+
224406
+
224407
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224408
+
224409
+
224410
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224411
+
224412
+
224413
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224414
+
224415
+
224416
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:21 +0900
224417
+
224418
+
224419
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224420
+
224421
+
224422
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224423
+
224424
+
224425
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224426
+
224427
+
224428
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224429
+
224430
+
224431
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224432
+
224433
+
224434
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224435
+
224436
+
224437
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224438
+
224439
+
224440
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224441
+
224442
+
224443
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:55:22 +0900
224444
+
224445
+
224446
+ Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:59:28 +0900
224447
+ Processing by ResqueWeb::OverviewController#show as HTML
224448
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.6ms)
224449
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (5.4ms)
224450
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.7ms)
224451
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (9.3ms)
224452
+ Completed 200 OK in 83ms (Views: 82.2ms | ActiveRecord: 0.0ms)
224453
+
224454
+
224455
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224456
+
224457
+
224458
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224459
+
224460
+
224461
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224462
+
224463
+
224464
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224465
+
224466
+
224467
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224468
+
224469
+
224470
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224471
+
224472
+
224473
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224474
+
224475
+
224476
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224477
+
224478
+
224479
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224480
+
224481
+
224482
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224483
+
224484
+
224485
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224486
+
224487
+
224488
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224489
+
224490
+
224491
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224492
+
224493
+
224494
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224495
+
224496
+
224497
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224498
+
224499
+
224500
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224501
+
224502
+
224503
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224504
+
224505
+
224506
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224507
+
224508
+
224509
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224510
+
224511
+
224512
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224513
+
224514
+
224515
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224516
+
224517
+
224518
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224519
+
224520
+
224521
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224522
+
224523
+
224524
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224525
+
224526
+
224527
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224528
+
224529
+
224530
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224531
+
224532
+
224533
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:29 +0900
224534
+
224535
+
224536
+ Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224537
+ Processing by ResqueWeb::FailuresController#index as HTML
224538
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (2.2ms)
224539
+ Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
224540
+
224541
+
224542
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224543
+
224544
+
224545
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224546
+
224547
+
224548
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224549
+
224550
+
224551
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224552
+
224553
+
224554
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224555
+
224556
+
224557
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224558
+
224559
+
224560
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224561
+
224562
+
224563
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224564
+
224565
+
224566
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224567
+
224568
+
224569
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224570
+
224571
+
224572
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224573
+
224574
+
224575
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224576
+
224577
+
224578
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224579
+
224580
+
224581
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224582
+
224583
+
224584
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224585
+
224586
+
224587
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224588
+
224589
+
224590
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224591
+
224592
+
224593
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224594
+
224595
+
224596
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224597
+
224598
+
224599
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224600
+
224601
+
224602
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224603
+
224604
+
224605
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224606
+
224607
+
224608
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224609
+
224610
+
224611
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224612
+
224613
+
224614
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224615
+
224616
+
224617
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224618
+
224619
+
224620
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:32 +0900
224621
+
224622
+
224623
+ Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224624
+ Processing by ResqueWeb::OverviewController#show as HTML
224625
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (2.8ms)
224626
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (3.7ms)
224627
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (1.9ms)
224628
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (7.9ms)
224629
+ Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.0ms)
224630
+
224631
+
224632
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224633
+
224634
+
224635
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224636
+
224637
+
224638
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224639
+
224640
+
224641
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224642
+
224643
+
224644
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224645
+
224646
+
224647
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224648
+
224649
+
224650
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224651
+
224652
+
224653
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224654
+
224655
+
224656
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224657
+
224658
+
224659
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224660
+
224661
+
224662
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224663
+
224664
+
224665
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224666
+
224667
+
224668
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224669
+
224670
+
224671
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224672
+
224673
+
224674
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224675
+
224676
+
224677
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224678
+
224679
+
224680
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224681
+
224682
+
224683
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224684
+
224685
+
224686
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224687
+
224688
+
224689
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224690
+
224691
+
224692
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224693
+
224694
+
224695
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224696
+
224697
+
224698
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224699
+
224700
+
224701
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224702
+
224703
+
224704
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224705
+
224706
+
224707
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224708
+
224709
+
224710
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:34 +0900
224711
+
224712
+
224713
+ Started GET "/resque_web/queues/scrape_imports" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224714
+ Processing by ResqueWeb::QueuesController#show as HTML
224715
+ Parameters: {"id"=>"scrape_imports"}
224716
+ 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)
224717
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/show.html.erb within layouts/resque_web/application (5.7ms)
224718
+ Completed 200 OK in 81ms (Views: 79.7ms | ActiveRecord: 0.0ms)
224719
+
224720
+
224721
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224722
+
224723
+
224724
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224725
+
224726
+
224727
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224728
+
224729
+
224730
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224731
+
224732
+
224733
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224734
+
224735
+
224736
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224737
+
224738
+
224739
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224740
+
224741
+
224742
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224743
+
224744
+
224745
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224746
+
224747
+
224748
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224749
+
224750
+
224751
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224752
+
224753
+
224754
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224755
+
224756
+
224757
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224758
+
224759
+
224760
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224761
+
224762
+
224763
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224764
+
224765
+
224766
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224767
+
224768
+
224769
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224770
+
224771
+
224772
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224773
+
224774
+
224775
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224776
+
224777
+
224778
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224779
+
224780
+
224781
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224782
+
224783
+
224784
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224785
+
224786
+
224787
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224788
+
224789
+
224790
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224791
+
224792
+
224793
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224794
+
224795
+
224796
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224797
+
224798
+
224799
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:36 +0900
224800
+
224801
+
224802
+ Started GET "/resque_web/" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224803
+ Processing by ResqueWeb::OverviewController#show as HTML
224804
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues_basic.html.erb (3.2ms)
224805
+ Rendered /home/tony/src/resque_web/app/views/resque_web/queues/_queues.html.erb (4.3ms)
224806
+ Rendered /home/tony/src/resque_web/app/views/resque_web/working/_working.html.erb (0.9ms)
224807
+ Rendered /home/tony/src/resque_web/app/views/resque_web/overview/show.html.erb within layouts/resque_web/application (6.6ms)
224808
+ Completed 200 OK in 55ms (Views: 54.8ms | ActiveRecord: 0.0ms)
224809
+
224810
+
224811
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224812
+
224813
+
224814
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224815
+
224816
+
224817
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224818
+
224819
+
224820
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224821
+
224822
+
224823
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224824
+
224825
+
224826
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224827
+
224828
+
224829
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224830
+
224831
+
224832
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224833
+
224834
+
224835
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224836
+
224837
+
224838
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224839
+
224840
+
224841
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224842
+
224843
+
224844
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224845
+
224846
+
224847
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224848
+
224849
+
224850
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224851
+
224852
+
224853
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224854
+
224855
+
224856
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224857
+
224858
+
224859
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224860
+
224861
+
224862
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224863
+
224864
+
224865
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224866
+
224867
+
224868
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224869
+
224870
+
224871
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224872
+
224873
+
224874
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224875
+
224876
+
224877
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224878
+
224879
+
224880
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224881
+
224882
+
224883
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224884
+
224885
+
224886
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224887
+
224888
+
224889
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 21:59:37 +0900
224890
+
224891
+
224892
+ Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 22:00:07 +0900
224893
+ Processing by ResqueWeb::FailuresController#index as HTML
224894
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (2.0ms)
224895
+ Completed 500 Internal Server Error in 6ms
224896
+
224897
+ ActionView::Template::Error (Error connecting to Redis on 127.0.0.1:6379 (ECONNREFUSED)):
224898
+ 4: <h1>Failed Jobs <%= "on '#{params[:queue]}'" if params[:queue] %> <%= "with class '#{params[:class]}'" if params[:class] %></h1>
224899
+ 5: <% end %>
224900
+ 6:
224901
+ 7: <% unless failure_size.zero? %>
224902
+ 8: <%= form_tag(destroy_all_failures_path(queue: params[:queue]), method: :delete) do %>
224903
+ 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?" } %>
224904
+ 10: <% if failure_size > failure_per_page %>
224905
+ redis (3.0.4) lib/redis/client.rb:276:in `rescue in establish_connection'
224906
+ redis (3.0.4) lib/redis/client.rb:271:in `establish_connection'
224907
+ redis (3.0.4) lib/redis/client.rb:69:in `connect'
224908
+ redis (3.0.4) lib/redis/client.rb:290:in `ensure_connected'
224909
+ redis (3.0.4) lib/redis/client.rb:177:in `block in process'
224910
+ redis (3.0.4) lib/redis/client.rb:256:in `logging'
224911
+ redis (3.0.4) lib/redis/client.rb:176:in `process'
224912
+ redis (3.0.4) lib/redis/client.rb:84:in `call'
224913
+ redis (3.0.4) lib/redis.rb:891:in `block in llen'
224914
+ redis (3.0.4) lib/redis.rb:36:in `block in synchronize'
224915
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
224916
+ redis (3.0.4) lib/redis.rb:36:in `synchronize'
224917
+ redis (3.0.4) lib/redis.rb:890:in `llen'
224918
+ redis-namespace (1.3.1) lib/redis/namespace.rb:317:in `method_missing'
224919
+ /home/tony/.rvm/gems/ruby-2.0.0-p195/bundler/gems/resque-a57479d6c91c/lib/resque/failure/redis.rb:28:in `count'
224920
+ /home/tony/.rvm/gems/ruby-2.0.0-p195/bundler/gems/resque-a57479d6c91c/lib/resque/failure.rb:67:in `count'
224921
+ /home/tony/src/resque_web/app/helpers/resque_web/failures_helper.rb:24:in `failure_size'
224922
+ /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'
224923
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
224924
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
224925
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
224926
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template'
224927
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
224928
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
224929
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
224930
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
224931
+ actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
224932
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template'
224933
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout'
224934
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
224935
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
224936
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
224937
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
224938
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
224939
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
224940
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
224941
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
224942
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
224943
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
224944
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
224945
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
224946
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
224947
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
224948
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
224949
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
224950
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
224951
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
224952
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
224953
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
224954
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
224955
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
224956
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
224957
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
224958
+ activesupport (4.0.0) lib/active_support/callbacks.rb:403:in `_run__3248273596927261245__process_action__callbacks'
224959
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
224960
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
224961
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
224962
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
224963
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
224964
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
224965
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
224966
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
224967
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
224968
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
224969
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
224970
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
224971
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
224972
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
224973
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
224974
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
224975
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
224976
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
224977
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
224978
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
224979
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
224980
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
224981
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
224982
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
224983
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
224984
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
224985
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
224986
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
224987
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
224988
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
224989
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
224990
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
224991
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
224992
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
224993
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
224994
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
224995
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
224996
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
224997
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
224998
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
224999
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1064113240564143650__call__callbacks'
225000
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
225001
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
225002
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
225003
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
225004
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
225005
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
225006
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
225007
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
225008
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
225009
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
225010
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
225011
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
225012
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
225013
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
225014
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
225015
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
225016
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
225017
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
225018
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
225019
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
225020
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
225021
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
225022
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
225023
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
225024
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
225025
+ /home/tony/.rvm/rubies/ruby-2.0.0-p195/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
225026
+
225027
+
225028
+ 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)
225029
+ 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)
225030
+ 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)
225031
+
225032
+
225033
+ Started GET "/resque_web/failures" for 127.0.0.1 at 2013-11-17 22:00:12 +0900
225034
+ Processing by ResqueWeb::FailuresController#index as HTML
225035
+ Rendered /home/tony/src/resque_web/app/views/resque_web/failures/index.html.erb within layouts/resque_web/application (1.8ms)
225036
+ Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.0ms)
225037
+
225038
+
225039
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225040
+
225041
+
225042
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225043
+
225044
+
225045
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225046
+
225047
+
225048
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225049
+
225050
+
225051
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225052
+
225053
+
225054
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225055
+
225056
+
225057
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225058
+
225059
+
225060
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225061
+
225062
+
225063
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225064
+
225065
+
225066
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225067
+
225068
+
225069
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225070
+
225071
+
225072
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225073
+
225074
+
225075
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225076
+
225077
+
225078
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225079
+
225080
+
225081
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225082
+
225083
+
225084
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225085
+
225086
+
225087
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225088
+
225089
+
225090
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225091
+
225092
+
225093
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225094
+
225095
+
225096
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225097
+
225098
+
225099
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225100
+
225101
+
225102
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225103
+
225104
+
225105
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225106
+
225107
+
225108
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225109
+
225110
+
225111
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225112
+
225113
+
225114
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225115
+
225116
+
225117
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 22:00:13 +0900
225118
+
225119
+
225120
+ Started GET "/resque_web/workers" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225121
+ Processing by ResqueWeb::WorkersController#index as HTML
225122
+ Rendered /home/tony/src/resque_web/app/views/resque_web/workers/index.html.erb within layouts/resque_web/application (3.4ms)
225123
+ Completed 200 OK in 30ms (Views: 24.2ms | ActiveRecord: 0.0ms)
225124
+
225125
+
225126
+ Started GET "/assets/resque_web/application.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225127
+
225128
+
225129
+ Started GET "/assets/twitter-bootstrap-static/bootstrap.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225130
+
225131
+
225132
+ Started GET "/assets/twitter-bootstrap-static/fontawesome.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225133
+
225134
+
225135
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225136
+
225137
+
225138
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225139
+
225140
+
225141
+ Started GET "/assets/resque_web/bootstrap_and_overrides.css?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225142
+
225143
+
225144
+ Started GET "/assets/twitter/bootstrap/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225145
+
225146
+
225147
+ Started GET "/assets/twitter/bootstrap/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225148
+
225149
+
225150
+ Started GET "/assets/twitter/bootstrap/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225151
+
225152
+
225153
+ Started GET "/assets/twitter/bootstrap/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225154
+
225155
+
225156
+ Started GET "/assets/twitter/bootstrap/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225157
+
225158
+
225159
+ Started GET "/assets/twitter/bootstrap/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225160
+
225161
+
225162
+ Started GET "/assets/twitter/bootstrap/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225163
+
225164
+
225165
+ Started GET "/assets/twitter/bootstrap/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225166
+
225167
+
225168
+ Started GET "/assets/twitter/bootstrap/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225169
+
225170
+
225171
+ Started GET "/assets/twitter/bootstrap/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225172
+
225173
+
225174
+ Started GET "/assets/twitter/bootstrap/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225175
+
225176
+
225177
+ Started GET "/assets/twitter/bootstrap/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225178
+
225179
+
225180
+ Started GET "/assets/twitter/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225181
+
225182
+
225183
+ Started GET "/assets/resque_web/jquery.relative-date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225184
+
225185
+
225186
+ Started GET "/assets/resque_web/failure.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225187
+
225188
+
225189
+ Started GET "/assets/resque_web/bootstrap.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225190
+
225191
+
225192
+ Started GET "/assets/resque_web/polling.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225193
+
225194
+
225195
+ Started GET "/assets/twitter/bootstrap/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225196
+
225197
+
225198
+ Started GET "/assets/resque_web/relative_date.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225199
+
225200
+
225201
+ Started GET "/assets/resque_web/application.js?body=1" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225202
+
225203
+
225204
+ Started GET "/assets/resque_web/lifebuoy.png" for 127.0.0.1 at 2013-11-17 22:00:16 +0900
225205
+
225206
+
225207
+ Started GET "/resque" for 127.0.0.1 at 2014-01-06 07:21:36 +0900
225208
+ DEPRECATION WARNING: ActionController::AbstractRequest and ActionController::Request are deprecated and will be removed, use ActionDispatch::Request instead. (called from irb_binding at (irb):47)
225209
+ DEPRECATION WARNING: ActionController::AbstractResponse and ActionController::Response are deprecated and will be removed, use ActionDispatch::Response instead. (called from irb_binding at (irb):47)
225210
+ DEPRECATION WARNING: ActionController::Routing is deprecated and will be removed, use ActionDispatch::Routing instead. (called from irb_binding at (irb):47)