delayed-web 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (165) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/delayed/web/application.css +8 -0
  3. data/app/controllers/delayed/web/jobs_controller.rb +5 -3
  4. data/app/views/delayed/web/jobs/index.html.erb +21 -15
  5. data/app/views/delayed/web/jobs/show.html.erb +16 -7
  6. data/app/views/layouts/delayed/web/application.html.erb +2 -2
  7. data/config/locales/en.yml +28 -0
  8. data/config/locales/fr.yml +38 -0
  9. data/lib/delayed/web/version.rb +1 -1
  10. data/spec/decorators/status_decorator_spec.rb +6 -6
  11. data/spec/dummy/{README.rdoc → README.md} +1 -5
  12. data/spec/dummy/Rakefile +2 -2
  13. data/spec/dummy/app/assets/config/manifest.js +3 -0
  14. data/spec/dummy/app/assets/javascripts/application.js +4 -4
  15. data/spec/dummy/app/assets/javascripts/cable.js +13 -0
  16. data/spec/dummy/app/assets/stylesheets/application.css +6 -4
  17. data/spec/dummy/app/channels/application_cable/channel.rb +4 -0
  18. data/spec/dummy/app/channels/application_cable/connection.rb +4 -0
  19. data/spec/dummy/app/controllers/application_controller.rb +0 -2
  20. data/spec/dummy/app/jobs/application_job.rb +2 -0
  21. data/spec/dummy/app/mailers/application_mailer.rb +4 -0
  22. data/spec/dummy/app/models/application_record.rb +3 -0
  23. data/spec/dummy/app/views/layouts/application.html.erb +9 -9
  24. data/spec/dummy/app/views/layouts/mailer.html.erb +13 -0
  25. data/spec/dummy/app/views/layouts/mailer.text.erb +1 -0
  26. data/spec/dummy/bin/rails +6 -1
  27. data/spec/dummy/bin/rake +5 -0
  28. data/spec/dummy/bin/setup +34 -0
  29. data/spec/dummy/bin/spring +16 -0
  30. data/spec/dummy/bin/update +29 -0
  31. data/spec/dummy/config/application.rb +3 -10
  32. data/spec/dummy/config/boot.rb +2 -4
  33. data/spec/dummy/config/cable.yml +9 -0
  34. data/spec/dummy/config/database.yml +8 -8
  35. data/spec/dummy/config/environment.rb +4 -4
  36. data/spec/dummy/config/environments/development.rb +30 -5
  37. data/spec/dummy/config/environments/production.rb +37 -31
  38. data/spec/dummy/config/environments/test.rb +10 -4
  39. data/spec/dummy/config/initializers/application_controller_renderer.rb +6 -0
  40. data/spec/dummy/config/initializers/assets.rb +11 -0
  41. data/spec/dummy/config/initializers/cookies_serializer.rb +5 -0
  42. data/spec/dummy/config/initializers/mime_types.rb +0 -1
  43. data/spec/dummy/config/initializers/new_framework_defaults.rb +24 -0
  44. data/spec/dummy/config/initializers/session_store.rb +1 -1
  45. data/spec/dummy/config/initializers/wrap_parameters.rb +2 -2
  46. data/spec/dummy/config/puma.rb +47 -0
  47. data/spec/dummy/config/routes.rb +1 -1
  48. data/spec/dummy/config/secrets.yml +22 -0
  49. data/spec/dummy/config/spring.rb +6 -0
  50. data/spec/dummy/config.ru +2 -1
  51. data/spec/dummy/db/seeds.rb +7 -0
  52. data/spec/dummy/db/test.sqlite3 +0 -0
  53. data/spec/dummy/log/test.log +204 -822
  54. data/spec/dummy/public/404.html +20 -11
  55. data/spec/dummy/public/422.html +20 -11
  56. data/spec/dummy/public/500.html +19 -10
  57. data/spec/dummy/{db/development.sqlite3 → public/apple-touch-icon-precomposed.png} +0 -0
  58. data/spec/dummy/public/apple-touch-icon.png +0 -0
  59. data/spec/dummy/public/robots.txt +5 -0
  60. data/spec/dummy/test/test_helper.rb +10 -0
  61. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3C/3Cv7jqr37B61r7fqwxWvd--aHzAB16IMAayHCdzN1_g.cache +1 -0
  62. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/3P/3PKL-ltD66Q5Y9oZm0JIpPFHZf75lkBmlVbk9n7WR6I.cache +1 -0
  63. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/4m/4mhHV_JRYhfjwQYZFG20cAO2Yv8z7cdZoRUlJ6owO1c.cache +0 -0
  64. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/5K/5KFS8PXte6qspqZGq4Ik9agJScJc_Ys1g-ixefnltcI.cache +0 -0
  65. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/6P/6PAdvLeS3DeB7LpcsFOb87bJzAYrddbvfuIAEqHxRr4.cache +0 -0
  66. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/8a/8a72QeNpJHbPUCGphl4N1wW0kFxMWXllo-u2nvciz74.cache +1 -0
  67. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/8j/8jv9XEWjObSlnBUb83DYk5lPSXy9JzGTdFjKmd_pOnw.cache +1 -0
  68. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/91/91TzEwUN0SsFLD2vmfQyv29OYasnYot7CrpPBeEOX44.cache +1 -0
  69. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/94/949JQGJfq12pGFPu4fF-q9Te6Wk7V2j7ksBgcFuUR8I.cache +1 -0
  70. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/AU/AUA3gS85bXpXsnslrgEO60kZzw3QKiEvPj34pmZZG6E.cache +1 -0
  71. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Ad/AdJT67m6XBdSd7gC1pokRugFBHboZeqqq3OYQ5dYWT0.cache +1 -0
  72. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/DX/DXG2b6gB-WaBv4wQGJdCQE__iNE63UVYxyNtcrAjCcU.cache +1 -0
  73. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/EW/EWoZeSbkURZ54Y5Szrj-sukzpD0HjCfzr0yrIeRePvo.cache +1 -0
  74. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/G5/G5-q7OsLYbfvD0s5M7s-KRg1SJnT2UzSkK2FNC9Q5VU.cache +1 -0
  75. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Gf/Gf0OYI2tDZrbozlwEYLC-iCsHnDbisQ0Y1xEY_wLHQg.cache +0 -0
  76. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Gn/Gn35l7xQ2vua3ieNdDqribJzx-BEva4QVF98P0ob8ZA.cache +2 -0
  77. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/K1/K1EkTPTNoxu6eLQ9AN3rQGQAbFnopRlTn0J5o445eRA.cache +1 -0
  78. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/KV/KVFOaVBVhJVQbMX6IXvE_1j6DLu6yKCfbB4FxcjP6R8.cache +0 -0
  79. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/P8/P8th7LiaH7S2vrLaIeLVGNk_T8iXKzaccxkFW3CQAGc.cache +1 -0
  80. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QK/QK67I6WH5soH3-BepjA7XSImEsgSqMD4zXIgLLE2JMg.cache +1 -0
  81. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QU/QUUCKuphTk6YAxxBa8_Kz0dYMxZU6P4dVIOBBaO4NMk.cache +1 -0
  82. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/QU/qUbGTe7jKhaorvxbqTXqKH45QNuaVWB1vZbQEwsOiR4.cache +0 -0
  83. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Rt/Rtpca6uY4Rs6zFrYCDsauwhzEs_P4gIvxIv2UMNrRxY.cache +1 -0
  84. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/Z-/Z-TJQeNfTEJ8EDXao6Nxlz48PZmi_xoRWfhfnGQ0NYU.cache +1 -0
  85. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ZB/ZBE8xH4uyHFRIJCj8LdXoNrTIjtnztMPZ7rcdqezogQ.cache +1 -0
  86. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/_a/_akHKvx-uMH9FmNErU3Vi5XcLCo7CJfh5rjcQNydnS8.cache +0 -0
  87. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aA/aAFx5TVwQU6iAk-JG8h_O5ngRr68qAsIwubnXKaIJGc.cache +0 -0
  88. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/aN/aNkMF8-xMh15Ab2-7tWDMjNhj6r6XEZmP5Jdhc8eAfw.cache +0 -0
  89. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ac/acIRZ_z48FdcAOlRAylyzdhcgpuOJGM9wchBfM56JUA.cache +1 -0
  90. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/az/azfjRgUybqVDwF2ot0VTGjDu55lsxZ1KypkR4OAaBZ0.cache +1 -0
  91. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/b_/b_Itlk9QZZd7Rvf8kcA4yLP1R5Acu7jB-m1xQiSU0qE.cache +2 -0
  92. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/cC/cCsxPpl4UrSeT4eOvOCA1uc6Hv8O32h1FEbOT_Xyhic.cache +1 -0
  93. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/eD/eD607zCIXcfyfzbBeuX-wWEWCsXHjGZlwSLjAfIZLN0.cache +1 -0
  94. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ej/ejS4QGmrI1_b-NTpODzgZDNC1VeMqcWVUFwMmkYUJUM.cache +1 -0
  95. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fN/fN3kKJby4MjN6bpexF6d-ldfTY7mcNfMdGZcLPHQTQ0.cache +3 -0
  96. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/fQ/fQeT1Xd0PzU7h5vFqcc2dgxx0-zzNtUOQ0vxvO6p-Tw.cache +0 -0
  97. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/h1/h1GU-0qeLya2pEHQgSzKD2IdYVhQLKu6VUJtByhHrZs.cache +0 -0
  98. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/iY/iYCcSDP0P68F8YrSBfhw2CtXelF6ro1TBe8K38pJQmg.cache +1 -0
  99. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/iq/iqzznIUPx7d7xkHjvH-OeZYqYPkQejSVuSY2OS0nt7I.cache +1 -0
  100. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ko/koHIVW7nx6NcIhPHn4z4VvmxCeqTZ3jsK0IdQJ1kcQM.cache +3 -0
  101. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/lu/lu0ZeR4Y_5i0x6PunBsAggQQ0aRHCEP5JHAYfsi-QhY.cache +1 -0
  102. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/lw/lwVgPtoEth0lVl-y7I4DEbAWHOneHZIoWd-b6F-4uNI.cache +2 -0
  103. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mO/mOObwfzdWhe0bB5sTXGPgimY8gUaCeZ3156FVFXhEPU.cache +1 -0
  104. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/mX/mX1nlsL_SWOB4y22W5FheRX0YEONKyOY7xUeIvRiHco.cache +2 -0
  105. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache +2 -0
  106. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache +2 -0
  107. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/oL/oLLF47_uZUr5PdnW7vWe5QNl6znWtaOcEWcLoaG3HLs.cache +1 -0
  108. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/od/odsKjb-ExbptlIaMkig5R2IwpYE0Xi29khsuiUpaAXs.cache +2 -0
  109. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/qs/qsTlkHl28VeA8BaZfNY_vDzzVNoADIYzzcnIHUMqElQ.cache +1 -0
  110. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/tF/tF9Dus_YFZMQCCuTOy40qRSzaxECyYo5TJjliTX_jCg.cache +1 -0
  111. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/ta/taYjIR014qAQkTP5H0sSSDX974Xnd2isdO_7-6RnCwA.cache +1 -0
  112. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/uc/uc7KL4vaO-70xczRU2iUQlCjFly9Ke-JBSGN1Cki1B4.cache +1 -0
  113. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache +2 -0
  114. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/xk/xkcbBc6Oe3RRvbySLku4lbT0q5k4EubOm2sJgtty-m4.cache +1 -0
  115. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/yS/ySAKuC_inmnTJ4KWuPxtM0se8oxcbNlkMkLonCLCZyQ.cache +1 -0
  116. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/yt/ytXZWiu2SP7inmw-oivEai4Ge9MrBLWwOk-zNBXPW7s.cache +1 -0
  117. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zC/zCpLCebmg1K8c35pbk4t5MWrNjY5Uqjzl-KD6XnfjR8.cache +2 -0
  118. data/spec/dummy/tmp/cache/assets/sprockets/v3.0/zz/zzIb-k4QN9TihbTa7_ky3UStcVAeCVv4xcQuObZaZlY.cache +1 -0
  119. data/spec/helpers/jobs_helper_spec.rb +1 -1
  120. data/spec/spec_helper.rb +0 -1
  121. metadata +175 -98
  122. data/spec/dummy/config/initializers/secret_token.rb +0 -12
  123. data/spec/dummy/log/development.log +0 -32486
  124. data/spec/dummy/tmp/cache/assets/development/sprockets/0332f562ff3e30cda56eb6010d3d4952 +0 -0
  125. data/spec/dummy/tmp/cache/assets/development/sprockets/075cd664f24b531d19fa91317ef97eec +0 -0
  126. data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  127. data/spec/dummy/tmp/cache/assets/development/sprockets/14530c1c82b7977b9d8c442d5954a6b1 +0 -0
  128. data/spec/dummy/tmp/cache/assets/development/sprockets/209d539bd215846261a8891dd525ec4a +0 -0
  129. data/spec/dummy/tmp/cache/assets/development/sprockets/2b6d7fa94bd05e45215f128721db34e3 +0 -0
  130. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  131. data/spec/dummy/tmp/cache/assets/development/sprockets/342153d354456f6627073c2b6271db5a +0 -0
  132. data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  133. data/spec/dummy/tmp/cache/assets/development/sprockets/3c9123c2b52806585f33904c0f3111b0 +0 -0
  134. data/spec/dummy/tmp/cache/assets/development/sprockets/4db6b13287795e859f19978360c1fd0e +0 -0
  135. data/spec/dummy/tmp/cache/assets/development/sprockets/5469cff1c301f3271083dfef71ab1794 +0 -0
  136. data/spec/dummy/tmp/cache/assets/development/sprockets/7437b83a2bf92170949593c06096d785 +0 -0
  137. data/spec/dummy/tmp/cache/assets/development/sprockets/8fa08b833277f69ba9c690fccd8f5702 +0 -0
  138. data/spec/dummy/tmp/cache/assets/development/sprockets/a44209b0d8d5c66ceeef04dacbc7cf1b +0 -0
  139. data/spec/dummy/tmp/cache/assets/development/sprockets/a5108c801777656bd9063abb9849ad55 +0 -0
  140. data/spec/dummy/tmp/cache/assets/development/sprockets/ad4f58431d190a3f58b681aa163b5979 +0 -0
  141. data/spec/dummy/tmp/cache/assets/development/sprockets/ae02292af637b0ca9807b59076a87282 +0 -0
  142. data/spec/dummy/tmp/cache/assets/development/sprockets/b6232d3fa8288b4d714ae250bf4e7acc +0 -0
  143. data/spec/dummy/tmp/cache/assets/development/sprockets/ba98100d11384e930583f1385f48a94b +0 -0
  144. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  145. data/spec/dummy/tmp/cache/assets/development/sprockets/d6e1313228ec89666a543b748171f6b6 +0 -0
  146. data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  147. data/spec/dummy/tmp/cache/assets/development/sprockets/d8f3c4e12078655828fafa63ef446a2e +0 -0
  148. data/spec/dummy/tmp/cache/assets/development/sprockets/e7905ee7f75f526588d5bed6996c2cde +0 -0
  149. data/spec/dummy/tmp/cache/assets/development/sprockets/ea9a9e3e949584a04377ce58b2fd61b6 +0 -0
  150. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  151. data/spec/dummy/tmp/cache/assets/test/sprockets/14530c1c82b7977b9d8c442d5954a6b1 +0 -0
  152. data/spec/dummy/tmp/cache/assets/test/sprockets/209d539bd215846261a8891dd525ec4a +0 -0
  153. data/spec/dummy/tmp/cache/assets/test/sprockets/2b6d7fa94bd05e45215f128721db34e3 +0 -0
  154. data/spec/dummy/tmp/cache/assets/test/sprockets/3c9123c2b52806585f33904c0f3111b0 +0 -0
  155. data/spec/dummy/tmp/cache/assets/test/sprockets/4db6b13287795e859f19978360c1fd0e +0 -0
  156. data/spec/dummy/tmp/cache/assets/test/sprockets/7437b83a2bf92170949593c06096d785 +0 -0
  157. data/spec/dummy/tmp/cache/assets/test/sprockets/8fa08b833277f69ba9c690fccd8f5702 +0 -0
  158. data/spec/dummy/tmp/cache/assets/test/sprockets/a44209b0d8d5c66ceeef04dacbc7cf1b +0 -0
  159. data/spec/dummy/tmp/cache/assets/test/sprockets/ad4f58431d190a3f58b681aa163b5979 +0 -0
  160. data/spec/dummy/tmp/cache/assets/test/sprockets/ae02292af637b0ca9807b59076a87282 +0 -0
  161. data/spec/dummy/tmp/cache/assets/test/sprockets/b6232d3fa8288b4d714ae250bf4e7acc +0 -0
  162. data/spec/dummy/tmp/cache/assets/test/sprockets/d6e1313228ec89666a543b748171f6b6 +0 -0
  163. data/spec/dummy/tmp/cache/assets/test/sprockets/d8f3c4e12078655828fafa63ef446a2e +0 -0
  164. data/spec/dummy/tmp/cache/assets/test/sprockets/e7905ee7f75f526588d5bed6996c2cde +0 -0
  165. data/spec/dummy/tmp/cache/assets/test/sprockets/ea9a9e3e949584a04377ce58b2fd61b6 +0 -0
