delayed-web 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/delayed/web/jobs_controller.rb +0 -10
  3. data/app/decorators/delayed/web/active_record_decorator.rb +0 -4
  4. data/app/decorators/delayed/web/status_decorator.rb +1 -5
  5. data/app/models/delayed/web/job/double.rb +0 -4
  6. data/app/models/delayed/web/job/mongoid.rb +24 -0
  7. data/app/views/delayed/web/jobs/index.html.erb +2 -11
  8. data/app/views/delayed/web/jobs/show.html.erb +1 -4
  9. data/app/views/layouts/delayed/web/application.html.erb +0 -1
  10. data/config/locales/en.yml +0 -3
  11. data/config/routes.rb +0 -1
  12. data/lib/delayed/web/version.rb +1 -1
  13. data/spec/decorators/status_decorator_spec.rb +2 -16
  14. data/spec/dummy/db/development.sqlite3 +0 -0
  15. data/spec/dummy/db/test.sqlite3 +0 -0
  16. data/spec/dummy/log/development.log +32486 -0
  17. data/spec/dummy/log/test.log +927 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/0332f562ff3e30cda56eb6010d3d4952 +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/075cd664f24b531d19fa91317ef97eec +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/14530c1c82b7977b9d8c442d5954a6b1 +0 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/209d539bd215846261a8891dd525ec4a +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/2b6d7fa94bd05e45215f128721db34e3 +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/342153d354456f6627073c2b6271db5a +0 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/3c9123c2b52806585f33904c0f3111b0 +0 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/4db6b13287795e859f19978360c1fd0e +0 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/5469cff1c301f3271083dfef71ab1794 +0 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/7437b83a2bf92170949593c06096d785 +0 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/8fa08b833277f69ba9c690fccd8f5702 +0 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/a44209b0d8d5c66ceeef04dacbc7cf1b +0 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/a5108c801777656bd9063abb9849ad55 +0 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/ad4f58431d190a3f58b681aa163b5979 +0 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/ae02292af637b0ca9807b59076a87282 +0 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/b6232d3fa8288b4d714ae250bf4e7acc +0 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/ba98100d11384e930583f1385f48a94b +0 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/d6e1313228ec89666a543b748171f6b6 +0 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/d8f3c4e12078655828fafa63ef446a2e +0 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/e7905ee7f75f526588d5bed6996c2cde +0 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/ea9a9e3e949584a04377ce58b2fd61b6 +0 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  45. data/spec/dummy/tmp/cache/assets/test/sprockets/14530c1c82b7977b9d8c442d5954a6b1 +0 -0
  46. data/spec/dummy/tmp/cache/assets/test/sprockets/209d539bd215846261a8891dd525ec4a +0 -0
  47. data/spec/dummy/tmp/cache/assets/test/sprockets/2b6d7fa94bd05e45215f128721db34e3 +0 -0
  48. data/spec/dummy/tmp/cache/assets/test/sprockets/3c9123c2b52806585f33904c0f3111b0 +0 -0
  49. data/spec/dummy/tmp/cache/assets/test/sprockets/4db6b13287795e859f19978360c1fd0e +0 -0
  50. data/spec/dummy/tmp/cache/assets/test/sprockets/7437b83a2bf92170949593c06096d785 +0 -0
  51. data/spec/dummy/tmp/cache/assets/test/sprockets/8fa08b833277f69ba9c690fccd8f5702 +0 -0
  52. data/spec/dummy/tmp/cache/assets/test/sprockets/a44209b0d8d5c66ceeef04dacbc7cf1b +0 -0
  53. data/spec/dummy/tmp/cache/assets/test/sprockets/ad4f58431d190a3f58b681aa163b5979 +0 -0
  54. data/spec/dummy/tmp/cache/assets/test/sprockets/ae02292af637b0ca9807b59076a87282 +0 -0
  55. data/spec/dummy/tmp/cache/assets/test/sprockets/b6232d3fa8288b4d714ae250bf4e7acc +0 -0
  56. data/spec/dummy/tmp/cache/assets/test/sprockets/d6e1313228ec89666a543b748171f6b6 +0 -0
  57. data/spec/dummy/tmp/cache/assets/test/sprockets/d8f3c4e12078655828fafa63ef446a2e +0 -0
  58. data/spec/dummy/tmp/cache/assets/test/sprockets/e7905ee7f75f526588d5bed6996c2cde +0 -0
  59. data/spec/dummy/tmp/cache/assets/test/sprockets/ea9a9e3e949584a04377ce58b2fd61b6 +0 -0
  60. data/spec/features/jobs_spec.rb +0 -7
  61. metadata +98 -7
  62. data/app/assets/javascripts/delayed/web/application.js +0 -45
  63. data/app/assets/javascripts/jquery-1.11.1.min.js +0 -4
