easy_admin 0.0.1 → 0.1.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.
- data/README.md +50 -6
- data/app/controllers/admin/outbound_requests_controller.rb +12 -0
- data/app/models/outbound_request.rb +48 -0
- data/app/views/admin/outbound_requests/_pagination.html.erb +6 -0
- data/app/views/admin/outbound_requests/index.html.erb +51 -0
- data/app/views/admin/outbound_requests/show.html.erb +58 -0
- data/config/routes.rb +1 -0
- data/lib/easy_admin/engine.rb +14 -0
- data/lib/easy_admin/version.rb +1 -1
- data/lib/easy_admin.rb +1 -1
- data/lib/generators/easy_admin/active_record_generator.rb +10 -0
- data/lib/generators/easy_admin/templates/create_outbound_requests.rb +18 -0
- data/test/dummy/app/controllers/admin/base_controller.rb +4 -0
- data/test/dummy/app/views/admin/welcome/index.html.erb +4 -1
- data/test/dummy/config/application.rb +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20121220022003_create_outbound_requests.rb +15 -0
- data/test/dummy/db/schema.rb +13 -1
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +6412 -461
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/{C59/8C0/sprockets%2F2e45846506bfb54899651c20ff106384 → D0F/E70/sprockets%2Fbf4f18084af3243b43a5908cdae69166} +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/{CFE/770/sprockets%2Fb10582c06d2124dc13bacf089ba28588 → D4A/BB0/sprockets%2F34084ccfce0481c4263c0c2105acabb1} +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/{CA3/430/sprockets%2F8435b3b79289bd6b024f52c640320d1a → D96/B60/sprockets%2Ff0ba0257c64a22a49d8fa0fbc2a97f66} +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/{DDD/730/sprockets%2F6f588f81892fdea1a6ffad7405dacb47 → E54/480/sprockets%2Fe1da3d29f8a7fbee0d64b62c0ad7afa4} +0 -0
- data/test/dummy/tmp/restart.txt +0 -0
- metadata +36 -45
- data/lib/tasks/easy_admin_tasks.rake +0 -4
- data/test/dummy/log/test.log +0 -205
- data/test/dummy/tmp/cache/assets/C33/4C0/sprockets%2Fc4839b48061e4985b0961597ec802366 +0 -0
- data/test/dummy/tmp/cache/assets/C57/5F0/sprockets%2F3688375383e6e700ba1b68f06235734f +0 -0
- data/test/dummy/tmp/cache/assets/C61/730/sprockets%2F9397e1a672ad1e5353a77488305d5488 +0 -0
- data/test/dummy/tmp/cache/assets/D33/A80/sprockets%2Fc4a0e88dc4684c0073811473ed0bfb3b +0 -0
- data/test/dummy/tmp/cache/assets/D6E/AA0/sprockets%2Feff88475222e5aad1a7324ef9d6135aa +0 -0
- data/test/dummy/tmp/cache/assets/D82/170/sprockets%2Fd81e75b9c7729487caaa875e6eeb60f1 +0 -0
- data/test/dummy/tmp/cache/assets/E2D/CF0/sprockets%2Fccdfa721fbfe009dfa5da7801e8c64d7 +0 -0
- data/test/dummy/tmp/cache/assets/E4F/F40/sprockets%2F0ed4c0b964c38da5a08ebcaf2da3fd7a +0 -0
- data/test/dummy/tmp/pids/server.pid +0 -1
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: easy_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
4
|
+
version: 0.1.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,11 +9,11 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-01-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirement: &70349833190920 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,28 +21,29 @@ dependencies:
|
|
21
21
|
version: 3.2.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements:
|
25
|
-
none: false
|
26
|
-
requirements:
|
27
|
-
- - ~>
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
version: 3.2.0
|
24
|
+
version_requirements: *70349833190920
|
30
25
|
- !ruby/object:Gem::Dependency
|
31
|
-
name:
|
32
|
-
requirement: !ruby/object:Gem::Requirement
|
26
|
+
name: will_paginate
|
27
|
+
requirement: &70349833187960 !ruby/object:Gem::Requirement
|
33
28
|
none: false
|
34
29
|
requirements:
|
35
30
|
- - ! '>='
|
36
31
|
- !ruby/object:Gem::Version
|
37
32
|
version: '0'
|
38
|
-
type: :
|
33
|
+
type: :runtime
|
39
34
|
prerelease: false
|
40
|
-
version_requirements:
|
35
|
+
version_requirements: *70349833187960
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: sqlite3
|
38
|
+
requirement: &70349833199740 !ruby/object:Gem::Requirement
|
41
39
|
none: false
|
42
40
|
requirements:
|
43
41
|
- - ! '>='
|
44
42
|
- !ruby/object:Gem::Version
|
45
43
|
version: '0'
|
44
|
+
type: :development
|
45
|
+
prerelease: false
|
46
|
+
version_requirements: *70349833199740
|
46
47
|
description: Common Admin maintenance screens
|
47
48
|
email:
|
48
49
|
- shevaun.coker@abletech.co.nz
|
@@ -51,13 +52,19 @@ extensions: []
|
|
51
52
|
extra_rdoc_files: []
|
52
53
|
files:
|
53
54
|
- app/controllers/admin/jobs_controller.rb
|
55
|
+
- app/controllers/admin/outbound_requests_controller.rb
|
56
|
+
- app/models/outbound_request.rb
|
54
57
|
- app/views/admin/jobs/index.html.erb
|
55
58
|
- app/views/admin/jobs/show.html.erb
|
59
|
+
- app/views/admin/outbound_requests/_pagination.html.erb
|
60
|
+
- app/views/admin/outbound_requests/index.html.erb
|
61
|
+
- app/views/admin/outbound_requests/show.html.erb
|
56
62
|
- config/routes.rb
|
57
63
|
- lib/easy_admin/engine.rb
|
58
64
|
- lib/easy_admin/version.rb
|
59
65
|
- lib/easy_admin.rb
|
60
|
-
- lib/
|
66
|
+
- lib/generators/easy_admin/active_record_generator.rb
|
67
|
+
- lib/generators/easy_admin/templates/create_outbound_requests.rb
|
61
68
|
- LICENSE
|
62
69
|
- Rakefile
|
63
70
|
- README.md
|
@@ -87,10 +94,10 @@ files:
|
|
87
94
|
- test/dummy/config.ru
|
88
95
|
- test/dummy/db/development.sqlite3
|
89
96
|
- test/dummy/db/migrate/20121114025434_create_delayed_jobs.rb
|
97
|
+
- test/dummy/db/migrate/20121220022003_create_outbound_requests.rb
|
90
98
|
- test/dummy/db/schema.rb
|
91
99
|
- test/dummy/db/test.sqlite3
|
92
100
|
- test/dummy/log/development.log
|
93
|
-
- test/dummy/log/test.log
|
94
101
|
- test/dummy/public/404.html
|
95
102
|
- test/dummy/public/422.html
|
96
103
|
- test/dummy/public/500.html
|
@@ -99,25 +106,17 @@ files:
|
|
99
106
|
- test/dummy/README.rdoc
|
100
107
|
- test/dummy/script/delayed_job
|
101
108
|
- test/dummy/script/rails
|
102
|
-
- test/dummy/tmp/cache/assets/C33/4C0/sprockets%2Fc4839b48061e4985b0961597ec802366
|
103
|
-
- test/dummy/tmp/cache/assets/C57/5F0/sprockets%2F3688375383e6e700ba1b68f06235734f
|
104
|
-
- test/dummy/tmp/cache/assets/C59/8C0/sprockets%2F2e45846506bfb54899651c20ff106384
|
105
|
-
- test/dummy/tmp/cache/assets/C61/730/sprockets%2F9397e1a672ad1e5353a77488305d5488
|
106
|
-
- test/dummy/tmp/cache/assets/CA3/430/sprockets%2F8435b3b79289bd6b024f52c640320d1a
|
107
109
|
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
108
|
-
- test/dummy/tmp/cache/assets/
|
110
|
+
- test/dummy/tmp/cache/assets/D0F/E70/sprockets%2Fbf4f18084af3243b43a5908cdae69166
|
109
111
|
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
110
|
-
- test/dummy/tmp/cache/assets/
|
112
|
+
- test/dummy/tmp/cache/assets/D4A/BB0/sprockets%2F34084ccfce0481c4263c0c2105acabb1
|
111
113
|
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
112
114
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
113
|
-
- test/dummy/tmp/cache/assets/
|
114
|
-
- test/dummy/tmp/cache/assets/D82/170/sprockets%2Fd81e75b9c7729487caaa875e6eeb60f1
|
115
|
+
- test/dummy/tmp/cache/assets/D96/B60/sprockets%2Ff0ba0257c64a22a49d8fa0fbc2a97f66
|
115
116
|
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
116
|
-
- test/dummy/tmp/cache/assets/DDD/730/sprockets%2F6f588f81892fdea1a6ffad7405dacb47
|
117
117
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
118
|
-
- test/dummy/tmp/cache/assets/
|
119
|
-
- test/dummy/tmp/
|
120
|
-
- test/dummy/tmp/pids/server.pid
|
118
|
+
- test/dummy/tmp/cache/assets/E54/480/sprockets%2Fe1da3d29f8a7fbee0d64b62c0ad7afa4
|
119
|
+
- test/dummy/tmp/restart.txt
|
121
120
|
- test/easy_admin_test.rb
|
122
121
|
- test/jobs_controller_test.rb
|
123
122
|
- test/test_helper.rb
|
@@ -135,7 +134,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
135
134
|
version: '0'
|
136
135
|
segments:
|
137
136
|
- 0
|
138
|
-
hash: -
|
137
|
+
hash: -890802776768992368
|
139
138
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
140
139
|
none: false
|
141
140
|
requirements:
|
@@ -144,10 +143,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
144
143
|
version: '0'
|
145
144
|
segments:
|
146
145
|
- 0
|
147
|
-
hash: -
|
146
|
+
hash: -890802776768992368
|
148
147
|
requirements: []
|
149
148
|
rubyforge_project:
|
150
|
-
rubygems_version: 1.8.
|
149
|
+
rubygems_version: 1.8.10
|
151
150
|
signing_key:
|
152
151
|
specification_version: 3
|
153
152
|
summary: View, delete and retry queued Delayed Jobs from an admin interface
|
@@ -178,10 +177,10 @@ test_files:
|
|
178
177
|
- test/dummy/config.ru
|
179
178
|
- test/dummy/db/development.sqlite3
|
180
179
|
- test/dummy/db/migrate/20121114025434_create_delayed_jobs.rb
|
180
|
+
- test/dummy/db/migrate/20121220022003_create_outbound_requests.rb
|
181
181
|
- test/dummy/db/schema.rb
|
182
182
|
- test/dummy/db/test.sqlite3
|
183
183
|
- test/dummy/log/development.log
|
184
|
-
- test/dummy/log/test.log
|
185
184
|
- test/dummy/public/404.html
|
186
185
|
- test/dummy/public/422.html
|
187
186
|
- test/dummy/public/500.html
|
@@ -190,25 +189,17 @@ test_files:
|
|
190
189
|
- test/dummy/README.rdoc
|
191
190
|
- test/dummy/script/delayed_job
|
192
191
|
- test/dummy/script/rails
|
193
|
-
- test/dummy/tmp/cache/assets/C33/4C0/sprockets%2Fc4839b48061e4985b0961597ec802366
|
194
|
-
- test/dummy/tmp/cache/assets/C57/5F0/sprockets%2F3688375383e6e700ba1b68f06235734f
|
195
|
-
- test/dummy/tmp/cache/assets/C59/8C0/sprockets%2F2e45846506bfb54899651c20ff106384
|
196
|
-
- test/dummy/tmp/cache/assets/C61/730/sprockets%2F9397e1a672ad1e5353a77488305d5488
|
197
|
-
- test/dummy/tmp/cache/assets/CA3/430/sprockets%2F8435b3b79289bd6b024f52c640320d1a
|
198
192
|
- test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
|
199
|
-
- test/dummy/tmp/cache/assets/
|
193
|
+
- test/dummy/tmp/cache/assets/D0F/E70/sprockets%2Fbf4f18084af3243b43a5908cdae69166
|
200
194
|
- test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
|
201
|
-
- test/dummy/tmp/cache/assets/
|
195
|
+
- test/dummy/tmp/cache/assets/D4A/BB0/sprockets%2F34084ccfce0481c4263c0c2105acabb1
|
202
196
|
- test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
|
203
197
|
- test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
|
204
|
-
- test/dummy/tmp/cache/assets/
|
205
|
-
- test/dummy/tmp/cache/assets/D82/170/sprockets%2Fd81e75b9c7729487caaa875e6eeb60f1
|
198
|
+
- test/dummy/tmp/cache/assets/D96/B60/sprockets%2Ff0ba0257c64a22a49d8fa0fbc2a97f66
|
206
199
|
- test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
|
207
|
-
- test/dummy/tmp/cache/assets/DDD/730/sprockets%2F6f588f81892fdea1a6ffad7405dacb47
|
208
200
|
- test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
|
209
|
-
- test/dummy/tmp/cache/assets/
|
210
|
-
- test/dummy/tmp/
|
211
|
-
- test/dummy/tmp/pids/server.pid
|
201
|
+
- test/dummy/tmp/cache/assets/E54/480/sprockets%2Fe1da3d29f8a7fbee0d64b62c0ad7afa4
|
202
|
+
- test/dummy/tmp/restart.txt
|
212
203
|
- test/easy_admin_test.rb
|
213
204
|
- test/jobs_controller_test.rb
|
214
205
|
- test/test_helper.rb
|
data/test/dummy/log/test.log
DELETED
@@ -1,205 +0,0 @@
|
|
1
|
-
Connecting to database specified by database.yml
|
2
|
-
Connecting to database specified by database.yml
|
3
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
4
|
-
Processing by Admin::JobsController#index as HTML
|
5
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
6
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
7
|
-
Rendered /Users/shevaun/src/github/abletech/easy_admin/app/views/admin/jobs/index.html.erb within layouts/application (47.5ms)
|
8
|
-
Completed 200 OK in 60ms (Views: 57.7ms | ActiveRecord: 1.4ms)
|
9
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
10
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
12
|
-
Connecting to database specified by database.yml
|
13
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
14
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
15
|
-
[1m[36mSQL (3.6ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:30:44 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:30:44 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:30:44 UTC +00:00]]
|
16
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
17
|
-
Processing by Admin::JobsController#index as HTML
|
18
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
19
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
20
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
21
|
-
Rendered /Users/shevaun/src/github/abletech/easy_admin/app/views/admin/jobs/index.html.erb within layouts/application (5.9ms)
|
22
|
-
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.3ms)
|
23
|
-
[1m[35m (2.4ms)[0m rollback transaction
|
24
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
25
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
26
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:30:44 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:30:44 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:30:44 UTC +00:00]]
|
27
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
28
|
-
Processing by Admin::JobsController#show as HTML
|
29
|
-
Parameters: {"id"=>"1"}
|
30
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
31
|
-
Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.1ms)
|
32
|
-
[1m[35m (0.4ms)[0m rollback transaction
|
33
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
34
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
35
|
-
Connecting to database specified by database.yml
|
36
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
37
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
38
|
-
[1m[36mSQL (2.8ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00]]
|
39
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
40
|
-
Processing by Admin::JobsController#index as HTML
|
41
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
42
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
43
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
44
|
-
Rendered /Users/shevaun/src/github/abletech/easy_admin/app/views/admin/jobs/index.html.erb within layouts/application (4.5ms)
|
45
|
-
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.3ms)
|
46
|
-
[1m[35m (1.8ms)[0m rollback transaction
|
47
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
48
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
49
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00]]
|
50
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
51
|
-
Processing by Admin::JobsController#show as HTML
|
52
|
-
Parameters: {"id"=>"1"}
|
53
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
54
|
-
Completed 200 OK in 5ms (Views: 3.3ms | ActiveRecord: 0.1ms)
|
55
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
56
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
57
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
58
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:31:53 UTC +00:00]]
|
59
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
60
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
61
|
-
Processing by Admin::JobsController#retry as HTML
|
62
|
-
Parameters: {"id"=>"1"}
|
63
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
|
64
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1[0m
|
65
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
66
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
67
|
-
Redirected to http://test.host/admin/jobs
|
68
|
-
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
|
69
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
|
70
|
-
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
71
|
-
[1m[35m (0.1ms)[0m begin transaction
|
72
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
73
|
-
Connecting to database specified by database.yml
|
74
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
75
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
76
|
-
[1m[36mSQL (3.1ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00]]
|
77
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
78
|
-
Processing by Admin::JobsController#index as HTML
|
79
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
80
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
81
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
82
|
-
Rendered /Users/shevaun/src/github/abletech/easy_admin/app/views/admin/jobs/index.html.erb within layouts/application (4.9ms)
|
83
|
-
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.2ms)
|
84
|
-
[1m[35m (0.7ms)[0m rollback transaction
|
85
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
86
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
87
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00]]
|
88
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
89
|
-
Processing by Admin::JobsController#show as HTML
|
90
|
-
Parameters: {"id"=>"1"}
|
91
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.2ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
92
|
-
Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.2ms)
|
93
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
94
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
95
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
96
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:05 UTC +00:00]]
|
97
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
98
|
-
[1m[36mSQL (0.3ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
99
|
-
Processing by Admin::JobsController#retry as HTML
|
100
|
-
Parameters: {"id"=>"1"}
|
101
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
|
102
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1[0m
|
103
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
104
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
105
|
-
Redirected to http://test.host/admin/jobs
|
106
|
-
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
|
107
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
|
108
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
109
|
-
[1m[35m (0.0ms)[0m begin transaction
|
110
|
-
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
111
|
-
Connecting to database specified by database.yml
|
112
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
113
|
-
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
114
|
-
[1m[36mSQL (2.8ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00]]
|
115
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
116
|
-
[1m[36m (1.6ms)[0m [1mrollback transaction[0m
|
117
|
-
[1m[35m (0.0ms)[0m begin transaction
|
118
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
119
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00]]
|
120
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
121
|
-
Processing by Admin::JobsController#index as HTML
|
122
|
-
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
123
|
-
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
124
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at
|
125
|
-
Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.3ms)
|
126
|
-
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
127
|
-
[1m[35m (0.0ms)[0m begin transaction
|
128
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
129
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00]]
|
130
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
131
|
-
Processing by Admin::JobsController#show as HTML
|
132
|
-
Parameters: {"id"=>"1"}
|
133
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", "1"]]
|
134
|
-
Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.1ms)
|
135
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
136
|
-
[1m[35m (0.0ms)[0m begin transaction
|
137
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
138
|
-
[1m[35mSQL (0.4ms)[0m INSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:32:29 UTC +00:00]]
|
139
|
-
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
140
|
-
[1m[35mSQL (0.3ms)[0m UPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1
|
141
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
142
|
-
Processing by Admin::JobsController#retry as HTML
|
143
|
-
Parameters: {"id"=>"1"}
|
144
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.2ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1
|
145
|
-
[1m[36mSQL (0.1ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1[0m
|
146
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
147
|
-
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
148
|
-
Redirected to http://test.host/admin/jobs
|
149
|
-
Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
|
150
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
|
151
|
-
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
152
|
-
[1m[35m (0.1ms)[0m begin transaction
|
153
|
-
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
154
|
-
Connecting to database specified by database.yml
|
155
|
-
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
156
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
157
|
-
[1m[36mSQL (2.9ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00]]
|
158
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
159
|
-
Processing by Admin::JobsController#destroy as HTML
|
160
|
-
Parameters: {"id"=>"1"}
|
161
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.2ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
162
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
163
|
-
[1m[36mSQL (0.3ms)[0m [1mDELETE FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ?[0m [["id", 1]]
|
164
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
165
|
-
Redirected to http://test.host/admin/jobs
|
166
|
-
Completed 302 Found in 11ms (ActiveRecord: 0.6ms)
|
167
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
168
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
169
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
170
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
171
|
-
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00]]
|
172
|
-
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
173
|
-
Processing by Admin::JobsController#index as HTML
|
174
|
-
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "delayed_jobs" [0m
|
175
|
-
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "delayed_jobs"
|
176
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" ORDER BY run_at[0m
|
177
|
-
Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.2ms)
|
178
|
-
[1m[35m (0.5ms)[0m rollback transaction
|
179
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
180
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
181
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00]]
|
182
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
183
|
-
Processing by Admin::JobsController#show as HTML
|
184
|
-
Parameters: {"id"=>"1"}
|
185
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", "1"]]
|
186
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms)
|
187
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
188
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
189
|
-
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
190
|
-
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "delayed_jobs" ("attempts", "created_at", "failed_at", "handler", "last_error", "locked_at", "locked_by", "priority", "queue", "run_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["attempts", 0], ["created_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["failed_at", nil], ["handler", nil], ["last_error", nil], ["locked_at", nil], ["locked_by", nil], ["priority", 0], ["queue", nil], ["run_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00], ["updated_at", Wed, 14 Nov 2012 03:33:03 UTC +00:00]]
|
191
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
192
|
-
[1m[36mSQL (0.2ms)[0m [1mUPDATE "delayed_jobs" SET "attempts" = 5 WHERE "delayed_jobs"."id" = 1[0m
|
193
|
-
[1m[35mDelayed::Backend::ActiveRecord::Job Load (0.0ms)[0m SELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1 [["id", 1]]
|
194
|
-
Processing by Admin::JobsController#retry as HTML
|
195
|
-
Parameters: {"id"=>"1"}
|
196
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.2ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = 1 LIMIT 1[0m
|
197
|
-
[1m[35mSQL (0.1ms)[0m UPDATE "delayed_jobs" SET "attempts" = 0 WHERE "delayed_jobs"."id" = 1
|
198
|
-
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
199
|
-
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
200
|
-
Redirected to http://test.host/admin/jobs
|
201
|
-
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
|
202
|
-
[1m[36mDelayed::Backend::ActiveRecord::Job Load (0.1ms)[0m [1mSELECT "delayed_jobs".* FROM "delayed_jobs" WHERE "delayed_jobs"."id" = ? LIMIT 1[0m [["id", 1]]
|
203
|
-
[1m[35m (0.6ms)[0m rollback transaction
|
204
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
205
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +0,0 @@
|
|
1
|
-
43125
|