after_commit_queue 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e433311ed540c64198826ce29c13d199bd932f2f
4
+ data.tar.gz: 903b98ef62043d34abb9e56748ade38b11dc5d8d
5
+ SHA512:
6
+ metadata.gz: 8cbc6429372bfcef3802025c4e3cb24562f6b3744c109f8b4289d15f72fdb68a967dc64d41415e4f867e7f7f1232e151bbb36081ef41b1e610e5ad571381c433
7
+ data.tar.gz: ba5bf64c08c5062aea023bd2852b5779e61fe611b56ab1b8c64c5894ab01c569faf793cb46abb28919e1a67b1063558514000ddc1b89810807d86c8a98e78ebc
@@ -1,3 +1,3 @@
1
1
  module AfterCommitQueue
2
- VERSION = "1.1.0"
2
+ VERSION = "1.2.0"
3
3
  end
Binary file
@@ -1,303 +1,32 @@
1
- Connecting to database specified by database.yml
2
-  (0.1ms) begin transaction
3
- SQL (10.2ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00]]
4
-  (0.9ms) commit transaction
5
-  (0.1ms) begin transaction
6
-  (0.4ms) UPDATE "servers" SET "state" = 'turned_off', "updated_at" = '2013-06-01 22:14:16.525379' WHERE "servers"."id" = 1
7
-  (3.0ms) commit transaction
8
-  (0.1ms) begin transaction
9
- SQL (0.6ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00]]
10
-  (0.6ms) rollback transaction
11
-  (0.1ms) begin transaction
12
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00]]
13
-  (6.4ms) commit transaction
14
-  (0.1ms) begin transaction
15
-  (0.4ms) UPDATE "servers" SET "state" = 'crashed', "updated_at" = '2013-06-01 22:14:16.547687' WHERE "servers"."id" = 2
16
-  (0.8ms) commit transaction
17
-  (0.1ms) begin transaction
18
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:16 UTC +00:00]]
19
-  (0.8ms) commit transaction
20
- Connecting to database specified by database.yml
21
-  (0.0ms) begin transaction
22
- SQL (3.2ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00]]
23
-  (2.1ms) commit transaction
24
-  (0.0ms) begin transaction
25
-  (0.3ms) UPDATE "servers" SET "state" = 'turned_off', "updated_at" = '2013-06-01 22:14:26.675346' WHERE "servers"."id" = 1
26
-  (0.9ms) commit transaction
27
-  (0.0ms) begin transaction
28
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00]]
29
-  (0.4ms) rollback transaction
30
-  (0.0ms) begin transaction
31
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00]]
32
-  (1.4ms) commit transaction
33
-  (0.1ms) begin transaction
34
-  (0.5ms) UPDATE "servers" SET "state" = 'crashed', "updated_at" = '2013-06-01 22:14:26.684702' WHERE "servers"."id" = 2
35
-  (0.5ms) commit transaction
36
-  (0.0ms) begin transaction
37
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00], ["state", "running"], ["updated_at", Sat, 01 Jun 2013 22:14:26 UTC +00:00]]
38
-  (0.6ms) commit transaction
39
- Connecting to database specified by database.yml
40
-  (0.0ms) begin transaction
41
- SQL (5.8ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00]]
42
-  (1.0ms) commit transaction
43
-  (0.0ms) begin transaction
44
-  (0.2ms) UPDATE "servers" SET "state" = 'turned_off', "updated_at" = '2013-07-24 06:43:51.699293' WHERE "servers"."id" = 1
45
-  (0.9ms) commit transaction
46
-  (0.0ms) begin transaction
47
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00]]
48
-  (0.7ms) rollback transaction
49
-  (0.2ms) begin transaction
50
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00]]
51
-  (0.6ms) commit transaction
52
-  (0.0ms) begin transaction
53
-  (0.2ms) UPDATE "servers" SET "state" = 'turned_off', "updated_at" = '2013-07-24 06:43:51.711309' WHERE "servers"."id" = 2
54
-  (0.5ms) commit transaction
55
-  (0.0ms) begin transaction
56
-  (0.2ms) UPDATE "servers" SET "state" = 'uninstalled', "updated_at" = '2013-07-24 06:43:51.713271' WHERE "servers"."id" = 2
57
-  (0.5ms) commit transaction
58
-  (0.0ms) begin transaction
59
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00]]
60
-  (0.5ms) commit transaction
61
-  (0.0ms) begin transaction
62
-  (0.3ms) UPDATE "servers" SET "state" = 'crashed', "updated_at" = '2013-07-24 06:43:51.717490' WHERE "servers"."id" = 3
63
-  (0.5ms) commit transaction
64
-  (0.0ms) begin transaction
65
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:43:51 UTC +00:00]]
66
-  (0.6ms) commit transaction
67
-  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
68
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
69
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
70
- Migrating to CreateServers (20120622135717)
71
-  (0.0ms) begin transaction
72
-  (0.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
73
- SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
74
-  (0.8ms) commit transaction
75
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
76
-  (1.2ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
77
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
78
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
79
-  (0.1ms) SELECT version FROM "schema_migrations"
80
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
81
-  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
82
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
83
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
84
- Migrating to CreateServers (20120622135717)
85
-  (0.0ms) begin transaction
86
-  (0.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
87
- SQL (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
88
-  (0.8ms) commit transaction
89
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
90
-  (1.0ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
91
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
92
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
93
-  (0.1ms) SELECT version FROM "schema_migrations"
94
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
95
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
1
+  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
96
2
   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
97
3
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
98
4
  Migrating to CreateServers (20120622135717)
99
-  (0.0ms) begin transaction
100
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
101
- SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
102
-  (1.0ms) commit transaction
103
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
104
-  (1.1ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
105
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
106
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
107
-  (0.1ms) SELECT version FROM "schema_migrations"
108
-  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
109
- --------------------------------------------------------------------
110
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
111
- --------------------------------------------------------------------
112
-  (0.1ms) begin transaction
113
- SQL (3.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
114
-  (1.1ms) commit transaction
115
-  (0.1ms) begin transaction
116
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
117
-  (0.9ms) commit transaction
118
- ------------------------------------------------------
119
- AfterCommitQueueTest: test_clears_queue_after_rollback
120
- ------------------------------------------------------
121
-  (0.1ms) begin transaction
122
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
123
-  (0.4ms) rollback transaction
124
- --------------------------------------------------------------------------
125
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
126
- --------------------------------------------------------------------------
127
- ----------------------------------------------------------
128
- AfterCommitQueueTest: test_external_observer_changes_state
129
- ----------------------------------------------------------
130
-  (0.1ms) begin transaction
131
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
132
-  (0.6ms) commit transaction
133
-  (0.0ms) begin transaction
134
- SQL (0.6ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
135
-  (0.7ms) commit transaction
136
-  (0.0ms) begin transaction
137
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
138
-  (0.7ms) commit transaction
139
- --------------------------------------------------------------------
140
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
141
- --------------------------------------------------------------------
142
-  (0.1ms) begin transaction
143
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
144
-  (1.1ms) commit transaction
145
-  (0.0ms) begin transaction
146
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
147
-  (1.0ms) commit transaction
148
- ---------------------------------------------------------------------
149
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
150
- ---------------------------------------------------------------------
151
-  (0.1ms) begin transaction
152
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:49:16 UTC +00:00]]
153
-  (1.1ms) commit transaction
154
-  (3.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
155
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
156
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
157
- Migrating to CreateServers (20120622135717)
158
-  (0.0ms) begin transaction
159
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
160
- SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
161
-  (0.7ms) commit transaction
162
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
163
-  (1.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
164
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
165
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
166
-  (0.1ms) SELECT version FROM "schema_migrations"
167
-  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
168
- --------------------------------------------------------------------
169
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
170
- --------------------------------------------------------------------
171
-  (0.1ms) begin transaction
172
- SQL (3.1ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
173
-  (2.1ms) commit transaction
174
-  (0.0ms) begin transaction
175
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
176
-  (0.6ms) commit transaction
177
- ------------------------------------------------------
178
- AfterCommitQueueTest: test_clears_queue_after_rollback
179
- ------------------------------------------------------
180
-  (0.1ms) begin transaction
181
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
182
-  (0.4ms) rollback transaction
183
- --------------------------------------------------------------------------
184
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
185
- --------------------------------------------------------------------------
186
- ----------------------------------------------------------
187
- AfterCommitQueueTest: test_external_observer_changes_state
188
- ----------------------------------------------------------
189
5
   (0.1ms) begin transaction
190
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
191
-  (1.0ms) commit transaction
192
-  (0.0ms) begin transaction
193
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
194
-  (0.8ms) commit transaction
195
-  (0.0ms) begin transaction
196
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
197
-  (0.9ms) commit transaction
198
- --------------------------------------------------------------------
199
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
200
- --------------------------------------------------------------------
201
-  (0.1ms) begin transaction
202
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
203
-  (0.9ms) commit transaction
204
-  (0.1ms) begin transaction
205
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
206
-  (1.0ms) commit transaction
207
- ---------------------------------------------------------------------
208
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
209
- ---------------------------------------------------------------------
210
-  (0.0ms) begin transaction
211
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:04 UTC +00:00]]
212
-  (1.1ms) commit transaction
213
-  (3.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
214
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
215
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
216
- Migrating to CreateServers (20120622135717)
217
-  (0.0ms) begin transaction
218
6
   (0.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
219
- SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
220
-  (1.3ms) commit transaction
7
+ SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
8
+  (1.2ms) commit transaction
221
9
  ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
222
-  (1.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
10
+  (1.1ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
223
11
   (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
224
12
   (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
225
-  (0.3ms) SELECT version FROM "schema_migrations"
226
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
227
- --------------------------------------------------------------------
228
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
229
- --------------------------------------------------------------------
230
-  (0.1ms) begin transaction
231
- SQL (3.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
232
-  (2.2ms) commit transaction
233
-  (0.1ms) begin transaction
234
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
235
-  (0.6ms) commit transaction
236
- ------------------------------------------------------
237
- AfterCommitQueueTest: test_clears_queue_after_rollback
238
- ------------------------------------------------------
239
-  (0.1ms) begin transaction
240
- SQL (0.6ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
241
-  (0.4ms) rollback transaction
242
- --------------------------------------------------------------------------
243
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
244
- --------------------------------------------------------------------------
245
- ----------------------------------------------------------
246
- AfterCommitQueueTest: test_external_observer_changes_state
247
- ----------------------------------------------------------
248
-  (0.1ms) begin transaction
249
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
250
-  (0.5ms) commit transaction
251
-  (0.0ms) begin transaction
252
- SQL (0.5ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
253
-  (1.0ms) commit transaction
254
-  (0.1ms) begin transaction
255
- SQL (0.6ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
256
-  (1.2ms) commit transaction
257
- --------------------------------------------------------------------
258
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
259
- --------------------------------------------------------------------
260
-  (0.1ms) begin transaction
261
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
262
-  (1.2ms) commit transaction
263
-  (0.0ms) begin transaction
264
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
265
-  (1.1ms) commit transaction
266
- ---------------------------------------------------------------------
267
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
268
- ---------------------------------------------------------------------
269
-  (0.1ms) begin transaction
270
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:50:54 UTC +00:00]]
271
-  (0.9ms) commit transaction
272
-  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
273
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
274
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
275
- Migrating to CreateServers (20120622135717)
276
-  (0.0ms) begin transaction
277
-  (0.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
278
- SQL (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
279
-  (0.8ms) commit transaction
280
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
281
-  (1.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
282
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
283
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
284
13
   (0.1ms) SELECT version FROM "schema_migrations"
285
-  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
14
+  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
286
15
  --------------------------------------------------------------------
287
16
  AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
288
17
  --------------------------------------------------------------------
289
18
   (0.1ms) begin transaction
290
- SQL (3.1ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
291
-  (2.2ms) commit transaction
19
+ SQL (6.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00], ["state", "running"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
20
+  (1.0ms) commit transaction
292
21
   (0.0ms) begin transaction
293
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
22
+ SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
294
23
   (1.1ms) commit transaction
295
24
  ------------------------------------------------------
296
25
  AfterCommitQueueTest: test_clears_queue_after_rollback
297
26
  ------------------------------------------------------
298
27
   (0.1ms) begin transaction
299
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
300
-  (0.4ms) rollback transaction
28
+ SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00], ["state", "running"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
29
+  (1.0ms) rollback transaction
301
30
  --------------------------------------------------------------------------
302
31
  AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
303
32
  --------------------------------------------------------------------------
@@ -305,321 +34,26 @@ AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
305
34
  AfterCommitQueueTest: test_external_observer_changes_state
306
35
  ----------------------------------------------------------
307
36
   (0.1ms) begin transaction
308
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
309
-  (1.1ms) commit transaction
310
-  (0.0ms) begin transaction
311
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
312
-  (0.9ms) commit transaction
313
-  (0.0ms) begin transaction
314
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
37
+ SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00], ["state", "running"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
315
38
   (1.2ms) commit transaction
316
- --------------------------------------------------------------------
317
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
318
- --------------------------------------------------------------------
319
-  (0.0ms) begin transaction
320
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
321
-  (1.0ms) commit transaction
322
-  (0.0ms) begin transaction
323
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
324
-  (0.9ms) commit transaction
325
- ---------------------------------------------------------------------
326
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
327
- ---------------------------------------------------------------------
328
39
   (0.0ms) begin transaction
329
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:12 UTC +00:00]]
330
-  (1.1ms) commit transaction
331
-  (2.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
332
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
333
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
334
- Migrating to CreateServers (20120622135717)
335
-  (0.0ms) begin transaction
336
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
337
- SQL (0.9ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
338
-  (0.7ms) commit transaction
339
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
340
-  (1.2ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
341
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
342
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
343
-  (0.1ms) SELECT version FROM "schema_migrations"
344
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
345
- --------------------------------------------------------------------
346
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
347
- --------------------------------------------------------------------
348
-  (0.1ms) begin transaction
349
- SQL (3.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
350
-  (2.2ms) commit transaction
351
-  (0.1ms) begin transaction
352
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
353
-  (1.0ms) commit transaction
354
- ------------------------------------------------------
355
- AfterCommitQueueTest: test_clears_queue_after_rollback
356
- ------------------------------------------------------
357
-  (0.0ms) begin transaction
358
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
359
-  (0.4ms) rollback transaction
360
- --------------------------------------------------------------------------
361
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
362
- --------------------------------------------------------------------------
363
- ----------------------------------------------------------
364
- AfterCommitQueueTest: test_external_observer_changes_state
365
- ----------------------------------------------------------
40
+ SQL (0.5ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
41
+  (1.2ms) commit transaction
366
42
   (0.1ms) begin transaction
367
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
368
-  (1.0ms) commit transaction
369
-  (0.0ms) begin transaction
370
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
371
-  (1.0ms) commit transaction
372
-  (0.0ms) begin transaction
373
- SQL (0.6ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
374
-  (1.0ms) commit transaction
43
+ SQL (0.7ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
44
+  (1.1ms) commit transaction
375
45
  --------------------------------------------------------------------
376
46
  AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
377
47
  --------------------------------------------------------------------
378
48
   (0.1ms) begin transaction
379
- SQL (0.7ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
380
-  (1.1ms) commit transaction
381
-  (0.0ms) begin transaction
382
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
383
-  (1.0ms) commit transaction
384
- ---------------------------------------------------------------------
385
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
386
- ---------------------------------------------------------------------
387
-  (0.0ms) begin transaction
388
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:51:40 UTC +00:00]]
389
-  (0.7ms) commit transaction
390
-  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
391
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
392
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
393
- Migrating to CreateServers (20120622135717)
394
-  (0.0ms) begin transaction
395
-  (0.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
396
- SQL (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
49
+ SQL (0.6ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00], ["state", "running"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
397
50
   (0.9ms) commit transaction
398
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
399
-  (1.2ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
400
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
401
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
402
-  (0.1ms) SELECT version FROM "schema_migrations"
403
-  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
404
- --------------------------------------------------------------------
405
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
406
- --------------------------------------------------------------------
407
-  (0.1ms) begin transaction
408
- SQL (3.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
409
-  (2.1ms) commit transaction
410
-  (0.1ms) begin transaction
411
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
412
-  (0.9ms) commit transaction
413
- ------------------------------------------------------
414
- AfterCommitQueueTest: test_clears_queue_after_rollback
415
- ------------------------------------------------------
416
-  (0.1ms) begin transaction
417
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
418
-  (0.4ms) rollback transaction
419
- --------------------------------------------------------------------------
420
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
421
- --------------------------------------------------------------------------
422
- ----------------------------------------------------------
423
- AfterCommitQueueTest: test_external_observer_changes_state
424
- ----------------------------------------------------------
425
-  (0.1ms) begin transaction
426
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
427
-  (0.6ms) commit transaction
428
-  (0.0ms) begin transaction
429
- SQL (0.5ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
430
-  (0.6ms) commit transaction
431
-  (0.0ms) begin transaction
432
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
433
-  (0.9ms) commit transaction
434
- --------------------------------------------------------------------
435
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
436
- --------------------------------------------------------------------
437
-  (0.1ms) begin transaction
438
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
439
-  (0.7ms) commit transaction
440
51
   (0.0ms) begin transaction
441
- SQL (0.5ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
442
-  (0.9ms) commit transaction
443
- ---------------------------------------------------------------------
444
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
445
- ---------------------------------------------------------------------
446
-  (0.0ms) begin transaction
447
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:03 UTC +00:00]]
448
-  (1.1ms) commit transaction
449
-  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
450
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
451
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
452
- Migrating to CreateServers (20120622135717)
453
-  (0.1ms) begin transaction
454
-  (0.6ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
455
- SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
456
-  (1.3ms) commit transaction
457
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
458
-  (1.2ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
459
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
460
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
461
-  (0.1ms) SELECT version FROM "schema_migrations"
462
-  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
463
- --------------------------------------------------------------------
464
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
465
- --------------------------------------------------------------------
466
-  (0.1ms) begin transaction
467
- SQL (3.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
468
-  (2.2ms) commit transaction
469
-  (0.1ms) begin transaction
470
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
52
+ SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
471
53
   (0.7ms) commit transaction
472
- ------------------------------------------------------
473
- AfterCommitQueueTest: test_clears_queue_after_rollback
474
- ------------------------------------------------------
475
-  (0.1ms) begin transaction
476
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
477
-  (0.4ms) rollback transaction
478
- --------------------------------------------------------------------------
479
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
480
- --------------------------------------------------------------------------
481
- ----------------------------------------------------------
482
- AfterCommitQueueTest: test_external_observer_changes_state
483
- ----------------------------------------------------------
484
-  (0.1ms) begin transaction
485
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
486
-  (0.6ms) commit transaction
487
-  (0.0ms) begin transaction
488
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
489
-  (0.8ms) commit transaction
490
-  (0.1ms) begin transaction
491
- SQL (0.5ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
492
-  (0.9ms) commit transaction
493
- --------------------------------------------------------------------
494
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
495
- --------------------------------------------------------------------
496
-  (0.1ms) begin transaction
497
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
498
-  (1.2ms) commit transaction
499
-  (0.0ms) begin transaction
500
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
501
-  (1.0ms) commit transaction
502
- ---------------------------------------------------------------------
503
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
504
- ---------------------------------------------------------------------
505
-  (0.0ms) begin transaction
506
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:44 UTC +00:00]]
507
-  (1.1ms) commit transaction
508
-  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
509
-  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
510
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
511
- Migrating to CreateServers (20120622135717)
512
-  (0.1ms) begin transaction
513
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
514
- SQL (1.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
515
-  (1.3ms) commit transaction
516
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
517
-  (1.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
518
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
519
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
520
-  (0.1ms) SELECT version FROM "schema_migrations"
521
-  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
522
- --------------------------------------------------------------------
523
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
524
- --------------------------------------------------------------------
525
-  (0.1ms) begin transaction
526
- SQL (3.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
527
-  (2.3ms) commit transaction
528
-  (0.1ms) begin transaction
529
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
530
-  (0.6ms) commit transaction
531
- ------------------------------------------------------
532
- AfterCommitQueueTest: test_clears_queue_after_rollback
533
- ------------------------------------------------------
534
-  (0.1ms) begin transaction
535
- SQL (0.7ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
536
-  (0.4ms) rollback transaction
537
- --------------------------------------------------------------------------
538
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
539
- --------------------------------------------------------------------------
540
- ----------------------------------------------------------
541
- AfterCommitQueueTest: test_external_observer_changes_state
542
- ----------------------------------------------------------
543
-  (0.1ms) begin transaction
544
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
545
-  (0.7ms) commit transaction
546
-  (0.1ms) begin transaction
547
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
548
-  (1.2ms) commit transaction
549
-  (0.1ms) begin transaction
550
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
551
-  (1.1ms) commit transaction
552
- --------------------------------------------------------------------
553
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
554
- --------------------------------------------------------------------
555
-  (0.0ms) begin transaction
556
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
557
-  (0.7ms) commit transaction
558
-  (0.1ms) begin transaction
559
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
560
-  (1.1ms) commit transaction
561
54
  ---------------------------------------------------------------------
562
55
  AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
563
56
  ---------------------------------------------------------------------
564
57
   (0.0ms) begin transaction
565
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:52:53 UTC +00:00]]
566
-  (1.1ms) commit transaction
567
-  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
568
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
569
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
570
- Migrating to CreateServers (20120622135717)
571
-  (0.1ms) begin transaction
572
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
573
- SQL (1.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120622135717"]]
574
-  (0.8ms) commit transaction
575
- ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
576
-  (0.8ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) 
577
-  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
578
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
579
-  (0.1ms) SELECT version FROM "schema_migrations"
580
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
581
- --------------------------------------------------------------------
582
- AfterCommitQueueTest: test_clear_queue_after_methods_from_are_called
583
- --------------------------------------------------------------------
584
-  (0.1ms) begin transaction
585
- SQL (3.0ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
586
-  (2.3ms) commit transaction
587
-  (0.1ms) begin transaction
588
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 1 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
589
-  (1.1ms) commit transaction
590
- ------------------------------------------------------
591
- AfterCommitQueueTest: test_clears_queue_after_rollback
592
- ------------------------------------------------------
593
-  (0.0ms) begin transaction
594
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
595
-  (0.4ms) rollback transaction
596
- --------------------------------------------------------------------------
597
- AfterCommitQueueTest: test_clears_queue_even_when_no_callback_was_enqueued
598
- --------------------------------------------------------------------------
599
- ----------------------------------------------------------
600
- AfterCommitQueueTest: test_external_observer_changes_state
601
- ----------------------------------------------------------
602
-  (0.1ms) begin transaction
603
- SQL (0.4ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
604
-  (1.0ms) commit transaction
605
-  (0.0ms) begin transaction
606
- SQL (0.4ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "turned_off"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
607
-  (1.1ms) commit transaction
608
-  (0.1ms) begin transaction
609
- SQL (0.3ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 2 [["state", "uninstalled"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
610
-  (0.8ms) commit transaction
611
- --------------------------------------------------------------------
612
- AfterCommitQueueTest: test_run_blocks_after_transaction_is_committed
613
- --------------------------------------------------------------------
614
-  (0.0ms) begin transaction
615
- SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
616
-  (1.0ms) commit transaction
617
-  (0.0ms) begin transaction
618
- SQL (0.5ms) UPDATE "servers" SET "state" = ?, "updated_at" = ? WHERE "servers"."id" = 3 [["state", "crashed"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
619
-  (0.8ms) commit transaction
620
- ---------------------------------------------------------------------
621
- AfterCommitQueueTest: test_run_methods_after_transaction_is_committed
622
- ---------------------------------------------------------------------
623
-  (0.1ms) begin transaction
624
- SQL (0.5ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00], ["state", "running"], ["updated_at", Wed, 24 Jul 2013 06:53:11 UTC +00:00]]
58
+ SQL (0.3ms) INSERT INTO "servers" ("created_at", "state", "updated_at") VALUES (?, ?, ?) [["created_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00], ["state", "running"], ["updated_at", Tue, 29 Sep 2015 20:23:15 UTC +00:00]]
625
59
   (1.0ms) commit transaction
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: after_commit_queue
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.1.0
4
+ version: 1.2.0
6
5
  platform: ruby
7
6
  authors:
8
7
  - Grzegorz Kołodziejczyk
@@ -10,40 +9,64 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-07-24 00:00:00.000000000 Z
12
+ date: 2015-09-29 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
- name: rails
17
- type: :runtime
15
+ name: activerecord
18
16
  requirement: !ruby/object:Gem::Requirement
19
17
  requirements:
20
- - - ! '>='
18
+ - - ">="
21
19
  - !ruby/object:Gem::Version
22
20
  version: '3.0'
23
- none: false
21
+ type: :runtime
22
+ prerelease: false
24
23
  version_requirements: !ruby/object:Gem::Requirement
25
24
  requirements:
26
- - - ! '>='
25
+ - - ">="
27
26
  - !ruby/object:Gem::Version
28
27
  version: '3.0'
29
- none: false
28
+ - !ruby/object:Gem::Dependency
29
+ name: state_machine
30
+ requirement: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ type: :runtime
30
36
  prerelease: false
37
+ version_requirements: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
31
42
  - !ruby/object:Gem::Dependency
32
43
  name: sqlite3
33
- type: :development
34
44
  requirement: !ruby/object:Gem::Requirement
35
45
  requirements:
36
- - - ! '>='
46
+ - - ">="
37
47
  - !ruby/object:Gem::Version
38
48
  version: '0'
39
- none: false
49
+ type: :development
50
+ prerelease: false
40
51
  version_requirements: !ruby/object:Gem::Requirement
41
52
  requirements:
42
- - - ! '>='
53
+ - - ">="
43
54
  - !ruby/object:Gem::Version
44
55
  version: '0'
45
- none: false
56
+ - !ruby/object:Gem::Dependency
57
+ name: rails
58
+ requirement: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '3.0'
63
+ type: :development
46
64
  prerelease: false
65
+ version_requirements: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: '3.0'
47
70
  description: Plugin for running methods on ActiveRecord models after record is committed
48
71
  email:
49
72
  - devs@shellycloud.com
@@ -51,13 +74,15 @@ executables: []
51
74
  extensions: []
52
75
  extra_rdoc_files: []
53
76
  files:
54
- - lib/after_commit_queue/version.rb
55
- - lib/after_commit_queue.rb
56
- - lib/tasks/after_commit_queue_tasks.rake
57
77
  - MIT-LICENSE
58
- - Rakefile
59
78
  - README.md
79
+ - Rakefile
80
+ - lib/after_commit_queue.rb
81
+ - lib/after_commit_queue/version.rb
82
+ - lib/tasks/after_commit_queue_tasks.rake
60
83
  - test/after_commit_queue_test.rb
84
+ - test/dummy/README.rdoc
85
+ - test/dummy/Rakefile
61
86
  - test/dummy/app/assets/javascripts/application.js
62
87
  - test/dummy/app/assets/stylesheets/application.css
63
88
  - test/dummy/app/controllers/application_controller.rb
@@ -65,6 +90,7 @@ files:
65
90
  - test/dummy/app/models/server.rb
66
91
  - test/dummy/app/models/server_observer.rb
67
92
  - test/dummy/app/views/layouts/application.html.erb
93
+ - test/dummy/config.ru
68
94
  - test/dummy/config/application.rb
69
95
  - test/dummy/config/boot.rb
70
96
  - test/dummy/config/database.yml
@@ -80,52 +106,40 @@ files:
80
106
  - test/dummy/config/initializers/wrap_parameters.rb
81
107
  - test/dummy/config/locales/en.yml
82
108
  - test/dummy/config/routes.rb
83
- - test/dummy/config.ru
84
- - test/dummy/db/development.sqlite3
85
109
  - test/dummy/db/migrate/20120622135717_create_servers.rb
86
110
  - test/dummy/db/schema.rb
87
111
  - test/dummy/db/test.sqlite3
88
- - test/dummy/log/development.log
89
112
  - test/dummy/log/test.log
90
113
  - test/dummy/public/404.html
91
114
  - test/dummy/public/422.html
92
115
  - test/dummy/public/500.html
93
116
  - test/dummy/public/favicon.ico
94
- - test/dummy/Rakefile
95
- - test/dummy/README.rdoc
96
117
  - test/dummy/script/rails
97
118
  - test/dummy/test/fixtures/servers.yml
98
119
  - test/dummy/test/unit/server_test.rb
99
120
  - test/test_helper.rb
100
121
  homepage: https://github.com/shellycloud/after_commit_queue
101
122
  licenses: []
123
+ metadata: {}
102
124
  post_install_message:
103
125
  rdoc_options: []
104
126
  require_paths:
105
127
  - lib
106
128
  required_ruby_version: !ruby/object:Gem::Requirement
107
129
  requirements:
108
- - - ! '>='
130
+ - - ">="
109
131
  - !ruby/object:Gem::Version
110
- segments:
111
- - 0
112
- hash: 3379039987841084501
113
132
  version: '0'
114
- none: false
115
133
  required_rubygems_version: !ruby/object:Gem::Requirement
116
134
  requirements:
117
- - - ! '>='
135
+ - - ">="
118
136
  - !ruby/object:Gem::Version
119
- segments:
120
- - 0
121
- hash: 3379039987841084501
122
137
  version: '0'
123
- none: false
124
138
  requirements: []
125
139
  rubyforge_project:
126
- rubygems_version: 1.8.23
140
+ rubygems_version: 2.4.5.1
127
141
  signing_key:
128
- specification_version: 3
142
+ specification_version: 4
129
143
  summary: after_commit queue
130
144
  test_files:
131
145
  - test/after_commit_queue_test.rb
@@ -152,11 +166,9 @@ test_files:
152
166
  - test/dummy/config/locales/en.yml
153
167
  - test/dummy/config/routes.rb
154
168
  - test/dummy/config.ru
155
- - test/dummy/db/development.sqlite3
156
169
  - test/dummy/db/migrate/20120622135717_create_servers.rb
157
170
  - test/dummy/db/schema.rb
158
171
  - test/dummy/db/test.sqlite3
159
- - test/dummy/log/development.log
160
172
  - test/dummy/log/test.log
161
173
  - test/dummy/public/404.html
162
174
  - test/dummy/public/422.html
@@ -1,55 +0,0 @@
1
- Connecting to database specified by database.yml
2
-  (0.1ms) select sqlite_version(*)
3
-  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
-  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6
- Migrating to CreateServers (20120622135717)
7
-  (0.0ms) begin transaction
8
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
9
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120622135717')
10
-  (1.1ms) commit transaction
11
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
12
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
13
-  (0.2ms) select sqlite_version(*)
14
-  (0.9ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
15
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
16
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17
-  (0.1ms) SELECT version FROM "schema_migrations"
18
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
19
- Connecting to database specified by database.yml
20
-  (0.1ms) select sqlite_version(*)
21
-  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
22
-  (1.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
23
-  (1.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
24
- Migrating to CreateServers (20120622135717)
25
-  (0.0ms) begin transaction
26
-  (0.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
27
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120622135717')
28
-  (1.2ms) commit transaction
29
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
30
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
31
-  (0.2ms) select sqlite_version(*)
32
-  (1.3ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
33
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
34
-  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
35
-  (0.1ms) SELECT version FROM "schema_migrations"
36
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')
37
- Connecting to database specified by database.yml
38
- Connecting to database specified by database.yml
39
-  (0.5ms) select sqlite_version(*)
40
-  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
41
-  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
42
-  (3.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
43
- Migrating to CreateServers (20120622135717)
44
-  (0.0ms) begin transaction
45
-  (0.4ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
46
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120622135717')
47
-  (1.1ms) commit transaction
48
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
49
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
50
-  (0.2ms) select sqlite_version(*)
51
-  (1.2ms) CREATE TABLE "servers" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "state" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
52
-  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
53
-  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
54
-  (0.1ms) SELECT version FROM "schema_migrations"
55
-  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120622135717')