sketchily 1.5.0 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (95) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +3 -1
  3. data/Rakefile +2 -20
  4. data/app/views/sketchily/_embed.html.erb +2 -1
  5. data/app/views/sketchily/_embed.html.erb~ +3 -1
  6. data/app/views/sketchily/_sketchily.html.erb +7 -4
  7. data/app/views/sketchily/_sketchily.html.erb~ +9 -5
  8. data/app/views/sketchily/_sketchily_tag.html.erb +0 -1
  9. data/app/views/sketchily/_sketchily_tag.html.erb~ +2 -3
  10. data/lib/sketchily.rb +2 -2
  11. data/lib/sketchily.rb~ +2 -2
  12. data/lib/sketchily/sketchily.rb +2 -6
  13. data/lib/sketchily/sketchily.rb~ +1 -4
  14. data/lib/sketchily/sketchily_tag.rb +1 -3
  15. data/lib/sketchily/sketchily_tag.rb~ +0 -1
  16. data/lib/sketchily/version.rb +1 -1
  17. data/lib/sketchily/version.rb~ +1 -1
  18. data/spec/app/helpers/sketchily_helper_spec.rb +8 -0
  19. data/spec/app/helpers/sketchily_helper_spec.rb~ +12 -0
  20. data/spec/dummy/README.md +3 -0
  21. data/spec/dummy/README.md~ +3 -0
  22. data/spec/dummy/app/controllers/drawings_controller.rb +18 -0
  23. data/spec/dummy/app/controllers/drawings_controller.rb~ +16 -0
  24. data/spec/dummy/app/views/{sketchily → drawings}/sketchily.html.erb +0 -0
  25. data/spec/dummy/app/views/drawings/sketchily_tag.html.erb +3 -0
  26. data/spec/dummy/app/views/drawings/sketchily_tag.html.erb~ +3 -0
  27. data/spec/dummy/config/application.rb +4 -36
  28. data/spec/dummy/config/application.rb~ +27 -0
  29. data/spec/dummy/config/boot.rb +4 -9
  30. data/spec/dummy/config/environment.rb +2 -2
  31. data/spec/dummy/config/environments/development.rb +11 -19
  32. data/spec/dummy/config/environments/development.rb~ +31 -0
  33. data/spec/dummy/config/environments/production.rb +40 -27
  34. data/spec/dummy/config/environments/production.rb~ +67 -0
  35. data/spec/dummy/config/environments/test.rb +13 -14
  36. data/spec/dummy/config/environments/test.rb~ +31 -0
  37. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  38. data/spec/dummy/config/initializers/inflections.rb +6 -5
  39. data/spec/dummy/config/initializers/secret_token.rb +7 -2
  40. data/spec/dummy/config/initializers/secret_token.rb~ +12 -0
  41. data/spec/dummy/config/initializers/session_store.rb +0 -5
  42. data/spec/dummy/config/initializers/wrap_parameters.rb +6 -6
  43. data/spec/dummy/config/locales/en.yml +20 -2
  44. data/spec/dummy/config/routes.rb +6 -3
  45. data/spec/dummy/config/routes.rb~ +6 -3
  46. data/spec/dummy/db/development.sqlite3 +0 -0
  47. data/spec/dummy/db/migrate/{20130211122120_create_drawings.rb → 0_create_drawings.rb} +0 -0
  48. data/spec/dummy/db/schema.rb +1 -1
  49. data/spec/dummy/db/test.sqlite3 +0 -0
  50. data/spec/dummy/log/development.log +102 -0
  51. data/spec/dummy/log/test.log +1538 -0
  52. data/spec/dummy/tmp/cache/assets/test/sprockets/13c49b43c248f57a4f30cdf2e6500d86 +0 -0
  53. data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  54. data/spec/dummy/tmp/cache/assets/test/sprockets/1439175e31c3d335f43d739fcf88b900 +0 -0
  55. data/spec/dummy/tmp/cache/assets/test/sprockets/16bffd70b9ec9a2fffbb79d5043eef68 +0 -0
  56. data/spec/dummy/tmp/cache/assets/test/sprockets/2d62197a09bc4950eba778882fe761c2 +0 -0
  57. data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  58. data/spec/dummy/tmp/cache/assets/test/sprockets/34ba754a656c01caa63fa519ae3d9908 +0 -0
  59. data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
  60. data/spec/dummy/tmp/cache/assets/test/sprockets/4095cf2b90e468974429e72b082b79f8 +0 -0
  61. data/spec/dummy/tmp/cache/assets/test/sprockets/413a1ea244e0c08b931057c16bfe0bc2 +0 -0
  62. data/spec/dummy/tmp/cache/assets/test/sprockets/56a18313459a66878cdaf82c4915f8f5 +0 -0
  63. data/spec/dummy/tmp/cache/assets/test/sprockets/a28f5450252c1cb0a43ba212cbda8096 +0 -0
  64. data/spec/dummy/tmp/cache/assets/test/sprockets/ad2d481af24a144625930160404410ce +0 -0
  65. data/spec/dummy/tmp/cache/assets/test/sprockets/c33d0ad7fc68a2a2103e528aa3ca347a +0 -0
  66. data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  67. data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  68. data/spec/dummy/tmp/cache/assets/test/sprockets/e5886a1047655979cb0a1c7622c6f7ad +0 -0
  69. data/spec/dummy/tmp/cache/assets/test/sprockets/ed868bc354161d40e454aa89cc181731 +0 -0
  70. data/spec/dummy/tmp/cache/assets/test/sprockets/ee457cb1087f657c1a865aad13dda147 +0 -0
  71. data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  72. data/spec/dummy/tmp/cache/assets/test/sprockets/fe75486f6c3fa184617f1e14a6758ad7 +0 -0
  73. data/spec/features/sketchily_spec.rb +3 -3
  74. data/spec/features/sketchily_spec.rb~ +4 -3
  75. data/spec/features/sketchily_tag_spec.rb +3 -2
  76. data/spec/features/sketchily_tag_spec.rb~ +4 -2
  77. data/spec/lib/sketchily/sketchily.rb~ +15 -0
  78. data/spec/lib/sketchily/sketchily_spec.rb +27 -0
  79. data/spec/lib/sketchily/sketchily_spec.rb~ +28 -0
  80. data/spec/lib/sketchily/sketchily_tag.rb~ +20 -0
  81. data/spec/lib/sketchily/sketchily_tag_spec.rb +19 -0
  82. data/spec/lib/sketchily/sketchily_tag_spec.rb~ +20 -0
  83. data/spec/lib/sketchily_spec.rb +11 -0
  84. data/spec/lib/sketchily_spec.rb~ +9 -0
  85. data/spec/test_helper.rb +24 -0
  86. data/spec/test_helper.rb~ +25 -0
  87. data/vendor/assets/svg-edit-2.6/svgcanvas.js +2 -2
  88. data/vendor/assets/svg-edit-2.6/svgcanvas.js~ +5 -5
  89. data/vendor/assets/svg-edit-2.6/svgedit.compiled.js +2 -2
  90. data/vendor/assets/svg-edit-2.6/svgedit.compiled.js~ +2 -2
  91. metadata +113 -46
  92. data/spec/dummy/README.rdoc +0 -261
  93. data/spec/dummy/app/controllers/sketchily_controller.rb +0 -9
  94. data/spec/dummy/app/views/sketchily/sketchily_tag.html.erb +0 -3
  95. data/spec/minitest_helper.rb +0 -12
@@ -1,5 +1,23 @@
1
- # Sample localization file for English. Add more files in this directory for other locales.
2
- # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
3
21
 
4
22
  en:
5
23
  hello: "Hello world"
@@ -1,5 +1,8 @@
1
1
  Dummy::Application.routes.draw do
2
- resource :drawings
3
- get 'sketchily', :to => 'sketchily#sketchily'
4
- get 'sketchily_tag', :to => 'sketchily#sketchily_tag'
2
+ resources :drawings, :only => [:show, :update] do
3
+ member do
4
+ get 'sketchily'
5
+ get 'sketchily_tag'
6
+ end
7
+ end
5
8
  end
@@ -1,5 +1,8 @@
1
1
  Dummy::Application.routes.draw do
2
- resource :drawing
3
- get 'sketchily', :to => 'sketchily#sketchily'
4
- get 'sketchily_tag', :to => 'sketchily#sketchily_tag'
2
+ resources :drawings, :only => [:create, :show] do
3
+ member do
4
+ get 'sketchily'
5
+ get 'sketchily_tag'
6
+ end
7
+ end
5
8
  end
@@ -11,7 +11,7 @@
11
11
  #
12
12
  # It's strongly recommended to check this file into your version control system.
13
13
 