@@ -1,927 +1,309 @@
1
- Started GET "/" for 127.0.0.1 at 2013-06-05 23:05:20 +1000
2
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:06:11 +1000
3
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:07:57 +1000
4
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:11:13 +1000
5
- Started GET "/" for 127.0.0.1 at 2013-06-05 23:18:51 +1000
6
- Started GET "/" for 127.0.0.1 at 2013-06-05 23:31:51 +1000
7
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:32:02 +1000
8
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:33:27 +1000
9
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:52:52 +1000
10
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:53:33 +1000
11
- Processing by Delayed::Dashboard::JobsController#show as HTML
12
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/show.html.erb (2.4ms)
13
- Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
14
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:54:47 +1000
15
- Processing by Delayed::Dashboard::JobsController#index as HTML
16
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (2.8ms)
17
- Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
18
- Started GET "/jobs" for 127.0.0.1 at 2013-06-05 23:55:50 +1000
19
- Processing by Delayed::Dashboard::JobsController#index as HTML
20
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (1.8ms)
21
- Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
22
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-05 23:55:50 +1000
23
- Processing by Delayed::Dashboard::JobsController#show as HTML
24
- Parameters: {"id"=>"1"}
25
- Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms)
26
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 20:34:25 +1000
27
- Processing by Delayed::Dashboard::JobsController#index as HTML
28
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (2.4ms)
29
- Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
30
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 20:34:25 +1000
31
- Processing by Delayed::Dashboard::JobsController#show as HTML
32
- Parameters: {"id"=>"1"}
33
- Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
34
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 20:47:08 +1000
35
- Processing by Delayed::Dashboard::JobsController#index as HTML
36
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (6.6ms)
37
- Completed 500 Internal Server Error in 17ms
38
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 20:47:08 +1000
39
- Processing by Delayed::Dashboard::JobsController#show as HTML
40
- Parameters: {"id"=>"1"}
41
- Completed 500 Internal Server Error in 4ms
42
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 20:47:44 +1000
43
- Processing by Delayed::Dashboard::JobsController#index as HTML
44
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (7.2ms)
45
- Completed 500 Internal Server Error in 18ms
46
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 20:47:44 +1000
47
- Processing by Delayed::Dashboard::JobsController#show as HTML
48
- Parameters: {"id"=>"1"}
49
- Completed 500 Internal Server Error in 4ms
50
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 20:49:36 +1000
51
- Processing by Delayed::Dashboard::JobsController#index as HTML
52
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (5.9ms)
53
- Completed 500 Internal Server Error in 16ms
54
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 20:49:36 +1000
55
- Processing by Delayed::Dashboard::JobsController#show as HTML
56
- Parameters: {"id"=>"1"}
57
- Completed 500 Internal Server Error in 4ms
58
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 20:50:07 +1000
59
- Processing by Delayed::Dashboard::JobsController#index as HTML
60
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb (2.3ms)
61
- Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)
62
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 20:50:07 +1000
63
- Processing by Delayed::Dashboard::JobsController#show as HTML
64
- Parameters: {"id"=>"1"}
65
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
66
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 22:39:27 +1000
67
- Processing by Delayed::Dashboard::JobsController#index as HTML
68
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/index.html.erb within layouts/delayed/dashboard/application (8.0ms)
69
- Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.0ms)
70
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 22:39:27 +1000
71
- Processing by Delayed::Dashboard::JobsController#show as HTML
72
- Parameters: {"id"=>"1"}
73
- Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
74
- Started GET "/jobs" for 127.0.0.1 at 2013-06-06 23:58:48 +1000
75
- Processing by Delayed::Dashboard::JobsController#index as HTML
76
- Completed 200 OK in 99ms (Views: 97.9ms | ActiveRecord: 0.0ms)
77
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-06 23:58:48 +1000
78
- Processing by Delayed::Dashboard::JobsController#show as HTML
79
- Parameters: {"id"=>"1"}
80
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
81
- Started GET "/jobs" for 127.0.0.1 at 2013-06-07 00:04:53 +1000
82
- Processing by Delayed::Dashboard::JobsController#index as HTML
83
- Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)
84
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-07 00:04:53 +1000
85
- Processing by Delayed::Dashboard::JobsController#show as HTML
86
- Parameters: {"id"=>"1"}
87
- Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
88
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-07 19:47:01 +1000
89
- Processing by Delayed::Dashboard::JobsController#show as HTML
90
- Parameters: {"id"=>"1"}
91
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/show.html.erb within layouts/delayed/dashboard/application (4.4ms)
92
- Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms)
93
- Started GET "/jobs" for 127.0.0.1 at 2013-06-07 19:47:01 +1000
94
- Processing by Delayed::Dashboard::JobsController#index as HTML
95
- Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
96
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-07 21:48:22 +1000
97
- Processing by Delayed::Dashboard::JobsController#show as HTML
98
- Parameters: {"id"=>"1"}
99
- Rendered /Users/Tate/Desktop/delayed-dashboard/app/views/delayed/dashboard/jobs/show.html.erb within layouts/delayed/dashboard/application (4.2ms)
100
- Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.0ms)
101
- Started GET "/jobs" for 127.0.0.1 at 2013-06-07 21:48:22 +1000
102
- Processing by Delayed::Dashboard::JobsController#index as HTML
103
- Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
104
- Started GET "/jobs" for 127.0.0.1 at 2013-06-07 22:34:36 +1000
105
- Processing by Delayed::Web::JobsController#index as HTML
106
- Completed 200 OK in 35ms (Views: 34.0ms | ActiveRecord: 0.0ms)
107
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-07 22:34:36 +1000
108
- Processing by Delayed::Web::JobsController#show as HTML
109
- Parameters: {"id"=>"1"}
110
- Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
111
- Started GET "/jobs" for 127.0.0.1 at 2013-06-07 23:28:47 +1000
112
- Processing by Delayed::Web::JobsController#index as HTML
113
- Completed 200 OK in 44ms (Views: 42.9ms | ActiveRecord: 0.0ms)
114
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-07 23:28:47 +1000
115
- Processing by Delayed::Web::JobsController#show as HTML
116
- Parameters: {"id"=>"1"}
117
- Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
118
- Started DELETE "/jobs/1" for 127.0.0.1 at 2013-06-11 23:27:42 +1000
119
- Processing by Delayed::Web::JobsController#destroy as HTML
120
- Parameters: {"id"=>"1"}
121
- Redirected to http://www.example.com/jobs
122
- Completed 302 Found in 29ms (ActiveRecord: 0.0ms)
123
- Started GET "/jobs/1" for 127.0.0.1 at 2013-06-11 23:27:42 +1000
124
- Processing by Delayed::Web::JobsController#show as HTML
125
- Parameters: {"id"=>"1"}
126
- Completed 200 OK in 88ms (Views: 87.2ms | ActiveRecord: 0.0ms)
127
- Started GET "/jobs" for 127.0.0.1 at 2013-06-11 23:27:42 +1000
128
- Processing by Delayed::Web::JobsController#index as HTML
129
- Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
130
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:09:40 +1000
131
- Processing by Delayed::Web::JobsController#index as HTML
132
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (9.9ms)
133
- Completed 200 OK in 58ms (Views: 57.5ms | ActiveRecord: 0.0ms)
134
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:09:41 +1000
135
- Processing by Delayed::Web::JobsController#show as HTML
136
- Parameters: {"id"=>"2"}
137
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.3ms)
138
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
139
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:10:00 +1000
140
- Processing by Delayed::Web::JobsController#index as HTML
141
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (7.8ms)
142
- Completed 200 OK in 47ms (Views: 46.6ms | ActiveRecord: 0.0ms)
143
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:10:01 +1000
144
- Processing by Delayed::Web::JobsController#show as HTML
145
- Parameters: {"id"=>"2"}
146
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.2ms)
147
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
148
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:00 +1000
149
- Processing by Delayed::Web::JobsController#show as HTML
150
- Parameters: {"id"=>"2"}
151
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (4.5ms)
152
- Completed 200 OK in 46ms (Views: 45.5ms | ActiveRecord: 0.0ms)
153
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:11:00 +1000
154
- Processing by Delayed::Web::JobsController#index as HTML
155
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (6.2ms)
156
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
157
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:00 +1000
158
- Processing by Delayed::Web::JobsController#show as HTML
159
- Parameters: {"id"=>"2"}
160
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.2ms)
161
- Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
162
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:11:12 +1000
163
- Processing by Delayed::Web::JobsController#index as HTML
164
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (8.4ms)
165
- Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.0ms)
166
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:12 +1000
167
- Processing by Delayed::Web::JobsController#show as HTML
168
- Parameters: {"id"=>"2"}
169
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.3ms)
170
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
171
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:12 +1000
172
- Processing by Delayed::Web::JobsController#show as HTML
173
- Parameters: {"id"=>"2"}
174
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.2ms)
175
- Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
176
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:12 +1000
177
- Processing by Delayed::Web::JobsController#destroy as HTML
178
- Parameters: {"id"=>"2"}
179
- Redirected to http://www.example.com/jobs
180
- Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
181
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:11:12 +1000
182
- Processing by Delayed::Web::JobsController#index as HTML
183
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.2ms)
184
- Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
185
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:11:30 +1000
186
- Processing by Delayed::Web::JobsController#index as HTML
187
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (7.8ms)
188
- Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)
189
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:30 +1000
190
- Processing by Delayed::Web::JobsController#show as HTML
191
- Parameters: {"id"=>"2"}
192
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.5ms)
193
- Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
194
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:30 +1000
195
- Processing by Delayed::Web::JobsController#show as HTML
196
- Parameters: {"id"=>"2"}
197
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.6ms)
198
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
199
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-12 00:11:30 +1000
200
- Processing by Delayed::Web::JobsController#destroy as HTML
201
- Parameters: {"id"=>"2"}
202
- Redirected to http://www.example.com/jobs
203
- Completed 302 Found in 71ms (ActiveRecord: 0.0ms)
204
- Started GET "/jobs" for 127.0.0.1 at 2013-06-12 00:11:30 +1000
205
- Processing by Delayed::Web::JobsController#index as HTML
206
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (3.9ms)
207
- Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
208
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:11:24 +1000
209
- Processing by Delayed::Web::JobsController#index as HTML
210
- Completed 200 OK in 124ms (Views: 123.6ms | ActiveRecord: 0.0ms)
211
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:11:24 +1000
212
- Processing by Delayed::Web::JobsController#show as HTML
213
- Parameters: {"id"=>"2"}
214
- Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
215
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:11:24 +1000
216
- Processing by Delayed::Web::JobsController#show as HTML
217
- Parameters: {"id"=>"2"}
218
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
219
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:11:24 +1000
220
- Processing by Delayed::Web::JobsController#destroy as HTML
221
- Parameters: {"id"=>"2"}
222
- Redirected to http://www.example.com/jobs
223
- Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
224
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:11:24 +1000
225
- Processing by Delayed::Web::JobsController#index as HTML
226
- Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
227
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:12:25 +1000
228
- Processing by Delayed::Web::JobsController#show as HTML
229
- Parameters: {"id"=>"2"}
230
- Completed 200 OK in 46ms (Views: 45.4ms | ActiveRecord: 0.0ms)
231
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:12:25 +1000
232
- Processing by Delayed::Web::JobsController#destroy as HTML
233
- Parameters: {"id"=>"2"}
234
- Redirected to http://www.example.com/jobs
235
- Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
236
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:12:25 +1000
237
- Processing by Delayed::Web::JobsController#index as HTML
238
- Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
239
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:12:25 +1000
240
- Processing by Delayed::Web::JobsController#index as HTML
241
- Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
242
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:12:25 +1000
243
- Processing by Delayed::Web::JobsController#show as HTML
244
- Parameters: {"id"=>"2"}
245
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
246
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:07 +1000
247
- Processing by Delayed::Web::JobsController#show as HTML
248
- Parameters: {"id"=>"2"}
249
- Completed 200 OK in 107ms (Views: 106.5ms | ActiveRecord: 0.0ms)
250
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:13:07 +1000
251
- Processing by Delayed::Web::JobsController#index as HTML
252
- Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
253
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:07 +1000
254
- Processing by Delayed::Web::JobsController#show as HTML
255
- Parameters: {"id"=>"2"}
256
- Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
257
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:07 +1000
258
- Processing by Delayed::Web::JobsController#show as HTML
259
- Parameters: {"id"=>"2"}
260
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
261
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:07 +1000
262
- Processing by Delayed::Web::JobsController#destroy as HTML
263
- Parameters: {"id"=>"2"}
264
- Redirected to http://www.example.com/jobs
265
- Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
266
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:13:07 +1000
267
- Processing by Delayed::Web::JobsController#index as HTML
268
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
269
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
270
- Processing by Delayed::Web::JobsController#show as HTML
271
- Parameters: {"id"=>"2"}
272
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (4.7ms)
273
- Completed 200 OK in 55ms (Views: 54.3ms | ActiveRecord: 0.0ms)
274
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
275
- Processing by Delayed::Web::JobsController#destroy as HTML
276
- Parameters: {"id"=>"2"}
277
- Redirected to http://www.example.com/jobs
278
- Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
279
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
280
- Processing by Delayed::Web::JobsController#index as HTML
281
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (8.1ms)
282
- Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
283
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
284
- Processing by Delayed::Web::JobsController#show as HTML
285
- Parameters: {"id"=>"2"}
286
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.2ms)
287
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
288
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
289
- Processing by Delayed::Web::JobsController#queue as HTML
290
- Parameters: {"id"=>"2"}
291
- Redirected to http://www.example.com/jobs
292
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
293
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
294
- Processing by Delayed::Web::JobsController#index as HTML
295
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.1ms)
296
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
297
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
298
- Processing by Delayed::Web::JobsController#index as HTML
299
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.0ms)
300
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
301
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:13:29 +1000
302
- Processing by Delayed::Web::JobsController#show as HTML
303
- Parameters: {"id"=>"2"}
304
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.8ms)
305
- Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
306
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
307
- Processing by Delayed::Web::JobsController#index as HTML
308
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (81.1ms)
309
- Completed 200 OK in 123ms (Views: 122.7ms | ActiveRecord: 0.0ms)
310
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
311
- Processing by Delayed::Web::JobsController#show as HTML
312
- Parameters: {"id"=>"2"}
313
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (4.9ms)
314
- Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
315
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
316
- Processing by Delayed::Web::JobsController#show as HTML
317
- Parameters: {"id"=>"2"}
318
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.3ms)
319
- Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
320
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
321
- Processing by Delayed::Web::JobsController#destroy as HTML
322
- Parameters: {"id"=>"2"}
323
- Redirected to http://www.example.com/jobs
324
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
325
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
326
- Processing by Delayed::Web::JobsController#index as HTML
327
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (7.1ms)
328
- Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
329
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
330
- Processing by Delayed::Web::JobsController#show as HTML
331
- Parameters: {"id"=>"2"}
332
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.2ms)
333
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
334
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
335
- Processing by Delayed::Web::JobsController#queue as HTML
336
- Parameters: {"id"=>"2"}
337
- Redirected to http://www.example.com/jobs
338
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
339
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:15:04 +1000
340
- Processing by Delayed::Web::JobsController#index as HTML
341
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.0ms)
342
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
343
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
344
- Processing by Delayed::Web::JobsController#index as HTML
345
- Completed 200 OK in 54ms (Views: 53.4ms | ActiveRecord: 0.0ms)
346
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
347
- Processing by Delayed::Web::JobsController#show as HTML
348
- Parameters: {"id"=>"2"}
349
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
350
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
351
- Processing by Delayed::Web::JobsController#show as HTML
352
- Parameters: {"id"=>"2"}
353
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
354
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
355
- Processing by Delayed::Web::JobsController#queue as HTML
356
- Parameters: {"id"=>"2"}
357
- Redirected to http://www.example.com/jobs
358
- Completed 302 Found in 11ms (ActiveRecord: 0.0ms)
359
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
360
- Processing by Delayed::Web::JobsController#index as HTML
361
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
362
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
363
- Processing by Delayed::Web::JobsController#show as HTML
364
- Parameters: {"id"=>"2"}
365
- Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
366
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
367
- Processing by Delayed::Web::JobsController#destroy as HTML
368
- Parameters: {"id"=>"2"}
369
- Redirected to http://www.example.com/jobs
370
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
371
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:22:11 +1000
372
- Processing by Delayed::Web::JobsController#index as HTML
373
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
374
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
375
- Processing by Delayed::Web::JobsController#index as HTML
376
- Completed 200 OK in 48ms (Views: 47.6ms | ActiveRecord: 0.0ms)
377
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
378
- Processing by Delayed::Web::JobsController#show as HTML
379
- Parameters: {"id"=>"2"}
380
- Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
381
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
382
- Processing by Delayed::Web::JobsController#show as HTML
383
- Parameters: {"id"=>"2"}
384
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
385
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
386
- Processing by Delayed::Web::JobsController#queue as HTML
387
- Parameters: {"id"=>"2"}
388
- Redirected to http://www.example.com/jobs
389
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
390
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
391
- Processing by Delayed::Web::JobsController#index as HTML
392
- Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
393
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
394
- Processing by Delayed::Web::JobsController#show as HTML
395
- Parameters: {"id"=>"2"}
396
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
397
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
398
- Processing by Delayed::Web::JobsController#destroy as HTML
399
- Parameters: {"id"=>"2"}
400
- Redirected to http://www.example.com/jobs
401
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
402
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:22:50 +1000
403
- Processing by Delayed::Web::JobsController#index as HTML
404
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
405
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:23:28 +1000
406
- Processing by Delayed::Web::JobsController#index as HTML
407
- Completed 200 OK in 110ms (Views: 109.6ms | ActiveRecord: 0.0ms)
408
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:28 +1000
409
- Processing by Delayed::Web::JobsController#show as HTML
410
- Parameters: {"id"=>"2"}
411
- Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
412
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:28 +1000
413
- Processing by Delayed::Web::JobsController#show as HTML
414
- Parameters: {"id"=>"2"}
415
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
416
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:28 +1000
417
- Processing by Delayed::Web::JobsController#destroy as HTML
418
- Parameters: {"id"=>"2"}
419
- Redirected to http://www.example.com/jobs
420
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
421
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:23:28 +1000
422
- Processing by Delayed::Web::JobsController#index as HTML
423
- Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
424
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:29 +1000
425
- Processing by Delayed::Web::JobsController#show as HTML
426
- Parameters: {"id"=>"2"}
427
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
428
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:23:29 +1000
429
- Processing by Delayed::Web::JobsController#queue as HTML
430
- Parameters: {"id"=>"2"}
431
- Redirected to http://www.example.com/jobs
432
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
433
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:23:29 +1000
434
- Processing by Delayed::Web::JobsController#index as HTML
435
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
436
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
437
- Processing by Delayed::Web::JobsController#show as HTML
438
- Parameters: {"id"=>"2"}
439
- Completed 200 OK in 104ms (Views: 103.8ms | ActiveRecord: 0.0ms)
440
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
441
- Processing by Delayed::Web::JobsController#destroy as HTML
442
- Parameters: {"id"=>"2"}
443
- Redirected to http://www.example.com/jobs
444
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
445
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
446
- Processing by Delayed::Web::JobsController#index as HTML
447
- Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
448
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
1
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-26 21:51:10 +1000
449
2
  Processing by Delayed::Web::JobsController#show as HTML