@@ -0,0 +1,927 @@
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
449
+ Processing by Delayed::Web::JobsController#show as HTML
450
+ 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
458
+ 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
464
+ Processing by Delayed::Web::JobsController#show as HTML
465
+ 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
468
+ 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
475
+ Processing by Delayed::Web::JobsController#show as HTML
476
+ 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
487
+ Processing by Delayed::Web::JobsController#show as HTML
488
+ 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
499
+ Processing by Delayed::Web::JobsController#show as HTML
500
+ 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
508
+ 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
518
+ Processing by Delayed::Web::JobsController#show as HTML
519
+ 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
530
+ Processing by Delayed::Web::JobsController#show as HTML
531
+ 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
534
+ Processing by Delayed::Web::JobsController#destroy as HTML
535
+ Parameters: {"id"=>"2"}
536
+ 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
551
+ 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
554
+ 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
557
+ Processing by Delayed::Web::JobsController#show as HTML
558
+ 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
561
+ Processing by Delayed::Web::JobsController#show as HTML
562
+ 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
565
+ Processing by Delayed::Web::JobsController#queue as HTML
566
+ Parameters: {"id"=>"2"}
567
+ 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
585
+ 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
608
+ 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
611
+ Processing by Delayed::Web::JobsController#show as HTML
612
+ 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
623
+ Processing by Delayed::Web::JobsController#show as HTML
624
+ 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
628
+ Processing by Delayed::Web::JobsController#queue as HTML
629
+ Parameters: {"id"=>"2"}
630
+ 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
647
+ 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
660
+ Processing by Delayed::Web::JobsController#show as HTML
661
+ 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
665
+ Processing by Delayed::Web::JobsController#destroy as HTML
666
+ Parameters: {"id"=>"2"}
667
+ 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
670
+ 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
674
+ 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
678
+ Processing by Delayed::Web::JobsController#show as HTML
679
+ 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
683
+ Processing by Delayed::Web::JobsController#show as HTML
684
+ 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
688
+ Processing by Delayed::Web::JobsController#queue as HTML
689
+ Parameters: {"id"=>"2"}
690
+ 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
725
+ 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
734
+ Processing by Delayed::Web::JobsController#show as HTML
735
+ 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
739
+ Processing by Delayed::Web::JobsController#destroy as HTML
740
+ Parameters: {"id"=>"2"}
741
+ 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
758
+ 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
762
+ 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
765
+ Processing by Delayed::Web::JobsController#show as HTML
766
+ 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
769
+ Processing by Delayed::Web::JobsController#show as HTML
770
+ 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
773
+ Processing by Delayed::Web::JobsController#queue as HTML
774
+ Parameters: {"id"=>"2"}
775
+ 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
778
+ 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
781
+ Processing by Delayed::Web::JobsController#show as HTML
782
+ 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
785
+ Processing by Delayed::Web::JobsController#destroy as HTML
786
+ Parameters: {"id"=>"2"}
787
+ 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
790
+ 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
802
+ Processing by Delayed::Web::JobsController#show as HTML
803
+ 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
807
+ Processing by Delayed::Web::JobsController#destroy as HTML
808
+ Parameters: {"id"=>"2"}
809
+ 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
812
+ 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
816
+ Processing by Delayed::Web::JobsController#show as HTML
817
+ 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
821
+ Processing by Delayed::Web::JobsController#queue as HTML
822
+ Parameters: {"id"=>"2"}
823
+ 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
830
+ 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
849
+ 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
853
+ Processing by Delayed::Web::JobsController#show as HTML
854
+ 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
863
+ 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
867
+ Processing by Delayed::Web::JobsController#show as HTML
868
+ 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
879
+ Processing by Delayed::Web::JobsController#show as HTML
880
+ 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
883
+ Processing by Delayed::Web::JobsController#destroy as HTML
884
+ Parameters: {"id"=>"2"}
885
+ 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
888
+ 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
898
+ Processing by Delayed::Web::JobsController#show as HTML
899
+ 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
902
+ Processing by Delayed::Web::JobsController#queue as HTML
903
+ Parameters: {"id"=>"2"}
904
+ 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
922
+ 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)