rails_sprite 0.0.1 → 0.0.2
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.
- checksums.yaml +4 -4
- data/README.md +34 -0
- data/Rakefile +11 -0
- data/lib/rails-sprite.rb +8 -0
- data/lib/rails_sprite/library/rmagick.rb +30 -0
- data/lib/rails_sprite/sprite_util.rb +141 -0
- data/lib/rails_sprite/stylesheet_generator.rb +85 -0
- data/lib/rails_sprite/version.rb +1 -1
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/assets/stylesheets/application.css +15 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/bin/setup +29 -0
- data/test/dummy/config/application.rb +26 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +41 -0
- data/test/dummy/config/environments/production.rb +79 -0
- data/test/dummy/config/environments/test.rb +42 -0
- data/test/dummy/config/initializers/assets.rb +11 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +4 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +56 -0
- data/test/dummy/config/secrets.yml +22 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/schema.rb +16 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +4 -0
- data/test/dummy/log/test.log +1257 -0
- data/test/dummy/public/404.html +67 -0
- data/test/dummy/public/422.html +67 -0
- data/test/dummy/public/500.html +66 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite/icons/16x16.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite/icons/32x32.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/16x16/avatar.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/16x16/heart-rose.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/16x16/mail.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/32x32/avatar.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/32x32/heart-rose.png +0 -0
- data/test/fixtures/testing/app/assets/images/rails_xxx/sprite_sources/icons/32x32/mail.png +0 -0
- data/test/fixtures/testing/app/assets/stylesheets/rails_xxx/sprite/icons/32x32.css.scss.erb +15 -0
- data/test/rails_sprite_test.rb +19 -0
- data/test/test_helper.rb +18 -0
- metadata +151 -6
- data/README.rdoc +0 -3
- data/lib/rails_sprite.rb +0 -2
@@ -0,0 +1,1257 @@
|
|
1
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2
|
+
---------------------------
|
3
|
+
RailsSpriteTest: test_truth
|
4
|
+
---------------------------
|
5
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
6
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
7
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
8
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
9
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
10
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
11
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
12
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13
|
+
---------------------------
|
14
|
+
RailsSpriteTest: test_truth
|
15
|
+
---------------------------
|
16
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
17
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
18
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
19
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
20
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
21
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
22
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
23
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
24
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
25
|
+
-----------------------------
|
26
|
+
RailsSpriteTest: test_perform
|
27
|
+
-----------------------------
|
28
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
30
|
+
---------------------------
|
31
|
+
RailsSpriteTest: test_truth
|
32
|
+
---------------------------
|
33
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
34
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
35
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
36
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
37
|
+
[1m[36m (1.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
38
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
39
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
40
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
41
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
42
|
+
-----------------------------
|
43
|
+
RailsSpriteTest: test_perform
|
44
|
+
-----------------------------
|
45
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
46
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
47
|
+
---------------------------
|
48
|
+
RailsSpriteTest: test_truth
|
49
|
+
---------------------------
|
50
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
51
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
52
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
53
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
54
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
55
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
56
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
57
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
58
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
59
|
+
---------------------------
|
60
|
+
RailsSpriteTest: test_truth
|
61
|
+
---------------------------
|
62
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
63
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
64
|
+
-----------------------------
|
65
|
+
RailsSpriteTest: test_perform
|
66
|
+
-----------------------------
|
67
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
68
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
69
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
70
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
71
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
72
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
73
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
74
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
75
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
76
|
+
-----------------------------
|
77
|
+
RailsSpriteTest: test_perform
|
78
|
+
-----------------------------
|
79
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
80
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
81
|
+
---------------------------
|
82
|
+
RailsSpriteTest: test_truth
|
83
|
+
---------------------------
|
84
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
85
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
86
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
87
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
88
|
+
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
89
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
90
|
+
[1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
91
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
92
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
93
|
+
-----------------------------
|
94
|
+
RailsSpriteTest: test_perform
|
95
|
+
-----------------------------
|
96
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
97
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
98
|
+
---------------------------
|
99
|
+
RailsSpriteTest: test_truth
|
100
|
+
---------------------------
|
101
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
102
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
103
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
104
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
105
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
106
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
107
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
108
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
110
|
+
-----------------------------
|
111
|
+
RailsSpriteTest: test_perform
|
112
|
+
-----------------------------
|
113
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
114
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
115
|
+
---------------------------
|
116
|
+
RailsSpriteTest: test_truth
|
117
|
+
---------------------------
|
118
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
119
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
120
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
121
|
+
[1m[35m (0.3ms)[0m select sqlite_version(*)
|
122
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
123
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
124
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
125
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
127
|
+
-----------------------------
|
128
|
+
RailsSpriteTest: test_perform
|
129
|
+
-----------------------------
|
130
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
131
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
132
|
+
---------------------------
|
133
|
+
RailsSpriteTest: test_truth
|
134
|
+
---------------------------
|
135
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
136
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
137
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
138
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
139
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
140
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
141
|
+
[1m[36m (1.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
142
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
143
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
144
|
+
-----------------------------
|
145
|
+
RailsSpriteTest: test_perform
|
146
|
+
-----------------------------
|
147
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
148
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
149
|
+
---------------------------
|
150
|
+
RailsSpriteTest: test_truth
|
151
|
+
---------------------------
|
152
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
153
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
154
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
155
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
156
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
157
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
158
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
159
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
160
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
161
|
+
-----------------------------
|
162
|
+
RailsSpriteTest: test_perform
|
163
|
+
-----------------------------
|
164
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
165
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
166
|
+
---------------------------
|
167
|
+
RailsSpriteTest: test_truth
|
168
|
+
---------------------------
|
169
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
170
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
171
|
+
[1m[36m (2.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
172
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
173
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
174
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
175
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
176
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
177
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
178
|
+
-----------------------------
|
179
|
+
RailsSpriteTest: test_perform
|
180
|
+
-----------------------------
|
181
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
182
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
183
|
+
---------------------------
|
184
|
+
RailsSpriteTest: test_truth
|
185
|
+
---------------------------
|
186
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
187
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
188
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
189
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
190
|
+
[1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
191
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
192
|
+
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
193
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
194
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
195
|
+
---------------------------
|
196
|
+
RailsSpriteTest: test_truth
|
197
|
+
---------------------------
|
198
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
199
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
200
|
+
-----------------------------
|
201
|
+
RailsSpriteTest: test_perform
|
202
|
+
-----------------------------
|
203
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
204
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
205
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
206
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
207
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
208
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
209
|
+
[1m[36m (1.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
210
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
211
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
212
|
+
---------------------------
|
213
|
+
RailsSpriteTest: test_truth
|
214
|
+
---------------------------
|
215
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
217
|
+
-----------------------------
|
218
|
+
RailsSpriteTest: test_perform
|
219
|
+
-----------------------------
|
220
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
221
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
222
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
223
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
224
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
225
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
226
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
227
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
228
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
229
|
+
-----------------------------
|
230
|
+
RailsSpriteTest: test_perform
|
231
|
+
-----------------------------
|
232
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
233
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
234
|
+
---------------------------
|
235
|
+
RailsSpriteTest: test_truth
|
236
|
+
---------------------------
|
237
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
238
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
239
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
240
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
241
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
242
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
243
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
244
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
245
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
246
|
+
-----------------------------
|
247
|
+
RailsSpriteTest: test_perform
|
248
|
+
-----------------------------
|
249
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
250
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
251
|
+
---------------------------
|
252
|
+
RailsSpriteTest: test_truth
|
253
|
+
---------------------------
|
254
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
255
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
256
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
257
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
258
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
259
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
260
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
261
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
262
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
263
|
+
---------------------------
|
264
|
+
RailsSpriteTest: test_truth
|
265
|
+
---------------------------
|
266
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
267
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
268
|
+
-----------------------------
|
269
|
+
RailsSpriteTest: test_perform
|
270
|
+
-----------------------------
|
271
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
272
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
273
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
274
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
275
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
276
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
277
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
278
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
279
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
280
|
+
-----------------------------
|
281
|
+
RailsSpriteTest: test_perform
|
282
|
+
-----------------------------
|
283
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
284
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
285
|
+
---------------------------
|
286
|
+
RailsSpriteTest: test_truth
|
287
|
+
---------------------------
|
288
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
289
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
290
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
291
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
292
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
293
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
294
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
295
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
296
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
297
|
+
-----------------------------
|
298
|
+
RailsSpriteTest: test_perform
|
299
|
+
-----------------------------
|
300
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
301
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
302
|
+
---------------------------
|
303
|
+
RailsSpriteTest: test_truth
|
304
|
+
---------------------------
|
305
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
306
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
307
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
308
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
309
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
310
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
311
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
312
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
313
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
314
|
+
-----------------------------
|
315
|
+
RailsSpriteTest: test_perform
|
316
|
+
-----------------------------
|
317
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
318
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
319
|
+
---------------------------
|
320
|
+
RailsSpriteTest: test_truth
|
321
|
+
---------------------------
|
322
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
323
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
324
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
325
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
326
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
327
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
328
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
329
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
330
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
331
|
+
-----------------------------
|
332
|
+
RailsSpriteTest: test_perform
|
333
|
+
-----------------------------
|
334
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
335
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
336
|
+
---------------------------
|
337
|
+
RailsSpriteTest: test_truth
|
338
|
+
---------------------------
|
339
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
340
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
341
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
342
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
343
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
344
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
345
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
346
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
347
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
348
|
+
-----------------------------
|
349
|
+
RailsSpriteTest: test_perform
|
350
|
+
-----------------------------
|
351
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
352
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
353
|
+
---------------------------
|
354
|
+
RailsSpriteTest: test_truth
|
355
|
+
---------------------------
|
356
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
357
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
358
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
359
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
360
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
361
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
362
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
363
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
364
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
365
|
+
-----------------------------
|
366
|
+
RailsSpriteTest: test_perform
|
367
|
+
-----------------------------
|
368
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
369
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
370
|
+
---------------------------
|
371
|
+
RailsSpriteTest: test_truth
|
372
|
+
---------------------------
|
373
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
374
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
375
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
376
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
377
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
378
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
379
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
380
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
381
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
382
|
+
-----------------------------
|
383
|
+
RailsSpriteTest: test_perform
|
384
|
+
-----------------------------
|
385
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
386
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
387
|
+
---------------------------
|
388
|
+
RailsSpriteTest: test_truth
|
389
|
+
---------------------------
|
390
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
391
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
392
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
393
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
394
|
+
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
395
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
396
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
397
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
398
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
399
|
+
-----------------------------
|
400
|
+
RailsSpriteTest: test_perform
|
401
|
+
-----------------------------
|
402
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
403
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
404
|
+
---------------------------
|
405
|
+
RailsSpriteTest: test_truth
|
406
|
+
---------------------------
|
407
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
408
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
409
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
410
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
411
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
412
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
413
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
414
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
415
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
416
|
+
-----------------------------
|
417
|
+
RailsSpriteTest: test_perform
|
418
|
+
-----------------------------
|
419
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
420
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
421
|
+
---------------------------
|
422
|
+
RailsSpriteTest: test_truth
|
423
|
+
---------------------------
|
424
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
425
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
426
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
427
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
428
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
429
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
430
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
431
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
432
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
433
|
+
-----------------------------
|
434
|
+
RailsSpriteTest: test_perform
|
435
|
+
-----------------------------
|
436
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
437
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
438
|
+
---------------------------
|
439
|
+
RailsSpriteTest: test_truth
|
440
|
+
---------------------------
|
441
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
442
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
443
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
444
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
445
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
446
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
447
|
+
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
448
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
449
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
450
|
+
---------------------------
|
451
|
+
RailsSpriteTest: test_truth
|
452
|
+
---------------------------
|
453
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
454
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
455
|
+
-----------------------------
|
456
|
+
RailsSpriteTest: test_perform
|
457
|
+
-----------------------------
|
458
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
459
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
460
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
461
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
462
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
463
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
464
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
465
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
466
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
467
|
+
-----------------------------
|
468
|
+
RailsSpriteTest: test_perform
|
469
|
+
-----------------------------
|
470
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
471
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
472
|
+
---------------------------
|
473
|
+
RailsSpriteTest: test_truth
|
474
|
+
---------------------------
|
475
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
476
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
477
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
478
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
479
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
480
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
481
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
482
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
484
|
+
-----------------------------
|
485
|
+
RailsSpriteTest: test_perform
|
486
|
+
-----------------------------
|
487
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
488
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
489
|
+
---------------------------
|
490
|
+
RailsSpriteTest: test_truth
|
491
|
+
---------------------------
|
492
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
493
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
494
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
495
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
496
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
497
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
498
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
499
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
500
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
501
|
+
-----------------------------
|
502
|
+
RailsSpriteTest: test_perform
|
503
|
+
-----------------------------
|
504
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
505
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
506
|
+
---------------------------
|
507
|
+
RailsSpriteTest: test_truth
|
508
|
+
---------------------------
|
509
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
510
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
511
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
512
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
513
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
514
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
515
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
516
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
517
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
518
|
+
---------------------------
|
519
|
+
RailsSpriteTest: test_truth
|
520
|
+
---------------------------
|
521
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
522
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
523
|
+
-----------------------------
|
524
|
+
RailsSpriteTest: test_perform
|
525
|
+
-----------------------------
|
526
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
527
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
528
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
529
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
530
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
531
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
532
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
533
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
535
|
+
-----------------------------
|
536
|
+
RailsSpriteTest: test_perform
|
537
|
+
-----------------------------
|
538
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
539
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
540
|
+
---------------------------
|
541
|
+
RailsSpriteTest: test_truth
|
542
|
+
---------------------------
|
543
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
544
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
545
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
546
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
547
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
548
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
549
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
550
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
551
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
552
|
+
---------------------------
|
553
|
+
RailsSpriteTest: test_truth
|
554
|
+
---------------------------
|
555
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
556
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
557
|
+
-----------------------------
|
558
|
+
RailsSpriteTest: test_perform
|
559
|
+
-----------------------------
|
560
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
561
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
562
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
563
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
564
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
565
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
566
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
567
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
568
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
569
|
+
---------------------------
|
570
|
+
RailsSpriteTest: test_truth
|
571
|
+
---------------------------
|
572
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
573
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
574
|
+
-----------------------------
|
575
|
+
RailsSpriteTest: test_perform
|
576
|
+
-----------------------------
|
577
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
578
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
579
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
580
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
581
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
582
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
583
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
584
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
585
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
586
|
+
-----------------------------
|
587
|
+
RailsSpriteTest: test_perform
|
588
|
+
-----------------------------
|
589
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
590
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
591
|
+
---------------------------
|
592
|
+
RailsSpriteTest: test_truth
|
593
|
+
---------------------------
|
594
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
595
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
596
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
597
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
598
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
599
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
600
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
601
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
602
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
603
|
+
-----------------------------
|
604
|
+
RailsSpriteTest: test_perform
|
605
|
+
-----------------------------
|
606
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
607
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
608
|
+
---------------------------
|
609
|
+
RailsSpriteTest: test_truth
|
610
|
+
---------------------------
|
611
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
612
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
613
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
614
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
615
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
616
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
617
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
618
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
619
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
620
|
+
---------------------------
|
621
|
+
RailsSpriteTest: test_truth
|
622
|
+
---------------------------
|
623
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
624
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
625
|
+
-----------------------------
|
626
|
+
RailsSpriteTest: test_perform
|
627
|
+
-----------------------------
|
628
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
629
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
630
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
631
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
632
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
633
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
634
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
635
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
636
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
637
|
+
-----------------------------
|
638
|
+
RailsSpriteTest: test_perform
|
639
|
+
-----------------------------
|
640
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
641
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
642
|
+
---------------------------
|
643
|
+
RailsSpriteTest: test_truth
|
644
|
+
---------------------------
|
645
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
646
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
647
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
648
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
649
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
650
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
651
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
652
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
653
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
654
|
+
-----------------------------
|
655
|
+
RailsSpriteTest: test_perform
|
656
|
+
-----------------------------
|
657
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
658
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
659
|
+
---------------------------
|
660
|
+
RailsSpriteTest: test_truth
|
661
|
+
---------------------------
|
662
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
663
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
664
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
665
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
666
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
667
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
668
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
669
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
670
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
671
|
+
---------------------------
|
672
|
+
RailsSpriteTest: test_truth
|
673
|
+
---------------------------
|
674
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
675
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
676
|
+
-----------------------------
|
677
|
+
RailsSpriteTest: test_perform
|
678
|
+
-----------------------------
|
679
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
680
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
681
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
682
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
683
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
684
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
685
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
686
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
687
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
688
|
+
-----------------------------
|
689
|
+
RailsSpriteTest: test_perform
|
690
|
+
-----------------------------
|
691
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
692
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
693
|
+
---------------------------
|
694
|
+
RailsSpriteTest: test_truth
|
695
|
+
---------------------------
|
696
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
697
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
698
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
699
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
700
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
701
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
702
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
703
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
704
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
705
|
+
---------------------------
|
706
|
+
RailsSpriteTest: test_truth
|
707
|
+
---------------------------
|
708
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
709
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
710
|
+
-----------------------------
|
711
|
+
RailsSpriteTest: test_perform
|
712
|
+
-----------------------------
|
713
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
714
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
715
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
716
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
717
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
718
|
+
[1m[35m (0.4ms)[0m SELECT version FROM "schema_migrations"
|
719
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
720
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
721
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
722
|
+
-----------------------------
|
723
|
+
RailsSpriteTest: test_perform
|
724
|
+
-----------------------------
|
725
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
726
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
727
|
+
---------------------------
|
728
|
+
RailsSpriteTest: test_truth
|
729
|
+
---------------------------
|
730
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
731
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
732
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
733
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
734
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
735
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
736
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
737
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
738
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
739
|
+
-----------------------------
|
740
|
+
RailsSpriteTest: test_perform
|
741
|
+
-----------------------------
|
742
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
743
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
744
|
+
---------------------------
|
745
|
+
RailsSpriteTest: test_truth
|
746
|
+
---------------------------
|
747
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
748
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
749
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
750
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
751
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
752
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
753
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
754
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
755
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
756
|
+
-----------------------------
|
757
|
+
RailsSpriteTest: test_perform
|
758
|
+
-----------------------------
|
759
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
760
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
761
|
+
---------------------------
|
762
|
+
RailsSpriteTest: test_truth
|
763
|
+
---------------------------
|
764
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
765
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
766
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
767
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
768
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
769
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
770
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
771
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
772
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
773
|
+
-----------------------------
|
774
|
+
RailsSpriteTest: test_perform
|
775
|
+
-----------------------------
|
776
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
777
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
778
|
+
---------------------------
|
779
|
+
RailsSpriteTest: test_truth
|
780
|
+
---------------------------
|
781
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
782
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
783
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
784
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
785
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
786
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
787
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
788
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
789
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
790
|
+
---------------------------
|
791
|
+
RailsSpriteTest: test_truth
|
792
|
+
---------------------------
|
793
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
794
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
795
|
+
-----------------------------
|
796
|
+
RailsSpriteTest: test_perform
|
797
|
+
-----------------------------
|
798
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
799
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
800
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
801
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
802
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
803
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
804
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
805
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
806
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
807
|
+
-----------------------------
|
808
|
+
RailsSpriteTest: test_perform
|
809
|
+
-----------------------------
|
810
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
811
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
812
|
+
---------------------------
|
813
|
+
RailsSpriteTest: test_truth
|
814
|
+
---------------------------
|
815
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
816
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
817
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
818
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
819
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
820
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
821
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
822
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
823
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
824
|
+
---------------------------
|
825
|
+
RailsSpriteTest: test_truth
|
826
|
+
---------------------------
|
827
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
828
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
829
|
+
-----------------------------
|
830
|
+
RailsSpriteTest: test_perform
|
831
|
+
-----------------------------
|
832
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
833
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
834
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
835
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
836
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
837
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
838
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
839
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
840
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
841
|
+
-----------------------------
|
842
|
+
RailsSpriteTest: test_perform
|
843
|
+
-----------------------------
|
844
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
845
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
846
|
+
---------------------------
|
847
|
+
RailsSpriteTest: test_truth
|
848
|
+
---------------------------
|
849
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
850
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
851
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
852
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
853
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
854
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
855
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
856
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
857
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
858
|
+
-----------------------------
|
859
|
+
RailsSpriteTest: test_perform
|
860
|
+
-----------------------------
|
861
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
862
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
863
|
+
---------------------------
|
864
|
+
RailsSpriteTest: test_truth
|
865
|
+
---------------------------
|
866
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
867
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
868
|
+
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
869
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
870
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
871
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
872
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
873
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
874
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
875
|
+
-----------------------------
|
876
|
+
RailsSpriteTest: test_perform
|
877
|
+
-----------------------------
|
878
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
879
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
880
|
+
---------------------------
|
881
|
+
RailsSpriteTest: test_truth
|
882
|
+
---------------------------
|
883
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
884
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
885
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
886
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
887
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
888
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
889
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
890
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
891
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
892
|
+
---------------------------
|
893
|
+
RailsSpriteTest: test_truth
|
894
|
+
---------------------------
|
895
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
896
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
897
|
+
-----------------------------
|
898
|
+
RailsSpriteTest: test_perform
|
899
|
+
-----------------------------
|
900
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
901
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
902
|
+
[1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
903
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
904
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
905
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
906
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
907
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
908
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
909
|
+
-----------------------------
|
910
|
+
RailsSpriteTest: test_perform
|
911
|
+
-----------------------------
|
912
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
913
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
914
|
+
---------------------------
|
915
|
+
RailsSpriteTest: test_truth
|
916
|
+
---------------------------
|
917
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
918
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
919
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
920
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
921
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
922
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
923
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
924
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
925
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
926
|
+
---------------------------
|
927
|
+
RailsSpriteTest: test_truth
|
928
|
+
---------------------------
|
929
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
930
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
931
|
+
-----------------------------
|
932
|
+
RailsSpriteTest: test_perform
|
933
|
+
-----------------------------
|
934
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
935
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
936
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
937
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
938
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
939
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
940
|
+
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
941
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
942
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
943
|
+
---------------------------
|
944
|
+
RailsSpriteTest: test_truth
|
945
|
+
---------------------------
|
946
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
947
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
948
|
+
-----------------------------
|
949
|
+
RailsSpriteTest: test_perform
|
950
|
+
-----------------------------
|
951
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
952
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
953
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
954
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
955
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
956
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
957
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
958
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
959
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
960
|
+
---------------------------
|
961
|
+
RailsSpriteTest: test_truth
|
962
|
+
---------------------------
|
963
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
964
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
965
|
+
-----------------------------
|
966
|
+
RailsSpriteTest: test_perform
|
967
|
+
-----------------------------
|
968
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
969
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
970
|
+
[1m[36m (1.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
971
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
972
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
973
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
974
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
975
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
976
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
977
|
+
---------------------------
|
978
|
+
RailsSpriteTest: test_truth
|
979
|
+
---------------------------
|
980
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
981
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
982
|
+
-----------------------------
|
983
|
+
RailsSpriteTest: test_perform
|
984
|
+
-----------------------------
|
985
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
986
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
987
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
988
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
989
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
990
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
991
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
992
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
993
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
994
|
+
---------------------------
|
995
|
+
RailsSpriteTest: test_truth
|
996
|
+
---------------------------
|
997
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
998
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
999
|
+
-----------------------------
|
1000
|
+
RailsSpriteTest: test_perform
|
1001
|
+
-----------------------------
|
1002
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1003
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1004
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1005
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1006
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1007
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1008
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1009
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1010
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1011
|
+
---------------------------
|
1012
|
+
RailsSpriteTest: test_truth
|
1013
|
+
---------------------------
|
1014
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1015
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1016
|
+
-----------------------------
|
1017
|
+
RailsSpriteTest: test_perform
|
1018
|
+
-----------------------------
|
1019
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1020
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1021
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1022
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1023
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1024
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1025
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1026
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1027
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1028
|
+
-----------------------------
|
1029
|
+
RailsSpriteTest: test_perform
|
1030
|
+
-----------------------------
|
1031
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1032
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1033
|
+
---------------------------
|
1034
|
+
RailsSpriteTest: test_truth
|
1035
|
+
---------------------------
|
1036
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1037
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1038
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1039
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1040
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1041
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1042
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1043
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1044
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1045
|
+
-----------------------------
|
1046
|
+
RailsSpriteTest: test_perform
|
1047
|
+
-----------------------------
|
1048
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1049
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1050
|
+
---------------------------
|
1051
|
+
RailsSpriteTest: test_truth
|
1052
|
+
---------------------------
|
1053
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1054
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1055
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1056
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1057
|
+
[1m[36m (1.6ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1058
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1059
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1060
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1061
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1062
|
+
-----------------------------
|
1063
|
+
RailsSpriteTest: test_perform
|
1064
|
+
-----------------------------
|
1065
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1066
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1067
|
+
---------------------------
|
1068
|
+
RailsSpriteTest: test_truth
|
1069
|
+
---------------------------
|
1070
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1071
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1072
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1073
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1074
|
+
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1075
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
1076
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1077
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1078
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1079
|
+
-----------------------------
|
1080
|
+
RailsSpriteTest: test_perform
|
1081
|
+
-----------------------------
|
1082
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1083
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1084
|
+
---------------------------
|
1085
|
+
RailsSpriteTest: test_truth
|
1086
|
+
---------------------------
|
1087
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1088
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1089
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1090
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1091
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1092
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1093
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1094
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1095
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1096
|
+
---------------------------
|
1097
|
+
RailsSpriteTest: test_truth
|
1098
|
+
---------------------------
|
1099
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1100
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1101
|
+
-----------------------------
|
1102
|
+
RailsSpriteTest: test_perform
|
1103
|
+
-----------------------------
|
1104
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1105
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1106
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1107
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1108
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1109
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1110
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1111
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1112
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1113
|
+
-----------------------------
|
1114
|
+
RailsSpriteTest: test_perform
|
1115
|
+
-----------------------------
|
1116
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1117
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1118
|
+
---------------------------
|
1119
|
+
RailsSpriteTest: test_truth
|
1120
|
+
---------------------------
|
1121
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1122
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1123
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1124
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
1125
|
+
[1m[36m (1.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1126
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
1127
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1128
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1129
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1130
|
+
-----------------------------
|
1131
|
+
RailsSpriteTest: test_perform
|
1132
|
+
-----------------------------
|
1133
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1134
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1135
|
+
---------------------------
|
1136
|
+
RailsSpriteTest: test_truth
|
1137
|
+
---------------------------
|
1138
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1139
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1140
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1141
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1142
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1143
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1144
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1145
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1146
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1147
|
+
-----------------------------
|
1148
|
+
RailsSpriteTest: test_perform
|
1149
|
+
-----------------------------
|
1150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1151
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1152
|
+
---------------------------
|
1153
|
+
RailsSpriteTest: test_truth
|
1154
|
+
---------------------------
|
1155
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1156
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1157
|
+
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1158
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1159
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1160
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1161
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1162
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1163
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1164
|
+
-----------------------------
|
1165
|
+
RailsSpriteTest: test_perform
|
1166
|
+
-----------------------------
|
1167
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1169
|
+
---------------------------
|
1170
|
+
RailsSpriteTest: test_truth
|
1171
|
+
---------------------------
|
1172
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1173
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1174
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1175
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1176
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1177
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1178
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1179
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1180
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1181
|
+
-----------------------------
|
1182
|
+
RailsSpriteTest: test_perform
|
1183
|
+
-----------------------------
|
1184
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1185
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1186
|
+
---------------------------
|
1187
|
+
RailsSpriteTest: test_truth
|
1188
|
+
---------------------------
|
1189
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1190
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1191
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1192
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1193
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1194
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1195
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1196
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1197
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1198
|
+
-----------------------------
|
1199
|
+
RailsSpriteTest: test_perform
|
1200
|
+
-----------------------------
|
1201
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1202
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1203
|
+
---------------------------
|
1204
|
+
RailsSpriteTest: test_truth
|
1205
|
+
---------------------------
|
1206
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1207
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1208
|
+
[1m[36m (1.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1209
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1210
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1211
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1212
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1213
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1214
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1215
|
+
-----------------------------
|
1216
|
+
RailsSpriteTest: test_perform
|
1217
|
+
-----------------------------
|
1218
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1219
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1220
|
+
---------------------------
|
1221
|
+
RailsSpriteTest: test_truth
|
1222
|
+
---------------------------
|
1223
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1224
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1225
|
+
[1m[36m (1.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1226
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1227
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1228
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1229
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1230
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1232
|
+
-----------------------------
|
1233
|
+
RailsSpriteTest: test_perform
|
1234
|
+
-----------------------------
|
1235
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1236
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1237
|
+
---------------------------
|
1238
|
+
RailsSpriteTest: test_truth
|
1239
|
+
---------------------------
|
1240
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1241
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1242
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
1243
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
1244
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
1245
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
1246
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
1247
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
1248
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1249
|
+
-----------------------------
|
1250
|
+
RailsSpriteTest: test_perform
|
1251
|
+
-----------------------------
|
1252
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1253
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1254
|
+
---------------------------
|
1255
|
+
RailsSpriteTest: test_truth
|
1256
|
+
---------------------------
|
1257
|
+
[1m[35m (0.0ms)[0m rollback transaction
|