450
3
  Parameters: {"id"=>"2"}
451
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
452
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
453
- Processing by Delayed::Web::JobsController#queue as HTML
454
- Parameters: {"id"=>"2"}
455
- Redirected to http://www.example.com/jobs
456
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
457
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
4
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
5
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (6.9ms)
6
+ Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)
7
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-26 21:51:10 +1000
458
8
  Processing by Delayed::Web::JobsController#index as HTML
459
- Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
460
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
461
- Processing by Delayed::Web::JobsController#index as HTML
462
- Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
463
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:23:41 +1000
9
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
10
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (3.3ms)
11
+ Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
12
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-26 21:51:10 +1000
464
13
  Processing by Delayed::Web::JobsController#show as HTML
465
14
  Parameters: {"id"=>"2"}
466
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
467
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:24:06 +1000
15
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
16
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (4.3ms)
17
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
18
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-26 21:52:28 +1000
468
19
  Processing by Delayed::Web::JobsController#index as HTML
469
- Completed 200 OK in 106ms (Views: 105.3ms | ActiveRecord: 0.0ms)
470
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
471
- Processing by Delayed::Web::JobsController#show as HTML
472
- Parameters: {"id"=>"2"}
473
- Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
474
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
20
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
21
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (7.4ms)
22
+ Completed 500 Internal Server Error in 175ms (ActiveRecord: 0.0ms)
23
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-26 21:52:28 +1000
475
24
  Processing by Delayed::Web::JobsController#show as HTML