14
- ActiveRecord::Schema.define(:version => 20130211122120) do
14
+ ActiveRecord::Schema.define(:version => 0) do
15
15
 
16
16
  create_table "drawings", :force => true do |t|
17
17
  t.text "svg"
Binary file
@@ -199,3 +199,105 @@ Connecting to database specified by database.yml
199
199
   (13.6ms) DROP TABLE "drawings"
200
200
   (4.4ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
201
201
   (0.1ms) SELECT version FROM "schema_migrations"
202
+ Connecting to database specified by database.yml
203
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
204
+  (0.2ms) select sqlite_version(*)
205
+  (40.5ms) DROP TABLE "drawings"
206
+  (15.6ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
207
+  (0.0ms) SELECT version FROM "schema_migrations"
208
+ Connecting to database specified by database.yml
209
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
210
+  (0.2ms) select sqlite_version(*)
211
+  (12.9ms) DROP TABLE "drawings"
212
+  (4.2ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
213
+  (0.1ms) SELECT version FROM "schema_migrations"
214
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
215
+ Migrating to CreateDrawings (20130211122120)
216
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
217
+ Connecting to database specified by database.yml
218
+  (0.1ms) select sqlite_version(*)
219
+  (10.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
220
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
221
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
222
+ Connecting to database specified by database.yml
223
+  (0.1ms) select sqlite_version(*)
224
+  (12.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
225
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
226
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
227
+ Connecting to database specified by database.yml
228
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
229
+ Connecting to database specified by database.yml
230
+  (0.1ms) select sqlite_version(*)
231
+  (12.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
232
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
233
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
234
+ Connecting to database specified by database.yml
235
+  (0.1ms) select sqlite_version(*)
236
+  (11.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
237
+  (5.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
238
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
239
+ Migrating to CreateDrawings (0)
240
+  (0.1ms) begin transaction
241
+  (0.4ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
242
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('0')
243
+  (5.4ms) commit transaction
244
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
245
+ Connecting to database specified by database.yml
246
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
247
+  (0.1ms) select sqlite_version(*)
248
+  (11.8ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
249
+  (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
250
+  (5.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
251
+  (0.1ms) SELECT version FROM "schema_migrations"
252
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
253
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
254
+ Migrating to CreateDrawings (0)
255
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
256
+ Connecting to database specified by database.yml
257
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
258
+  (0.2ms) select sqlite_version(*)
259
+  (13.3ms) DROP TABLE "drawings"
260
+  (4.0ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
261
+  (0.1ms) SELECT version FROM "schema_migrations"
262
+ Connecting to database specified by database.yml
263
+  (0.1ms) select sqlite_version(*)
264
+  (13.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
265
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
266
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
267
+ Connecting to database specified by database.yml
268
+  (0.1ms) select sqlite_version(*)
269
+  (14.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
270
+  (4.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
271
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
272
+ Connecting to database specified by database.yml
273
+  (0.1ms) select sqlite_version(*)
274
+  (12.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
275
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
276
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
277
+ Connecting to database specified by database.yml
278
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
279
+ Connecting to database specified by database.yml
280
+  (0.1ms) select sqlite_version(*)
281
+  (12.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
282
+  (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
283
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
284
+ Migrating to CreateDrawings (0)
285
+  (0.1ms) begin transaction
286
+  (0.4ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
287
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('0')
288
+  (5.7ms) commit transaction
289
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
290
+ Connecting to database specified by database.yml
291
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
292
+  (0.1ms) select sqlite_version(*)
293
+  (12.2ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
294
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
295
+  (5.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
296
+  (0.1ms) SELECT version FROM "schema_migrations"
297
+  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
298
+ Connecting to database specified by database.yml
299
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
300
+  (0.1ms) select sqlite_version(*)
301
+  (19.4ms) DROP TABLE "drawings"
302
+  (5.1ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text)
303
+  (0.1ms) SELECT version FROM "schema_migrations"
@@ -73,3 +73,1541 @@ Processing by SketchilyController#sketchily_tag as HTML
73
73
  Rendered sketchily/sketchily_tag.html.erb within layouts/application (3.2ms)
74
74
  Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
75
75
   (0.0ms) rollback transaction
76
+ Connecting to database specified by database.yml
77
+  (0.2ms) begin transaction
78
+ Started GET "/sketchily" for 127.0.0.1 at 2013-03-13 20:37:04 -0500
79
+ Processing by SketchilyController#sketchily as HTML
80
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.9ms)
81
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (3.1ms)
82
+ Rendered sketchily/sketchily.html.erb within layouts/application (25.3ms)
83
+ Completed 200 OK in 84ms (Views: 51.4ms | ActiveRecord: 1.0ms)
84
+  (0.1ms) rollback transaction
85
+  (0.0ms) begin transaction
86
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-03-13 20:37:04 -0500
87
+ Processing by SketchilyController#sketchily_tag as HTML
88
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.1ms)
89
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (1.8ms)
90
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (5.0ms)
91
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
92
+  (0.0ms) rollback transaction
93
+ Connecting to database specified by database.yml
94
+  (0.2ms) begin transaction
95
+ Started GET "/sketchily" for 127.0.0.1 at 2013-03-13 20:42:16 -0500
96
+ Processing by SketchilyController#sketchily as HTML
97
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.8ms)
98
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (3.1ms)
99
+ Rendered sketchily/sketchily.html.erb within layouts/application (23.8ms)
100
+ Completed 200 OK in 79ms (Views: 46.9ms | ActiveRecord: 1.0ms)
101
+  (0.1ms) rollback transaction
102
+  (0.0ms) begin transaction
103
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-03-13 20:42:16 -0500
104
+ Processing by SketchilyController#sketchily_tag as HTML
105
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.1ms)
106
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (1.9ms)
107
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (3.1ms)
108
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
109
+  (0.0ms) rollback transaction
110
+ Connecting to database specified by database.yml
111
+  (0.2ms) begin transaction
112
+ Started GET "/sketchily" for 127.0.0.1 at 2013-03-13 21:03:37 -0500
113
+ Processing by SketchilyController#sketchily as HTML
114
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.9ms)
115
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (3.0ms)
116
+ Rendered sketchily/sketchily.html.erb within layouts/application (23.9ms)
117
+ Completed 200 OK in 79ms (Views: 46.7ms | ActiveRecord: 1.0ms)
118
+  (0.1ms) rollback transaction
119
+  (0.0ms) begin transaction
120
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-03-13 21:03:37 -0500
121
+ Processing by SketchilyController#sketchily_tag as HTML
122
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.1ms)
123
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (1.8ms)
124
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (3.0ms)
125
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)
126
+  (0.0ms) rollback transaction
127
+ Connecting to database specified by database.yml
128
+  (0.2ms) begin transaction
129
+ Started GET "/sketchily" for 127.0.0.1 at 2013-04-04 11:45:59 -0500
130
+ Processing by SketchilyController#sketchily as HTML
131
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.9ms)
132
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (3.7ms)
133
+ Rendered sketchily/sketchily.html.erb within layouts/application (25.5ms)
134
+ Completed 200 OK in 84ms (Views: 35.8ms | ActiveRecord: 1.2ms)
135
+  (0.1ms) rollback transaction
136
+  (0.0ms) begin transaction
137
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-04-04 11:46:00 -0500
138
+ Processing by SketchilyController#sketchily_tag as HTML
139
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (1.1ms)
140
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (1.8ms)
141
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (4.8ms)
142
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
143
+  (0.0ms) rollback transaction
144
+  (18.4ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
145
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
146
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
147
+  (0.1ms) SELECT version FROM "schema_migrations"
148
+  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
149
+  (0.2ms) begin transaction
150
+ ------------------------------------------------------------------
151
+ Sketchily Feature Test: test_0001_should render the sketchily html
152
+ ------------------------------------------------------------------
153
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 15:54:05 -0500
154
+ Processing by SketchilyController#sketchily as HTML
155
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (2.5ms)
156
+ Rendered sketchily/sketchily.html.erb within layouts/application (6.8ms)
157
+ Completed 500 Internal Server Error in 10ms
158
+  (0.1ms) rollback transaction
159
+  (0.0ms) begin transaction
160
+ --------------------------------------------------------------------------
161
+ Sketchily Tag Feature Test: test_0001_should render the sketchily_tag html
162
+ --------------------------------------------------------------------------
163
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 15:54:05 -0500
164
+ Processing by SketchilyController#sketchily_tag as HTML
165
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (8.7ms)
166
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (9.5ms)
167
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (10.4ms)
168
+ Completed 200 OK in 24ms (Views: 24.2ms | ActiveRecord: 0.0ms)
169
+  (0.1ms) rollback transaction
170
+  (14.0ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
171
+  (6.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
172
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
173
+  (0.1ms) SELECT version FROM "schema_migrations"
174
+  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
175
+  (0.2ms) begin transaction
176
+ ------------------------------------------------------------------
177
+ Sketchily Feature Test: test_0001_should render the sketchily html
178
+ ------------------------------------------------------------------
179
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:04:11 -0500
180
+ Processing by SketchilyController#sketchily as HTML
181
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (2.5ms)
182
+ Rendered sketchily/sketchily.html.erb within layouts/application (7.7ms)
183
+ Completed 500 Internal Server Error in 12ms
184
+  (0.0ms) rollback transaction
185
+  (0.0ms) begin transaction
186
+ --------------------------------------------------------------------------
187
+ Sketchily Tag Feature Test: test_0001_should render the sketchily_tag html
188
+ --------------------------------------------------------------------------
189
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:04:11 -0500
190
+ Processing by SketchilyController#sketchily_tag as HTML
191
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (6.5ms)
192
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (7.2ms)
193
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (8.0ms)
194
+ Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.0ms)
195
+  (0.1ms) rollback transaction
196
+  (12.8ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
197
+  (5.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
198
+  (5.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
199
+  (0.1ms) SELECT version FROM "schema_migrations"
200
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
201
+  (13.8ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
202
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
203
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
204
+  (0.1ms) SELECT version FROM "schema_migrations"
205
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
206
+  (17.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
207
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
208
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
209
+  (0.1ms) SELECT version FROM "schema_migrations"
210
+  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
211
+  (0.2ms) begin transaction
212
+ -------------------------------------------------------------------------------
213
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
214
+ -------------------------------------------------------------------------------
215
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:20:10 -0500
216
+ Processing by SketchilyController#sketchily as HTML
217
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (2.6ms)
218
+ Rendered sketchily/sketchily.html.erb within layouts/application (7.7ms)
219
+ Completed 500 Internal Server Error in 12ms
220
+  (0.1ms) rollback transaction
221
+  (0.0ms) begin transaction
222
+ ---------------------------------------------------------------------------------------
223
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
224
+ ---------------------------------------------------------------------------------------
225
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:20:10 -0500
226
+ Processing by SketchilyController#sketchily_tag as HTML
227
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (8.1ms)
228
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (9.0ms)
229
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (9.9ms)
230
+ Completed 200 OK in 46ms (Views: 45.8ms | ActiveRecord: 0.0ms)
231
+  (0.1ms) rollback transaction
232
+  (0.1ms) begin transaction
233
+ ----------------------------------------------
234
+ SketchilyHelper: test_0001_must show svg image
235
+ ----------------------------------------------
236
+  (0.1ms) rollback transaction
237
+  (14.3ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
238
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
239
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
240
+  (0.1ms) SELECT version FROM "schema_migrations"
241
+  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
242
+  (0.2ms) begin transaction
243
+ -------------------------------------------------------------------------------
244
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
245
+ -------------------------------------------------------------------------------
246
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:21:19 -0500
247
+ Processing by SketchilyController#sketchily as HTML
248
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (2.5ms)
249
+ Rendered sketchily/sketchily.html.erb within layouts/application (7.6ms)
250
+ Completed 500 Internal Server Error in 12ms
251
+  (0.1ms) rollback transaction
252
+  (0.0ms) begin transaction
253
+ ---------------------------------------------------------------------------------------
254
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
255
+ ---------------------------------------------------------------------------------------
256
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:21:19 -0500
257
+ Processing by SketchilyController#sketchily_tag as HTML
258
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
259
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (4.7ms)
260
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (5.5ms)
261
+ Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)
262
+  (0.1ms) rollback transaction
263
+  (0.1ms) begin transaction
264
+ ----------------------------------------------
265
+ SketchilyHelper: test_0001_must show svg image
266
+ ----------------------------------------------
267
+  (0.2ms) rollback transaction
268
+  (13.7ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
269
+  (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
270
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
271
+  (0.1ms) SELECT version FROM "schema_migrations"
272
+  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
273
+  (0.2ms) begin transaction
274
+ -------------------------------------------------------------------------------
275
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
276
+ -------------------------------------------------------------------------------
277
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:22:09 -0500
278
+ Processing by SketchilyController#sketchily as HTML
279
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (2.5ms)
280
+ Rendered sketchily/sketchily.html.erb within layouts/application (7.7ms)
281
+ Completed 500 Internal Server Error in 12ms
282
+  (0.0ms) rollback transaction
283
+  (0.0ms) begin transaction
284
+ ---------------------------------------------------------------------------------------
285
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
286
+ ---------------------------------------------------------------------------------------
287
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:22:09 -0500
288
+ Processing by SketchilyController#sketchily_tag as HTML
289
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
290
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (4.8ms)
291
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (5.5ms)
292
+ Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.0ms)
293
+  (0.1ms) rollback transaction
294
+  (0.1ms) begin transaction
295
+ ----------------------------------------------
296
+ SketchilyHelper: test_0001_must show svg image
297
+ ----------------------------------------------
298
+  (0.2ms) rollback transaction
299
+  (13.8ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
300
+  (4.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
301
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
302
+  (0.1ms) SELECT version FROM "schema_migrations"
303
+  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
304
+  (0.2ms) begin transaction
305
+ -------------------------------------------------------------------------------
306
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
307
+ -------------------------------------------------------------------------------
308
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:28:53 -0500
309
+ Processing by SketchilyController#sketchily as HTML
310
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (2.5ms)
311
+ Rendered sketchily/sketchily.html.erb within layouts/application (7.7ms)
312
+ Completed 500 Internal Server Error in 12ms
313
+  (0.1ms) rollback transaction
314
+  (0.0ms) begin transaction
315
+ ---------------------------------------------------------------------------------------
316
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
317
+ ---------------------------------------------------------------------------------------
318
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:28:53 -0500
319
+ Processing by SketchilyController#sketchily_tag as HTML
320
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
321
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (4.7ms)
322
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (5.5ms)
323
+ Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)
324
+  (0.1ms) rollback transaction
325
+  (0.1ms) begin transaction
326
+ ----------------------------------------------
327
+ SketchilyHelper: test_0001_must show svg image
328
+ ----------------------------------------------
329
+  (0.1ms) rollback transaction
330
+  (15.3ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
331
+  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
332
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
333
+  (0.0ms) SELECT version FROM "schema_migrations"
334
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
335
+  (0.2ms) begin transaction
336
+ -------------------------------------------------------------------------------
337
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
338
+ -------------------------------------------------------------------------------
339
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:29:30 -0500
340
+ Processing by SketchilyController#sketchily as HTML
341
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
342
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
343
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
344
+ Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.5ms)
345
+  (0.1ms) rollback transaction
346
+  (0.0ms) begin transaction
347
+ ---------------------------------------------------------------------------------------
348
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
349
+ ---------------------------------------------------------------------------------------
350
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:29:30 -0500
351
+ Processing by SketchilyController#sketchily_tag as HTML
352
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
353
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
354
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
355
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
356
+  (0.1ms) rollback transaction
357
+  (0.1ms) begin transaction
358
+ ----------------------------------------------
359
+ SketchilyHelper: test_0001_must show svg image
360
+ ----------------------------------------------
361
+  (0.2ms) rollback transaction
362
+  (13.7ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
363
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
364
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
365
+  (0.1ms) SELECT version FROM "schema_migrations"
366
+  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
367
+  (0.2ms) begin transaction
368
+ -------------------------------------------------------------------------------
369
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
370
+ -------------------------------------------------------------------------------
371
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:31:44 -0500
372
+ Processing by SketchilyController#sketchily as HTML
373
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
374
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
375
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
376
+ Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
377
+  (0.1ms) rollback transaction
378
+  (0.0ms) begin transaction
379
+ ---------------------------------------------------------------------------------------
380
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
381
+ ---------------------------------------------------------------------------------------
382
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:31:44 -0500
383
+ Processing by SketchilyController#sketchily_tag as HTML
384
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
385
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.9ms)
386
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (18.3ms)
387
+ Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
388
+  (0.1ms) rollback transaction
389
+  (0.1ms) begin transaction
390
+ ----------------------------------------------
391
+ SketchilyHelper: test_0001_must show svg image
392
+ ----------------------------------------------
393
+  (0.0ms) rollback transaction
394
+  (14.3ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
395
+  (5.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
396
+  (5.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
397
+  (0.1ms) SELECT version FROM "schema_migrations"
398
+  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
399
+  (0.2ms) begin transaction
400
+ -------------------------------------------------------------------------------
401
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
402
+ -------------------------------------------------------------------------------
403
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:31:56 -0500
404
+ Processing by SketchilyController#sketchily as HTML
405
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.1ms)
406
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
407
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.6ms)
408
+ Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.4ms)
409
+  (0.1ms) rollback transaction
410
+  (0.0ms) begin transaction
411
+ ---------------------------------------------------------------------------------------
412
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
413
+ ---------------------------------------------------------------------------------------
414
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:31:56 -0500
415
+ Processing by SketchilyController#sketchily_tag as HTML
416
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
417
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
418
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (18.2ms)
419
+ Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
420
+  (0.1ms) rollback transaction
421
+  (0.1ms) begin transaction
422
+ ----------------------------------------------
423
+ SketchilyHelper: test_0001_must show svg image
424
+ ----------------------------------------------
425
+  (0.0ms) rollback transaction
426
+  (12.0ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
427
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
428
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
429
+  (0.1ms) SELECT version FROM "schema_migrations"
430
+  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
431
+  (0.2ms) begin transaction
432
+ -------------------------------------------------------------------------------
433
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
434
+ -------------------------------------------------------------------------------
435
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:32:24 -0500
436
+ Processing by SketchilyController#sketchily as HTML
437
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
438
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
439
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
440
+ Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
441
+  (0.1ms) rollback transaction
442
+  (0.0ms) begin transaction
443
+ ---------------------------------------------------------------------------------------
444
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
445
+ ---------------------------------------------------------------------------------------
446
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:32:24 -0500
447
+ Processing by SketchilyController#sketchily_tag as HTML
448
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
449
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.9ms)
450
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (18.3ms)
451
+ Completed 200 OK in 19ms (Views: 18.9ms | ActiveRecord: 0.0ms)
452
+  (0.1ms) rollback transaction
453
+  (0.1ms) begin transaction
454
+ ----------------------------------------------
455
+ SketchilyHelper: test_0001_must show svg image
456
+ ----------------------------------------------
457
+  (0.2ms) rollback transaction
458
+  (12.8ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
459
+  (4.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
460
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
461
+  (0.1ms) SELECT version FROM "schema_migrations"
462
+  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
463
+  (0.2ms) begin transaction
464
+ -------------------------------------------------------------------------------
465
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
466
+ -------------------------------------------------------------------------------
467
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:34:04 -0500
468
+ Processing by SketchilyController#sketchily as HTML
469
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.1ms)
470
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
471
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
472
+ Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
473
+  (0.1ms) rollback transaction
474
+  (0.0ms) begin transaction
475
+ ---------------------------------------------------------------------------------------
476
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
477
+ ---------------------------------------------------------------------------------------
478
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:34:05 -0500
479
+ Processing by SketchilyController#sketchily_tag as HTML
480
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
481
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
482
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
483
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
484
+  (0.1ms) rollback transaction
485
+  (0.1ms) begin transaction
486
+ ----------------------------------------------
487
+ SketchilyHelper: test_0001_must show svg image
488
+ ----------------------------------------------
489
+  (0.2ms) rollback transaction
490
+  (13.0ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
491
+  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
492
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
493
+  (0.1ms) SELECT version FROM "schema_migrations"
494
+  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
495
+  (0.2ms) begin transaction
496
+ -------------------------------------------------------------------------------
497
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
498
+ -------------------------------------------------------------------------------
499
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:34:35 -0500
500
+ Processing by SketchilyController#sketchily as HTML
501
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
502
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
503
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
504
+ Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.4ms)
505
+  (0.1ms) rollback transaction
506
+  (0.0ms) begin transaction
507
+ ---------------------------------------------------------------------------------------
508
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
509
+ ---------------------------------------------------------------------------------------
510
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:34:35 -0500
511
+ Processing by SketchilyController#sketchily_tag as HTML
512
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
513
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
514
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
515
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
516
+  (0.1ms) rollback transaction
517
+  (0.1ms) begin transaction
518
+ ----------------------------------------------
519
+ SketchilyHelper: test_0001_must show svg image
520
+ ----------------------------------------------
521
+  (0.0ms) rollback transaction
522
+  (14.4ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
523
+  (5.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
524
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
525
+  (0.1ms) SELECT version FROM "schema_migrations"
526
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
527
+  (0.2ms) begin transaction
528
+ -------------------------------------------------------------------------------
529
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
530
+ -------------------------------------------------------------------------------
531
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:35:45 -0500
532
+ Processing by SketchilyController#sketchily as HTML
533
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.1ms)
534
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
535
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.4ms)
536
+ Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.4ms)
537
+  (0.1ms) rollback transaction
538
+  (0.0ms) begin transaction
539
+ ---------------------------------------------------------------------------------------
540
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
541
+ ---------------------------------------------------------------------------------------
542
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:35:45 -0500
543
+ Processing by SketchilyController#sketchily_tag as HTML
544
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
545
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
546
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
547
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
548
+  (0.1ms) rollback transaction
549
+  (0.1ms) begin transaction
550
+ ----------------------------------------------
551
+ SketchilyHelper: test_0001_must show svg image
552
+ ----------------------------------------------
553
+  (0.0ms) rollback transaction
554
+  (13.6ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
555
+  (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
556
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
557
+  (0.1ms) SELECT version FROM "schema_migrations"
558
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
559
+  (0.2ms) begin transaction
560
+ -------------------------------------------------------------------------------
561
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
562
+ -------------------------------------------------------------------------------
563
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:36:41 -0500
564
+ Processing by SketchilyController#sketchily as HTML
565
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
566
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
567
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.4ms)
568
+ Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
569
+  (0.1ms) rollback transaction
570
+  (0.0ms) begin transaction
571
+ ---------------------------------------------------------------------------------------
572
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
573
+ ---------------------------------------------------------------------------------------
574
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:36:41 -0500
575
+ Processing by SketchilyController#sketchily_tag as HTML
576
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
577
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
578
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
579
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
580
+  (0.1ms) rollback transaction
581
+  (0.1ms) begin transaction
582
+ ----------------------------------------------
583
+ SketchilyHelper: test_0001_must show svg image
584
+ ----------------------------------------------
585
+  (0.0ms) rollback transaction
586
+  (7.2ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
587
+  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
588
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
589
+  (0.1ms) SELECT version FROM "schema_migrations"
590
+  (4.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
591
+  (0.2ms) begin transaction
592
+ -------------------------------------------------------------------------------
593
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
594
+ -------------------------------------------------------------------------------
595
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:38:55 -0500
596
+ Processing by SketchilyController#sketchily as HTML
597
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.1ms)
598
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
599
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
600
+ Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
601
+  (0.1ms) rollback transaction
602
+  (0.0ms) begin transaction
603
+ ---------------------------------------------------------------------------------------
604
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
605
+ ---------------------------------------------------------------------------------------
606
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:38:55 -0500
607
+ Processing by SketchilyController#sketchily_tag as HTML
608
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
609
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
610
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
611
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
612
+  (0.1ms) rollback transaction
613
+  (0.1ms) begin transaction
614
+ ----------------------------------------------
615
+ SketchilyHelper: test_0001_must show svg image
616
+ ----------------------------------------------
617
+  (0.0ms) rollback transaction
618
+  (12.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
619
+  (5.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
620
+  (5.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
621
+  (0.1ms) SELECT version FROM "schema_migrations"
622
+  (5.0ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
623
+  (0.2ms) begin transaction
624
+ -------------------------------------------------------------------------------
625
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
626
+ -------------------------------------------------------------------------------
627
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:39:41 -0500
628
+ Processing by SketchilyController#sketchily as HTML
629
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.1ms)
630
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
631
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.4ms)
632
+ Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.4ms)
633
+  (0.1ms) rollback transaction
634
+  (0.1ms) begin transaction
635
+ ---------------------------------------------------------------------------------------
636
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
637
+ ---------------------------------------------------------------------------------------
638
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:39:41 -0500
639
+ Processing by SketchilyController#sketchily_tag as HTML
640
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
641
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
642
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
643
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
644
+  (0.0ms) rollback transaction
645
+  (0.1ms) begin transaction
646
+ ----------------------------------------------
647
+ SketchilyHelper: test_0001_must show svg image
648
+ ----------------------------------------------
649
+  (0.0ms) rollback transaction
650
+  (12.9ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
651
+  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
652
+  (4.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
653
+  (0.1ms) SELECT version FROM "schema_migrations"
654
+  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
655
+  (0.2ms) begin transaction
656
+ -------------------------------------------------------------------------------
657
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
658
+ -------------------------------------------------------------------------------
659
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:40:16 -0500
660
+ Processing by SketchilyController#sketchily as HTML
661
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
662
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
663
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.3ms)
664
+ Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.5ms)
665
+  (0.1ms) rollback transaction
666
+  (0.1ms) begin transaction
667
+ ---------------------------------------------------------------------------------------
668
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
669
+ ---------------------------------------------------------------------------------------
670
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:40:16 -0500
671
+ Processing by SketchilyController#sketchily_tag as HTML
672
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
673
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
674
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
675
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
676
+  (0.0ms) rollback transaction
677
+  (0.1ms) begin transaction
678
+ ----------------------------------------------
679
+ SketchilyHelper: test_0001_must show svg image
680
+ ----------------------------------------------
681
+  (0.0ms) rollback transaction
682
+  (13.1ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
683
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
684
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
685
+  (0.1ms) SELECT version FROM "schema_migrations"
686
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
687
+  (0.2ms) begin transaction
688
+ -------------------------------------------------------------------------------
689
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
690
+ -------------------------------------------------------------------------------
691
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:45:14 -0500
692
+ Processing by SketchilyController#sketchily as HTML
693
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
694
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
695
+ Rendered sketchily/sketchily.html.erb within layouts/application (10.5ms)
696
+ Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.4ms)
697
+  (0.1ms) rollback transaction
698
+  (0.1ms) begin transaction
699
+ ---------------------------------------------------------------------------------------
700
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
701
+ ---------------------------------------------------------------------------------------
702
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:45:14 -0500
703
+ Processing by SketchilyController#sketchily_tag as HTML
704
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
705
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
706
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
707
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
708
+  (0.0ms) rollback transaction
709
+  (0.1ms) begin transaction
710
+ ----------------------------------------------
711
+ SketchilyHelper: test_0001_must show svg image
712
+ ----------------------------------------------
713
+  (0.0ms) rollback transaction
714
+  (20.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
715
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
716
+  (25.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
717
+  (0.1ms) SELECT version FROM "schema_migrations"
718
+  (3.9ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
719
+  (0.0ms) begin transaction
720
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
721
+  (12.3ms) commit transaction
722
+  (0.1ms) begin transaction
723
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
724
+  (4.5ms) commit transaction
725
+  (0.1ms) begin transaction
726
+ -------------------------------------------------------------------------------
727
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
728
+ -------------------------------------------------------------------------------
729
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:50:57 -0500
730
+ Processing by SketchilyController#sketchily as HTML
731
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.0ms)
732
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.0ms)
733
+ Rendered sketchily/sketchily.html.erb within layouts/application (8.5ms)
734
+ Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)
735
+  (0.1ms) rollback transaction
736
+  (0.1ms) begin transaction
737
+ ---------------------------------------------------------------------------------------
738
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
739
+ ---------------------------------------------------------------------------------------
740
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:50:57 -0500
741
+ Processing by SketchilyController#sketchily_tag as HTML
742
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
743
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
744
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.5ms)
745
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
746
+  (0.0ms) rollback transaction
747
+  (0.0ms) begin transaction
748
+ ----------------------------------------------
749
+ SketchilyHelper: test_0001_must show svg image
750
+ ----------------------------------------------
751
+  (0.0ms) rollback transaction
752
+  (0.0ms) begin transaction
753
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
754
+  (6.8ms) commit transaction
755
+  (0.0ms) begin transaction
756
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
757
+  (4.1ms) commit transaction
758
+  (13.6ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
759
+  (5.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
760
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
761
+  (0.1ms) SELECT version FROM "schema_migrations"
762
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
763
+  (0.0ms) begin transaction
764
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
765
+  (13.5ms) commit transaction
766
+  (0.0ms) begin transaction
767
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
768
+  (4.7ms) commit transaction
769
+  (0.1ms) begin transaction
770
+ -------------------------------------------------------------------------------
771
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
772
+ -------------------------------------------------------------------------------
773
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:51:56 -0500
774
+ Processing by SketchilyController#sketchily as HTML
775
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.3ms)
776
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (7.7ms)
777
+ Rendered sketchily/sketchily.html.erb within layouts/application (11.6ms)
778
+ Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.0ms)
779
+  (0.1ms) rollback transaction
780
+  (0.1ms) begin transaction
781
+ ---------------------------------------------------------------------------------------
782
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
783
+ ---------------------------------------------------------------------------------------
784
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:51:56 -0500
785
+ Processing by SketchilyController#sketchily_tag as HTML
786
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
787
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
788
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
789
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
790
+  (0.1ms) rollback transaction
791
+  (0.0ms) begin transaction
792
+ ----------------------------------------------
793
+ SketchilyHelper: test_0001_must show svg image
794
+ ----------------------------------------------
795
+  (0.0ms) rollback transaction
796
+  (0.0ms) begin transaction
797
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
798
+  (5.2ms) commit transaction
799
+  (0.0ms) begin transaction
800
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
801
+  (3.3ms) commit transaction
802
+  (14.3ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
803
+  (5.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
804
+  (4.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
805
+  (0.1ms) SELECT version FROM "schema_migrations"
806
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
807
+  (0.0ms) begin transaction
808
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
809
+  (12.6ms) commit transaction
810
+  (0.1ms) begin transaction
811
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
812
+  (4.3ms) commit transaction
813
+  (0.1ms) begin transaction
814
+ -------------------------------------------------------------------------------
815
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
816
+ -------------------------------------------------------------------------------
817
+ Started GET "/sketchily" for 127.0.0.1 at 2013-10-08 16:54:22 -0500
818
+ Processing by SketchilyController#sketchily as HTML
819
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.2ms)
820
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.2ms)
821
+ Rendered sketchily/sketchily.html.erb within layouts/application (9.8ms)
822
+ Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.0ms)
823
+  (0.1ms) rollback transaction
824
+  (0.0ms) begin transaction
825
+ ---------------------------------------------------------------------------------------
826
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
827
+ ---------------------------------------------------------------------------------------
828
+ Started GET "/sketchily_tag" for 127.0.0.1 at 2013-10-08 16:54:22 -0500
829
+ Processing by SketchilyController#sketchily_tag as HTML
830
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
831
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
832
+ Rendered sketchily/sketchily_tag.html.erb within layouts/application (1.6ms)
833
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
834
+  (0.0ms) rollback transaction
835
+  (0.0ms) begin transaction
836
+ ----------------------------------------------
837
+ SketchilyHelper: test_0001_must show svg image
838
+ ----------------------------------------------
839
+  (0.0ms) rollback transaction
840
+  (0.0ms) begin transaction
841
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
842
+  (5.2ms) commit transaction
843
+  (0.0ms) begin transaction
844
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
845
+  (3.5ms) commit transaction
846
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
847
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
848
+  (11.8ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
849
+  (4.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
850
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
851
+  (0.1ms) SELECT version FROM "schema_migrations"
852
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
853
+  (0.0ms) begin transaction
854
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
855
+  (10.9ms) commit transaction
856
+  (0.0ms) begin transaction
857
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
858
+  (4.8ms) commit transaction
859
+  (0.1ms) begin transaction
860
+ -------------------------------------------------------------------------------
861
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
862
+ -------------------------------------------------------------------------------
863
+  (0.1ms) SAVEPOINT active_record_1
864
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
865
+  (0.1ms) RELEASE SAVEPOINT active_record_1
866
+  (0.2ms) rollback transaction
867
+  (0.1ms) begin transaction
868
+ ---------------------------------------------------------------------------------------
869
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
870
+ ---------------------------------------------------------------------------------------
871
+  (0.1ms) SAVEPOINT active_record_1
872
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
874
+  (0.1ms) rollback transaction
875
+  (0.1ms) begin transaction
876
+ ----------------------------------------------
877
+ SketchilyHelper: test_0001_must show svg image
878
+ ----------------------------------------------
879
+  (0.0ms) rollback transaction
880
+  (0.0ms) begin transaction
881
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
882
+  (6.4ms) commit transaction
883
+  (0.0ms) begin transaction
884
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
885
+  (4.2ms) commit transaction
886
+  (12.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
887
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
888
+  (4.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
889
+  (0.1ms) SELECT version FROM "schema_migrations"
890
+  (4.5ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
891
+  (0.0ms) begin transaction
892
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
893
+  (14.8ms) commit transaction
894
+  (0.0ms) begin transaction
895
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
896
+  (4.8ms) commit transaction
897
+  (0.0ms) begin transaction
898
+ -------------------------------------------------------------------------------
899
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
900
+ -------------------------------------------------------------------------------
901
+  (0.0ms) SAVEPOINT active_record_1
902
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
903
+  (0.0ms) RELEASE SAVEPOINT active_record_1
904
+  (0.1ms) rollback transaction
905
+  (0.0ms) begin transaction
906
+ ---------------------------------------------------------------------------------------
907
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
908
+ ---------------------------------------------------------------------------------------
909
+  (0.0ms) SAVEPOINT active_record_1
910
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
912
+  (0.1ms) rollback transaction
913
+  (0.1ms) begin transaction
914
+ ----------------------------------------------
915
+ SketchilyHelper: test_0001_must show svg image
916
+ ----------------------------------------------
917
+  (0.0ms) rollback transaction
918
+  (0.0ms) begin transaction
919
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
920
+  (5.0ms) commit transaction
921
+  (0.0ms) begin transaction
922
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
923
+  (4.4ms) commit transaction
924
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (5.0ms)
925
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (8.0ms)
926
+  (14.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
927
+  (5.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
928
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
929
+  (0.1ms) SELECT version FROM "schema_migrations"
930
+  (4.8ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
931
+  (0.0ms) begin transaction
932
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
933
+  (12.0ms) commit transaction
934
+  (0.0ms) begin transaction
935
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
936
+  (5.4ms) commit transaction
937
+  (0.1ms) begin transaction
938
+ -------------------------------------------------------------------------------
939
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
940
+ -------------------------------------------------------------------------------
941
+  (0.0ms) SAVEPOINT active_record_1
942
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
944
+  (0.1ms) rollback transaction
945
+  (0.1ms) begin transaction
946
+ ---------------------------------------------------------------------------------------
947
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
948
+ ---------------------------------------------------------------------------------------
949
+  (0.0ms) SAVEPOINT active_record_1
950
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
951
+  (0.0ms) RELEASE SAVEPOINT active_record_1
952
+  (0.1ms) rollback transaction
953
+  (0.1ms) begin transaction
954
+ ----------------------------------------------
955
+ SketchilyHelper: test_0001_must show svg image
956
+ ----------------------------------------------
957
+  (0.0ms) rollback transaction
958
+  (0.0ms) begin transaction
959
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
960
+  (4.8ms) commit transaction
961
+  (0.1ms) begin transaction
962
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
963
+  (4.1ms) commit transaction
964
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.4ms)
965
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (6.0ms)
966
+  (7.4ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
967
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
968
+  (5.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
969
+  (0.0ms) SELECT version FROM "schema_migrations"
970
+  (4.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
971
+  (0.0ms) begin transaction
972
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
973
+  (12.8ms) commit transaction
974
+  (0.1ms) begin transaction
975
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
976
+  (4.8ms) commit transaction
977
+  (0.1ms) begin transaction
978
+ -------------------------------------------------------------------------------
979
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
980
+ -------------------------------------------------------------------------------
981
+  (0.1ms) SAVEPOINT active_record_1
982
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
983
+  (0.1ms) RELEASE SAVEPOINT active_record_1
984
+ Started GET "/drawings/sketchily.3" for 127.0.0.1 at 2013-10-08 17:03:02 -0500
985
+ Processing by DrawingsController#sketchily as
986
+ Completed 404 Not Found in 1ms
987
+  (0.1ms) rollback transaction
988
+  (0.0ms) begin transaction
989
+ ---------------------------------------------------------------------------------------
990
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
991
+ ---------------------------------------------------------------------------------------
992
+  (0.0ms) SAVEPOINT active_record_1
993
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
995
+ Started GET "/drawings/sketchily_tag.3" for 127.0.0.1 at 2013-10-08 17:03:02 -0500
996
+ Processing by DrawingsController#sketchily_tag as
997
+ Completed 404 Not Found in 0ms
998
+  (0.1ms) rollback transaction
999
+  (0.0ms) begin transaction
1000
+ ----------------------------------------------
1001
+ SketchilyHelper: test_0001_must show svg image
1002
+ ----------------------------------------------
1003
+  (0.0ms) rollback transaction
1004
+  (0.0ms) begin transaction
1005
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1006
+  (5.5ms) commit transaction
1007
+  (0.1ms) begin transaction
1008
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1009
+  (4.1ms) commit transaction
1010
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (5.3ms)
1011
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (6.8ms)
1012
+  (11.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1013
+  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1014
+  (5.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1015
+  (0.1ms) SELECT version FROM "schema_migrations"
1016
+  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1017
+  (0.0ms) begin transaction
1018
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1019
+  (12.3ms) commit transaction
1020
+  (0.1ms) begin transaction
1021
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1022
+  (4.4ms) commit transaction
1023
+  (0.1ms) begin transaction
1024
+ -------------------------------------------------------------------------------
1025
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1026
+ -------------------------------------------------------------------------------
1027
+  (0.1ms) SAVEPOINT active_record_1
1028
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1029
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1030
+  (0.2ms) rollback transaction
1031
+  (0.1ms) begin transaction
1032
+ ---------------------------------------------------------------------------------------
1033
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1034
+ ---------------------------------------------------------------------------------------
1035
+  (0.1ms) SAVEPOINT active_record_1
1036
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1037
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1038
+  (0.1ms) rollback transaction
1039
+  (0.0ms) begin transaction
1040
+ ----------------------------------------------
1041
+ SketchilyHelper: test_0001_must show svg image
1042
+ ----------------------------------------------
1043
+  (0.0ms) rollback transaction
1044
+  (0.0ms) begin transaction
1045
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1046
+  (4.8ms) commit transaction
1047
+  (0.0ms) begin transaction
1048
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1049
+  (4.4ms) commit transaction
1050
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (5.1ms)
1051
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (7.3ms)
1052
+  (13.9ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1053
+  (5.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1054
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1055
+  (0.0ms) SELECT version FROM "schema_migrations"
1056
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1057
+  (0.0ms) begin transaction
1058
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1059
+  (12.5ms) commit transaction
1060
+  (0.0ms) begin transaction
1061
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1062
+  (5.3ms) commit transaction
1063
+  (0.0ms) begin transaction
1064
+ -------------------------------------------------------------------------------
1065
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1066
+ -------------------------------------------------------------------------------
1067
+  (0.0ms) SAVEPOINT active_record_1
1068
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1069
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1070
+ Started GET "/drawings/3" for 127.0.0.1 at 2013-10-08 17:04:05 -0500
1071
+ Processing by DrawingsController#show as HTML
1072
+ Parameters: {"id"=>"3"}
1073
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1074
+ Completed 500 Internal Server Error in 4ms
1075
+  (0.1ms) rollback transaction
1076
+  (0.1ms) begin transaction
1077
+ ---------------------------------------------------------------------------------------
1078
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1079
+ ---------------------------------------------------------------------------------------
1080
+  (0.0ms) SAVEPOINT active_record_1
1081
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1083
+ Started GET "/drawings/3" for 127.0.0.1 at 2013-10-08 17:04:05 -0500
1084
+ Processing by DrawingsController#show as HTML
1085
+ Parameters: {"id"=>"3"}
1086
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1087
+ Completed 500 Internal Server Error in 1ms
1088
+  (0.1ms) rollback transaction
1089
+  (0.0ms) begin transaction
1090
+ ----------------------------------------------
1091
+ SketchilyHelper: test_0001_must show svg image
1092
+ ----------------------------------------------
1093
+  (0.1ms) rollback transaction
1094
+  (0.0ms) begin transaction
1095
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1096
+  (6.3ms) commit transaction
1097
+  (0.0ms) begin transaction
1098
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1099
+  (4.5ms) commit transaction
1100
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (5.3ms)
1101
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (7.8ms)
1102
+  (14.2ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1103
+  (5.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1104
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1105
+  (0.1ms) SELECT version FROM "schema_migrations"
1106
+  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1107
+  (0.0ms) begin transaction
1108
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1109
+  (13.6ms) commit transaction
1110
+  (0.0ms) begin transaction
1111
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1112
+  (4.9ms) commit transaction
1113
+  (0.0ms) begin transaction
1114
+ -------------------------------------------------------------------------------
1115
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1116
+ -------------------------------------------------------------------------------
1117
+  (0.0ms) SAVEPOINT active_record_1
1118
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1119
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1120
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:04:30 -0500
1121
+ Processing by DrawingsController#sketchily as HTML
1122
+ Parameters: {"id"=>"3"}
1123
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1124
+ Completed 500 Internal Server Error in 4ms
1125
+  (0.1ms) rollback transaction
1126
+  (0.0ms) begin transaction
1127
+ ---------------------------------------------------------------------------------------
1128
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1129
+ ---------------------------------------------------------------------------------------
1130
+  (0.0ms) SAVEPOINT active_record_1
1131
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1132
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1133
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:04:30 -0500
1134
+ Processing by DrawingsController#sketchily_tag as HTML
1135
+ Parameters: {"id"=>"3"}
1136
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1137
+ Completed 500 Internal Server Error in 1ms
1138
+  (0.1ms) rollback transaction
1139
+  (0.1ms) begin transaction
1140
+ ----------------------------------------------
1141
+ SketchilyHelper: test_0001_must show svg image
1142
+ ----------------------------------------------
1143
+  (0.0ms) rollback transaction
1144
+  (0.0ms) begin transaction
1145
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1146
+  (5.7ms) commit transaction
1147
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (5.1ms)
1148
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (6.3ms)
1149
+  (0.1ms) begin transaction
1150
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1151
+  (4.7ms) commit transaction
1152
+  (15.9ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1153
+  (5.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1154
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1155
+  (0.1ms) SELECT version FROM "schema_migrations"
1156
+  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1157
+  (0.0ms) begin transaction
1158
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1159
+  (12.9ms) commit transaction
1160
+  (0.0ms) begin transaction
1161
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1162
+  (6.1ms) commit transaction
1163
+  (0.0ms) begin transaction
1164
+ -------------------------------------------------------------------------------
1165
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1166
+ -------------------------------------------------------------------------------
1167
+  (0.0ms) SAVEPOINT active_record_1
1168
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1169
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1170
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:04:58 -0500
1171
+ Processing by DrawingsController#sketchily as HTML
1172
+ Parameters: {"id"=>"3"}
1173
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1174
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.8ms)
1175
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (7.4ms)
1176
+ Rendered drawings/sketchily.html.erb within layouts/application (10.4ms)
1177
+ Completed 200 OK in 35ms (Views: 33.8ms | ActiveRecord: 0.1ms)
1178
+  (0.1ms) rollback transaction
1179
+  (0.1ms) begin transaction
1180
+ ---------------------------------------------------------------------------------------
1181
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1182
+ ---------------------------------------------------------------------------------------
1183
+  (0.0ms) SAVEPOINT active_record_1
1184
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1185
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1186
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:04:58 -0500
1187
+ Processing by DrawingsController#sketchily_tag as HTML
1188
+ Parameters: {"id"=>"3"}
1189
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1190
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (4.3ms)
1191
+ Completed 500 Internal Server Error in 5ms
1192
+  (0.1ms) rollback transaction
1193
+  (0.1ms) begin transaction
1194
+ ----------------------------------------------
1195
+ SketchilyHelper: test_0001_must show svg image
1196
+ ----------------------------------------------
1197
+  (0.0ms) rollback transaction
1198
+  (0.0ms) begin transaction
1199
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1200
+  (6.6ms) commit transaction
1201
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1202
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.9ms)
1203
+  (0.0ms) begin transaction
1204
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1205
+  (4.5ms) commit transaction
1206
+  (13.9ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1207
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1208
+  (5.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1209
+  (0.1ms) SELECT version FROM "schema_migrations"
1210
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1211
+  (0.0ms) begin transaction
1212
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1213
+  (12.6ms) commit transaction
1214
+  (0.1ms) begin transaction
1215
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1216
+  (4.8ms) commit transaction
1217
+  (0.1ms) begin transaction
1218
+ -------------------------------------------------------------------------------
1219
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1220
+ -------------------------------------------------------------------------------
1221
+  (0.1ms) SAVEPOINT active_record_1
1222
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1223
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1224
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:07:03 -0500
1225
+ Processing by DrawingsController#sketchily as HTML
1226
+ Parameters: {"id"=>"3"}
1227
+ Drawing Load (0.2ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1228
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.3ms)
1229
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.3ms)
1230
+ Rendered drawings/sketchily.html.erb within layouts/application (8.7ms)
1231
+ Completed 200 OK in 36ms (Views: 33.2ms | ActiveRecord: 0.2ms)
1232
+  (0.1ms) rollback transaction
1233
+  (0.1ms) begin transaction
1234
+ ---------------------------------------------------------------------------------------
1235
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1236
+ ---------------------------------------------------------------------------------------
1237
+  (0.0ms) SAVEPOINT active_record_1
1238
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1239
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1240
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:07:03 -0500
1241
+ Processing by DrawingsController#sketchily_tag as HTML
1242
+ Parameters: {"id"=>"3"}
1243
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1244
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1245
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
1246
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.6ms)
1247
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1248
+  (0.1ms) rollback transaction
1249
+  (0.1ms) begin transaction
1250
+ ----------------------------------------------
1251
+ SketchilyHelper: test_0001_must show svg image
1252
+ ----------------------------------------------
1253
+  (0.0ms) rollback transaction
1254
+  (0.0ms) begin transaction
1255
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1256
+  (5.7ms) commit transaction
1257
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1258
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.9ms)
1259
+  (0.0ms) begin transaction
1260
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1261
+  (3.7ms) commit transaction
1262
+  (13.3ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1263
+  (5.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1264
+  (5.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1265
+  (0.1ms) SELECT version FROM "schema_migrations"
1266
+  (4.4ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1267
+  (0.0ms) begin transaction
1268
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1269
+  (12.8ms) commit transaction
1270
+  (0.1ms) begin transaction
1271
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1272
+  (5.2ms) commit transaction
1273
+  (0.1ms) begin transaction
1274
+ -------------------------------------------------------------------------------
1275
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1276
+ -------------------------------------------------------------------------------
1277
+  (0.1ms) SAVEPOINT active_record_1
1278
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1279
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1280
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:08:07 -0500
1281
+ Processing by DrawingsController#sketchily as HTML
1282
+ Parameters: {"id"=>"3"}
1283
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1284
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.2ms)
1285
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.3ms)
1286
+ Rendered drawings/sketchily.html.erb within layouts/application (8.6ms)
1287
+ Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.1ms)
1288
+  (0.1ms) rollback transaction
1289
+  (0.0ms) begin transaction
1290
+ ---------------------------------------------------------------------------------------
1291
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1292
+ ---------------------------------------------------------------------------------------
1293
+  (0.0ms) SAVEPOINT active_record_1
1294
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1296
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:08:07 -0500
1297
+ Processing by DrawingsController#sketchily_tag as HTML
1298
+ Parameters: {"id"=>"3"}
1299
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1300
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1301
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
1302
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.8ms)
1303
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)
1304
+  (0.1ms) rollback transaction
1305
+  (0.0ms) begin transaction
1306
+ ----------------------------------------------
1307
+ SketchilyHelper: test_0001_must show svg image
1308
+ ----------------------------------------------
1309
+  (0.0ms) rollback transaction
1310
+  (0.0ms) begin transaction
1311
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1312
+  (6.4ms) commit transaction
1313
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1314
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
1315
+  (0.0ms) begin transaction
1316
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1317
+  (4.3ms) commit transaction
1318
+  (14.2ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1319
+  (5.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1320
+  (5.3ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1321
+  (0.1ms) SELECT version FROM "schema_migrations"
1322
+  (4.3ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1323
+  (0.0ms) begin transaction
1324
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1325
+  (12.6ms) commit transaction
1326
+  (0.0ms) begin transaction
1327
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1328
+  (4.9ms) commit transaction
1329
+  (0.1ms) begin transaction
1330
+ -------------------------------------------------------------------------------
1331
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1332
+ -------------------------------------------------------------------------------
1333
+  (0.0ms) SAVEPOINT active_record_1
1334
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1335
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1336
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:08:25 -0500
1337
+ Processing by DrawingsController#sketchily as HTML
1338
+ Parameters: {"id"=>"3"}
1339
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1340
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.6ms)
1341
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.8ms)
1342
+ Rendered drawings/sketchily.html.erb within layouts/application (9.5ms)
1343
+ Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms)
1344
+  (0.1ms) rollback transaction
1345
+  (0.0ms) begin transaction
1346
+ ---------------------------------------------------------------------------------------
1347
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1348
+ ---------------------------------------------------------------------------------------
1349
+  (0.0ms) SAVEPOINT active_record_1
1350
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1352
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:08:25 -0500
1353
+ Processing by DrawingsController#sketchily_tag as HTML
1354
+ Parameters: {"id"=>"3"}
1355
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1356
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1357
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
1358
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.7ms)
1359
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1360
+  (0.1ms) rollback transaction
1361
+  (0.0ms) begin transaction
1362
+ ----------------------------------------------
1363
+ SketchilyHelper: test_0001_must show svg image
1364
+ ----------------------------------------------
1365
+  (0.0ms) rollback transaction
1366
+  (0.0ms) begin transaction
1367
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1368
+  (4.3ms) commit transaction
1369
+  (0.0ms) begin transaction
1370
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1371
+  (3.4ms) commit transaction
1372
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.4ms)
1373
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (1.3ms)
1374
+  (13.7ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1375
+  (6.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1376
+  (5.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1377
+  (0.1ms) SELECT version FROM "schema_migrations"
1378
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1379
+  (0.0ms) begin transaction
1380
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1381
+  (12.7ms) commit transaction
1382
+  (0.0ms) begin transaction
1383
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1384
+  (5.4ms) commit transaction
1385
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.8ms)
1386
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (7.1ms)
1387
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.2ms)
1388
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.5ms)
1389
+  (0.1ms) begin transaction
1390
+ -------------------------------------------------------------------------------
1391
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1392
+ -------------------------------------------------------------------------------
1393
+  (0.0ms) SAVEPOINT active_record_1
1394
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1396
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:16:11 -0500
1397
+ Processing by DrawingsController#sketchily as HTML
1398
+ Parameters: {"id"=>"3"}
1399
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1400
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1401
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.9ms)
1402
+ Rendered drawings/sketchily.html.erb within layouts/application (2.1ms)
1403
+ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.1ms)
1404
+  (0.1ms) rollback transaction
1405
+  (0.0ms) begin transaction
1406
+ ---------------------------------------------------------------------------------------
1407
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1408
+ ---------------------------------------------------------------------------------------
1409
+  (0.0ms) SAVEPOINT active_record_1
1410
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1411
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1412
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:16:11 -0500
1413
+ Processing by DrawingsController#sketchily_tag as HTML
1414
+ Parameters: {"id"=>"3"}
1415
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1416
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1417
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
1418
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.6ms)
1419
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1420
+  (0.1ms) rollback transaction
1421
+  (0.0ms) begin transaction
1422
+ ----------------------------------------------
1423
+ SketchilyHelper: test_0001_must show svg image
1424
+ ----------------------------------------------
1425
+  (0.1ms) rollback transaction
1426
+  (0.0ms) begin transaction
1427
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1428
+  (4.5ms) commit transaction
1429
+  (0.0ms) begin transaction
1430
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1431
+  (4.2ms) commit transaction
1432
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1433
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.9ms)
1434
+  (14.3ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1435
+  (5.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1436
+  (5.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1437
+  (0.1ms) SELECT version FROM "schema_migrations"
1438
+  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1439
+  (0.0ms) begin transaction
1440
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1441
+  (12.9ms) commit transaction
1442
+  (0.0ms) begin transaction
1443
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1444
+  (4.9ms) commit transaction
1445
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.5ms)
1446
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.8ms)
1447
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.2ms)
1448
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.4ms)
1449
+  (0.0ms) begin transaction
1450
+ -------------------------------------------------------------------------------
1451
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1452
+ -------------------------------------------------------------------------------
1453
+  (0.0ms) SAVEPOINT active_record_1
1454
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1455
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1456
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:16:24 -0500
1457
+ Processing by DrawingsController#sketchily as HTML
1458
+ Parameters: {"id"=>"3"}
1459
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1460
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1461
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.8ms)
1462
+ Rendered drawings/sketchily.html.erb within layouts/application (2.0ms)
1463
+ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.1ms)
1464
+  (0.1ms) rollback transaction
1465
+  (0.0ms) begin transaction
1466
+ ---------------------------------------------------------------------------------------
1467
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1468
+ ---------------------------------------------------------------------------------------
1469
+  (0.0ms) SAVEPOINT active_record_1
1470
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1472
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:16:24 -0500
1473
+ Processing by DrawingsController#sketchily_tag as HTML
1474
+ Parameters: {"id"=>"3"}
1475
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1476
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1477
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
1478
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.6ms)
1479
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
1480
+  (0.1ms) rollback transaction
1481
+  (0.0ms) begin transaction
1482
+ ----------------------------------------------
1483
+ SketchilyHelper: test_0001_must show svg image
1484
+ ----------------------------------------------
1485
+  (0.0ms) rollback transaction
1486
+  (0.0ms) begin transaction
1487
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1488
+  (4.1ms) commit transaction
1489
+  (0.0ms) begin transaction
1490
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1491
+  (3.4ms) commit transaction
1492
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1493
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (1.0ms)
1494
+  (8.5ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1495
+  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1496
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1497
+  (0.1ms) SELECT version FROM "schema_migrations"
1498
+  (4.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1499
+  (0.0ms) begin transaction
1500
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1501
+  (12.3ms) commit transaction
1502
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (4.1ms)
1503
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (6.1ms)
1504
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.2ms)
1505
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.4ms)
1506
+  (0.1ms) begin transaction
1507
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1508
+  (5.5ms) commit transaction
1509
+  (0.0ms) begin transaction
1510
+ -------------------------------------------------------------------------------
1511
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1512
+ -------------------------------------------------------------------------------
1513
+  (0.0ms) SAVEPOINT active_record_1
1514
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1515
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1516
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:18:43 -0500
1517
+ Processing by DrawingsController#sketchily as HTML
1518
+ Parameters: {"id"=>"3"}
1519
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1520
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1521
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (1.0ms)
1522
+ Rendered drawings/sketchily.html.erb within layouts/application (2.3ms)
1523
+ Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms)
1524
+  (0.1ms) rollback transaction
1525
+  (0.1ms) begin transaction
1526
+ ---------------------------------------------------------------------------------------
1527
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1528
+ ---------------------------------------------------------------------------------------
1529
+  (0.0ms) SAVEPOINT active_record_1
1530
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1531
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1532
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:18:43 -0500
1533
+ Processing by DrawingsController#sketchily_tag as HTML
1534
+ Parameters: {"id"=>"3"}
1535
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1536
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1537
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
1538
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.7ms)
1539
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1540
+  (0.1ms) rollback transaction
1541
+  (0.0ms) begin transaction
1542
+ ----------------------------------------------
1543
+ SketchilyHelper: test_0001_must show svg image
1544
+ ----------------------------------------------
1545
+  (0.0ms) rollback transaction
1546
+  (0.0ms) begin transaction
1547
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1548
+  (5.2ms) commit transaction
1549
+  (0.0ms) begin transaction
1550
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1551
+  (3.4ms) commit transaction
1552
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1553
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.9ms)
1554
+  (12.9ms) CREATE TABLE "drawings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "svg" text) 
1555
+  (6.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
1556
+  (5.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
1557
+  (0.1ms) SELECT version FROM "schema_migrations"
1558
+  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
1559
+  (0.0ms) begin transaction
1560
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1561
+  (12.2ms) commit transaction
1562
+  (0.1ms) begin transaction
1563
+ SQL (0.2ms) INSERT INTO "drawings" DEFAULT VALUES
1564
+  (4.5ms) commit transaction
1565
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (6.0ms)
1566
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (10.6ms)
1567
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.2ms)
1568
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.4ms)
1569
+  (0.1ms) begin transaction
1570
+ -------------------------------------------------------------------------------
1571
+ Sketchily Feature Test Feature Test: test_0001_should render the sketchily html
1572
+ -------------------------------------------------------------------------------
1573
+  (0.0ms) SAVEPOINT active_record_1
1574
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1576
+ Started GET "/drawings/3/sketchily" for 127.0.0.1 at 2013-10-08 17:52:37 -0500
1577
+ Processing by DrawingsController#sketchily as HTML
1578
+ Parameters: {"id"=>"3"}
1579
+ Drawing Load (0.1ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1580
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1581
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily.html.erb (0.9ms)
1582
+ Rendered drawings/sketchily.html.erb within layouts/application (2.0ms)
1583
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.1ms)
1584
+  (0.1ms) rollback transaction
1585
+  (0.0ms) begin transaction
1586
+ ---------------------------------------------------------------------------------------
1587
+ Sketchily Tag Feature Test Feature Test: test_0001_should render the sketchily_tag html
1588
+ ---------------------------------------------------------------------------------------
1589
+  (0.0ms) SAVEPOINT active_record_1
1590
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1591
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1592
+ Started GET "/drawings/3/sketchily_tag" for 127.0.0.1 at 2013-10-08 17:52:37 -0500
1593
+ Processing by DrawingsController#sketchily_tag as HTML
1594
+ Parameters: {"id"=>"3"}
1595
+ Drawing Load (0.0ms) SELECT "drawings".* FROM "drawings" WHERE "drawings"."id" = ? LIMIT 1 [["id", "3"]]
1596
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1597
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.7ms)
1598
+ Rendered drawings/sketchily_tag.html.erb within layouts/application (1.6ms)
1599
+ Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1600
+  (0.1ms) rollback transaction
1601
+  (0.0ms) begin transaction
1602
+ ----------------------------------------------
1603
+ SketchilyHelper: test_0001_must show svg image
1604
+ ----------------------------------------------
1605
+  (0.0ms) rollback transaction
1606
+  (0.0ms) begin transaction
1607
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1608
+  (4.1ms) commit transaction
1609
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_embed.html.erb (0.3ms)
1610
+ Rendered /home/dantemss/Desktop/sketchily/app/views/sketchily/_sketchily_tag.html.erb (0.8ms)
1611
+  (0.0ms) begin transaction
1612
+ SQL (0.1ms) INSERT INTO "drawings" DEFAULT VALUES
1613
+  (4.2ms) commit transaction