476
25
  Parameters: {"id"=>"2"}
477
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
478
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
479
- Processing by Delayed::Web::JobsController#destroy as HTML
480
- Parameters: {"id"=>"2"}
481
- Redirected to http://www.example.com/jobs
482
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
483
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
484
- Processing by Delayed::Web::JobsController#index as HTML
485
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
486
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
26
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
27
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.1ms)
28
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
29
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-26 21:52:28 +1000
487
30
  Processing by Delayed::Web::JobsController#show as HTML
488
31
  Parameters: {"id"=>"2"}
489
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
490
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
491
- Processing by Delayed::Web::JobsController#queue as HTML
492
- Parameters: {"id"=>"2"}
493
- Redirected to http://www.example.com/jobs
494
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
495
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:24:07 +1000
496
- Processing by Delayed::Web::JobsController#index as HTML
497
- Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
498
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
32
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
33
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
34
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
35
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:25:23 +1000
499
36
  Processing by Delayed::Web::JobsController#show as HTML
500
37
  Parameters: {"id"=>"2"}
501
- Completed 200 OK in 42ms (Views: 41.5ms | ActiveRecord: 0.0ms)
502
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
503
- Processing by Delayed::Web::JobsController#destroy as HTML
504
- Parameters: {"id"=>"2"}
505
- Redirected to http://www.example.com/jobs
506
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
507
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
38
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
39
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (5.5ms)
40
+ Completed 500 Internal Server Error in 146ms (ActiveRecord: 0.0ms)
41
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:25:23 +1000
508
42
  Processing by Delayed::Web::JobsController#index as HTML
509
- Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
510
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
511
- Processing by Delayed::Web::JobsController#index as HTML
512
- Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
513
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
514
- Processing by Delayed::Web::JobsController#show as HTML
515
- Parameters: {"id"=>"2"}
516
- Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
517
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
43
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
44
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (2.1ms)
45
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
46
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:25:23 +1000
518
47
  Processing by Delayed::Web::JobsController#show as HTML
519
48
  Parameters: {"id"=>"2"}
520
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
521
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
522
- Processing by Delayed::Web::JobsController#queue as HTML
523
- Parameters: {"id"=>"2"}
524
- Redirected to http://www.example.com/jobs
525
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
526
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:25:56 +1000
527
- Processing by Delayed::Web::JobsController#index as HTML
528
- Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
529
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
49
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
50
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.1ms)
51
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
52
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
530
53
  Processing by Delayed::Web::JobsController#show as HTML
531
54
  Parameters: {"id"=>"2"}
532
- Completed 200 OK in 44ms (Views: 43.6ms | ActiveRecord: 0.0ms)
533
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
55
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
56
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (3.7ms)
57
+ Completed 200 OK in 178ms (Views: 176.5ms | ActiveRecord: 0.0ms)
58
+ Started DELETE "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
534
59
  Processing by Delayed::Web::JobsController#destroy as HTML
535
60
  Parameters: {"id"=>"2"}
536
61
  Redirected to http://www.example.com/jobs
537
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
538
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
539
- Processing by Delayed::Web::JobsController#index as HTML
540
- Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
541
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
542
- Processing by Delayed::Web::JobsController#show as HTML
543
- Parameters: {"id"=>"2"}
544
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
545
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
546
- Processing by Delayed::Web::JobsController#queue as HTML
547
- Parameters: {"id"=>"2"}
548
- Redirected to http://www.example.com/jobs
549
- Completed 302 Found in 2ms (ActiveRecord: 0.0ms)
550
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
62
+ Completed 302 Found in 6ms (ActiveRecord: 0.0ms)
63
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
551
64
  Processing by Delayed::Web::JobsController#index as HTML
552
- Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
553
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
65
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
66
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
67
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
68
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
554
69
  Processing by Delayed::Web::JobsController#index as HTML
555
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
556
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:41 +1000
70
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
71
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
72
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
73
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
557
74
  Processing by Delayed::Web::JobsController#show as HTML
558
75
  Parameters: {"id"=>"2"}
559
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
560
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
76
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
77
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
78
+ Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)
79
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
561
80
  Processing by Delayed::Web::JobsController#show as HTML
562
81
  Parameters: {"id"=>"2"}
563
- Completed 200 OK in 103ms (Views: 102.2ms | ActiveRecord: 0.0ms)
564
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
82
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
83
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
84
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
85
+ Started PUT "/jobs/2/queue" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
565
86
  Processing by Delayed::Web::JobsController#queue as HTML
566
87
  Parameters: {"id"=>"2"}
567
88
  Redirected to http://www.example.com/jobs
568
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
569
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
570
- Processing by Delayed::Web::JobsController#index as HTML
571
- Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms)
572
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
573
- Processing by Delayed::Web::JobsController#show as HTML
574
- Parameters: {"id"=>"2"}
575
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
576
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
577
- Processing by Delayed::Web::JobsController#destroy as HTML
578
- Parameters: {"id"=>"2"}
579
- Redirected to http://www.example.com/jobs
580
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
581
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
582
- Processing by Delayed::Web::JobsController#index as HTML
583
- Completed 200 OK in 5ms (Views: 5.3ms | ActiveRecord: 0.0ms)
584
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
89
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
90
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:26:08 +1000
585
91
  Processing by Delayed::Web::JobsController#index as HTML
586
- Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
587
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:26:57 +1000
588
- Processing by Delayed::Web::JobsController#show as HTML
589
- Parameters: {"id"=>"2"}
590
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
591
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:27:12 +1000
592
- Processing by Delayed::Web::JobsController#index as HTML
593
- Completed 200 OK in 54ms (Views: 53.8ms | ActiveRecord: 0.0ms)
594
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
595
- Processing by Delayed::Web::JobsController#show as HTML
596
- Parameters: {"id"=>"2"}
597
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
598
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
599
- Processing by Delayed::Web::JobsController#show as HTML
600
- Parameters: {"id"=>"2"}
601
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
602
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
603
- Processing by Delayed::Web::JobsController#destroy as HTML
604
- Parameters: {"id"=>"2"}
605
- Redirected to http://www.example.com/jobs
606
- Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
607
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
92
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
93
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (3.2ms)
94
+ Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.0ms)
95
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:26:50 +1000
608
96
  Processing by Delayed::Web::JobsController#index as HTML
609
- Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
610
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
97
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
98
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (6.6ms)
99
+ Completed 200 OK in 137ms (Views: 135.5ms | ActiveRecord: 0.0ms)
100
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
611
101
  Processing by Delayed::Web::JobsController#show as HTML
612
102
  Parameters: {"id"=>"2"}
613
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
614
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
615
- Processing by Delayed::Web::JobsController#queue as HTML
616
- Parameters: {"id"=>"2"}
617
- Redirected to http://www.example.com/jobs
618
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
619
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:27:13 +1000
620
- Processing by Delayed::Web::JobsController#index as HTML
621
- Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
622
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
103
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
104
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
105
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
106
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
623
107
  Processing by Delayed::Web::JobsController#show as HTML
624
108
  Parameters: {"id"=>"2"}
625
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (5.0ms)
626
- Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.0ms)
627
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
109
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
110
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
111
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
112
+ Started PUT "/jobs/2/queue" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
628
113
  Processing by Delayed::Web::JobsController#queue as HTML
629
114
  Parameters: {"id"=>"2"}
630
115
  Redirected to http://www.example.com/jobs
631
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
632
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
633
- Processing by Delayed::Web::JobsController#index as HTML
634
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (7.6ms)
635
- Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
636
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
637
- Processing by Delayed::Web::JobsController#show as HTML
638
- Parameters: {"id"=>"2"}
639
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.6ms)
640
- Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
641
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
642
- Processing by Delayed::Web::JobsController#destroy as HTML
643
- Parameters: {"id"=>"2"}
644
- Redirected to http://www.example.com/jobs
645
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
646
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
116
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
117
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
647
118
  Processing by Delayed::Web::JobsController#index as HTML
648
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.6ms)
649
- Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
650
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
651
- Processing by Delayed::Web::JobsController#index as HTML
652
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.0ms)
653
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
654
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:27:55 +1000
655
- Processing by Delayed::Web::JobsController#show as HTML
656
- Parameters: {"id"=>"2"}
657
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.9ms)
658
- Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
659
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:35:04 +1000
119
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
120
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (2.1ms)
121
+ Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms)
122
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
660
123
  Processing by Delayed::Web::JobsController#show as HTML
661
124
  Parameters: {"id"=>"2"}
662
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (4.8ms)
663
- Completed 200 OK in 44ms (Views: 43.7ms | ActiveRecord: 0.0ms)
664
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
125
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
126
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
127
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
128
+ Started DELETE "/jobs/2" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
665
129
  Processing by Delayed::Web::JobsController#destroy as HTML
666
130
  Parameters: {"id"=>"2"}
667
131
  Redirected to http://www.example.com/jobs
668
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
669
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
132
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
133
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:26:51 +1000
670
134
  Processing by Delayed::Web::JobsController#index as HTML
671
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (11.7ms)
672
- Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)
673
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
135
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
136
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
137
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
138
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
674
139
  Processing by Delayed::Web::JobsController#index as HTML
675
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.9ms)
676
- Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
677
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
140
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
141
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.1ms)
142
+ Completed 200 OK in 134ms (Views: 131.7ms | ActiveRecord: 0.0ms)
143
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
678
144
  Processing by Delayed::Web::JobsController#show as HTML
679
145
  Parameters: {"id"=>"2"}
680
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.8ms)
681
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
682
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
146
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
147
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
148
+ Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)
149
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
683
150
  Processing by Delayed::Web::JobsController#show as HTML
684
151
  Parameters: {"id"=>"2"}
685
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (3.1ms)
686
- Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms)
687
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
152
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
153
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.1ms)
154
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
155
+ Started PUT "/jobs/2/queue" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
688
156
  Processing by Delayed::Web::JobsController#queue as HTML
689
157
  Parameters: {"id"=>"2"}
690
158
  Redirected to http://www.example.com/jobs
691
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
692
- Started GET "/jobs" for 127.0.0.1 at 2013-06-13 23:35:05 +1000
693
- Processing by Delayed::Web::JobsController#index as HTML
694
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (6.4ms)
695
- Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
696
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:44:59 +1000
697
- Processing by Delayed::Web::JobsController#show as HTML
698
- Parameters: {"id"=>"2"}
699
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (11.7ms)
700
- Completed 500 Internal Server Error in 25ms
701
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:44:59 +1000
702
- Processing by Delayed::Web::JobsController#index as HTML
703
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.2ms)
704
- Completed 500 Internal Server Error in 7ms
705
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:44:59 +1000
706
- Processing by Delayed::Web::JobsController#show as HTML
707
- Parameters: {"id"=>"2"}
708
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (3.2ms)
709
- Completed 500 Internal Server Error in 4ms
710
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:46:59 +1000
711
- Processing by Delayed::Web::JobsController#index as HTML
712
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (9.8ms)
713
- Completed 500 Internal Server Error in 20ms
714
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:46:59 +1000
715
- Processing by Delayed::Web::JobsController#show as HTML
716
- Parameters: {"id"=>"2"}
717
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (4.2ms)
718
- Completed 500 Internal Server Error in 6ms
719
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:46:59 +1000
720
- Processing by Delayed::Web::JobsController#show as HTML
721
- Parameters: {"id"=>"2"}
722
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (3.1ms)
723
- Completed 500 Internal Server Error in 4ms
724
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
159
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
160
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
725
161
  Processing by Delayed::Web::JobsController#index as HTML
726
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (9.1ms)
727
- Completed 200 OK in 66ms (Views: 65.2ms | ActiveRecord: 0.0ms)
728
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
729
- Processing by Delayed::Web::JobsController#show as HTML
730
- Parameters: {"id"=>"2"}
731
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (3.2ms)
732
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
733
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
162
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
163
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.9ms)
164
+ Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.0ms)
165
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
734
166
  Processing by Delayed::Web::JobsController#show as HTML
735
167
  Parameters: {"id"=>"2"}
736
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.2ms)
737
- Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
738
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
168
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
169
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
170
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
171
+ Started DELETE "/jobs/2" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
739
172
  Processing by Delayed::Web::JobsController#destroy as HTML
740
173
  Parameters: {"id"=>"2"}
741
174
  Redirected to http://www.example.com/jobs
742
- Completed 302 Found in 12ms (ActiveRecord: 0.0ms)
743
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
744
- Processing by Delayed::Web::JobsController#index as HTML
745
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.4ms)
746
- Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
747
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
748
- Processing by Delayed::Web::JobsController#show as HTML
749
- Parameters: {"id"=>"2"}
750
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.1ms)
751
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
752
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
753
- Processing by Delayed::Web::JobsController#queue as HTML
754
- Parameters: {"id"=>"2"}
755
- Redirected to http://www.example.com/jobs
756
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
757
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:48:35 +1000
175
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
176
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:27:06 +1000
758
177
  Processing by Delayed::Web::JobsController#index as HTML
759
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.4ms)
760
- Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
761
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
178
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
179
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.7ms)
180
+ Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)
181
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
762
182
  Processing by Delayed::Web::JobsController#index as HTML
763
- Completed 200 OK in 107ms (Views: 106.9ms | ActiveRecord: 0.0ms)
764
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
183
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
184
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.3ms)
185
+ Completed 200 OK in 147ms (Views: 144.6ms | ActiveRecord: 0.0ms)
186
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
765
187
  Processing by Delayed::Web::JobsController#show as HTML
766
188
  Parameters: {"id"=>"2"}
767
- Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
768
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
189
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
190
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.1ms)
191
+ Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms)
192
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
769
193
  Processing by Delayed::Web::JobsController#show as HTML
770
194
  Parameters: {"id"=>"2"}
771
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
772
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
195
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
196
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
197
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
198
+ Started PUT "/jobs/2/queue" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
773
199
  Processing by Delayed::Web::JobsController#queue as HTML
774
200
  Parameters: {"id"=>"2"}
775
201
  Redirected to http://www.example.com/jobs
776
- Completed 302 Found in 10ms (ActiveRecord: 0.0ms)
777
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
202
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
203
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
778
204
  Processing by Delayed::Web::JobsController#index as HTML
779
- Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
780
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
205
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
206
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
207
+ Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)
208
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
781
209
  Processing by Delayed::Web::JobsController#show as HTML
782
210
  Parameters: {"id"=>"2"}
783
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
784
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
211
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
212
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.1ms)
213
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
214
+ Started DELETE "/jobs/2" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
785
215
  Processing by Delayed::Web::JobsController#destroy as HTML
786
216
  Parameters: {"id"=>"2"}
787
217
  Redirected to http://www.example.com/jobs
788
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
789
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:49:38 +1000
218
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
219
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:33:12 +1000
790
220
  Processing by Delayed::Web::JobsController#index as HTML
791
- Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
792
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
793
- Processing by Delayed::Web::JobsController#index as HTML
794
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (10.9ms)
795
- Completed 200 OK in 130ms (Views: 129.5ms | ActiveRecord: 0.0ms)
796
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
797
- Processing by Delayed::Web::JobsController#show as HTML
798
- Parameters: {"id"=>"2"}
799
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (5.5ms)
800
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
801
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
221
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
222
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
223
+ Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.0ms)
224
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
802
225
  Processing by Delayed::Web::JobsController#show as HTML
803
226
  Parameters: {"id"=>"2"}
804
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.7ms)
805
- Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
806
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
227
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
228
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (3.6ms)
229
+ Completed 200 OK in 149ms (Views: 147.1ms | ActiveRecord: 0.0ms)
230
+ Started DELETE "/jobs/2" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
807
231
  Processing by Delayed::Web::JobsController#destroy as HTML
808
232
  Parameters: {"id"=>"2"}
809
233
  Redirected to http://www.example.com/jobs
810
- Completed 302 Found in 13ms (ActiveRecord: 0.0ms)
811
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
234
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
235
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
812
236
  Processing by Delayed::Web::JobsController#index as HTML
813
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (5.0ms)
814
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
815
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
237
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
238
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
239
+ Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.0ms)
240
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
816
241
  Processing by Delayed::Web::JobsController#show as HTML
817
242
  Parameters: {"id"=>"2"}
818
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (67.5ms)
819
- Completed 200 OK in 69ms (Views: 69.0ms | ActiveRecord: 0.0ms)
820
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
243
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
244
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
245
+ Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.0ms)
246
+ Started PUT "/jobs/2/queue" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
821
247
  Processing by Delayed::Web::JobsController#queue as HTML
822
248
  Parameters: {"id"=>"2"}
823
249
  Redirected to http://www.example.com/jobs
824
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
825
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:58:42 +1000
826
- Processing by Delayed::Web::JobsController#index as HTML
827
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.7ms)
828
- Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
829
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
250
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
251
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
830
252
  Processing by Delayed::Web::JobsController#index as HTML
831
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (8.9ms)
832
- Completed 200 OK in 49ms (Views: 48.1ms | ActiveRecord: 0.0ms)
833
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
834
- Processing by Delayed::Web::JobsController#show as HTML
835
- Parameters: {"id"=>"2"}
836
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (62.9ms)
837
- Completed 200 OK in 66ms (Views: 65.4ms | ActiveRecord: 0.0ms)
838
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
839
- Processing by Delayed::Web::JobsController#show as HTML
840
- Parameters: {"id"=>"2"}
841
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.1ms)
842
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
843
- Started DELETE "/jobs/2" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
844
- Processing by Delayed::Web::JobsController#destroy as HTML
845
- Parameters: {"id"=>"2"}
846
- Redirected to http://www.example.com/jobs
847
- Completed 302 Found in 9ms (ActiveRecord: 0.0ms)
848
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
253
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
254
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (3.3ms)
255
+ Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.0ms)
256
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
849
257
  Processing by Delayed::Web::JobsController#index as HTML
850
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.6ms)
851
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
852
- Started GET "/jobs/2" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
258
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
259
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
260
+ Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)
261
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:44:04 +1000
853
262
  Processing by Delayed::Web::JobsController#show as HTML
854
263
  Parameters: {"id"=>"2"}
855
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (2.2ms)
856
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
857
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
858
- Processing by Delayed::Web::JobsController#queue as HTML
859
- Parameters: {"id"=>"2"}
860
- Redirected to http://www.example.com/jobs
861
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
862
- Started GET "/jobs" for 127.0.0.1 at 2013-06-22 18:59:12 +1000
264
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
265
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.1ms)
266
+ Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.0ms)
267
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
863
268
  Processing by Delayed::Web::JobsController#index as HTML
864
- Rendered /Users/Tate/Code/Remote/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.8ms)
865
- Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
866
- Started GET "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
269
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
270
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (4.8ms)
271
+ Completed 200 OK in 158ms (Views: 154.7ms | ActiveRecord: 0.0ms)
272
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
867
273
  Processing by Delayed::Web::JobsController#show as HTML
868
274
  Parameters: {"id"=>"2"}
869
- Completed 200 OK in 41ms (Views: 40.6ms | ActiveRecord: 0.0ms)
870
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
871
- Processing by Delayed::Web::JobsController#queue as HTML
872
- Parameters: {"id"=>"2"}
873
- Redirected to http://www.example.com/jobs
874
- Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
875
- Started GET "/jobs" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
876
- Processing by Delayed::Web::JobsController#index as HTML
877
- Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
878
- Started GET "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
275
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
276
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
277
+ Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
278
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
879
279
  Processing by Delayed::Web::JobsController#show as HTML
880
280
  Parameters: {"id"=>"2"}
881
- Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
882
- Started DELETE "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
281
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
282
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
283
+ Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.0ms)
284
+ Started DELETE "/jobs/2" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
883
285
  Processing by Delayed::Web::JobsController#destroy as HTML
884
286
  Parameters: {"id"=>"2"}
885
287
  Redirected to http://www.example.com/jobs
886
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
887
- Started GET "/jobs" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
288
+ Completed 302 Found in 3ms (ActiveRecord: 0.0ms)
289
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
888
290
  Processing by Delayed::Web::JobsController#index as HTML
889
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
890
- Started GET "/jobs" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
891
- Processing by Delayed::Web::JobsController#index as HTML
892
- Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
893
- Started GET "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:04 +1000
894
- Processing by Delayed::Web::JobsController#show as HTML
895
- Parameters: {"id"=>"2"}
896
- Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
897
- Started GET "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
291
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
292
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (2.0ms)
293
+ Completed 200 OK in 9ms (Views: 6.2ms | ActiveRecord: 0.0ms)
294
+ Started GET "/jobs/2" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
898
295
  Processing by Delayed::Web::JobsController#show as HTML
899
296
  Parameters: {"id"=>"2"}
900
- Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)
901
- Started PUT "/jobs/2/queue" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
297
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application
298
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/show.html.erb within layouts/delayed/web/application (1.0ms)
299
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
300
+ Started PUT "/jobs/2/queue" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
902
301
  Processing by Delayed::Web::JobsController#queue as HTML
903
302
  Parameters: {"id"=>"2"}
904
303
  Redirected to http://www.example.com/jobs
905
- Completed 302 Found in 5ms (ActiveRecord: 0.0ms)
906
- Started GET "/jobs" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
907
- Processing by Delayed::Web::JobsController#index as HTML
908
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
909
- Started GET "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
910
- Processing by Delayed::Web::JobsController#show as HTML
911
- Parameters: {"id"=>"2"}
912
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
913
- Started DELETE "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
914
- Processing by Delayed::Web::JobsController#destroy as HTML
915
- Parameters: {"id"=>"2"}
916
- Redirected to http://www.example.com/jobs
917
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
918
- Started GET "/jobs" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
919
- Processing by Delayed::Web::JobsController#index as HTML
920
- Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
921
- Started GET "/jobs" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
304
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
305
+ Started GET "/jobs" for 127.0.0.1 at 2016-11-27 20:47:42 +1000
922
306
  Processing by Delayed::Web::JobsController#index as HTML
923
- Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
924
- Started GET "/jobs/2" for 127.0.0.1 at 2014-05-12 11:30:35 +1000
925
- Processing by Delayed::Web::JobsController#show as HTML
926
- Parameters: {"id"=>"2"}
927
- Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
307
+ Rendering /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application
308
+ Rendered /Users/Tate/Code/thebestday/delayed-web/app/views/delayed/web/jobs/index.html.erb within layouts/delayed/web/application (1.8ms)
309
+ Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.0ms)