siringa 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +169 -0
  4. data/Rakefile +39 -0
  5. data/app/controllers/siringa/application_controller.rb +4 -0
  6. data/app/controllers/siringa/siringa_controller.rb +49 -0
  7. data/app/helpers/siringa/application_helper.rb +4 -0
  8. data/config/routes.rb +5 -0
  9. data/lib/generators/siringa/install_generator.rb +18 -0
  10. data/lib/generators/templates/siringa_initializer.rb +9 -0
  11. data/lib/siringa.rb +4 -0
  12. data/lib/siringa/configuration.rb +26 -0
  13. data/lib/siringa/definitions.rb +38 -0
  14. data/lib/siringa/dumps.rb +66 -0
  15. data/lib/siringa/engine.rb +5 -0
  16. data/lib/siringa/version.rb +3 -0
  17. data/lib/tasks/siringa_tasks.rake +11 -0
  18. data/test/controllers/siringa_controller_test.rb +23 -0
  19. data/test/dummy/Rakefile +7 -0
  20. data/test/dummy/app/assets/javascripts/application.js +9 -0
  21. data/test/dummy/app/assets/stylesheets/application.css +7 -0
  22. data/test/dummy/app/controllers/application_controller.rb +3 -0
  23. data/test/dummy/app/helpers/application_helper.rb +2 -0
  24. data/test/dummy/app/models/user.rb +3 -0
  25. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  26. data/test/dummy/config.ru +4 -0
  27. data/test/dummy/config/application.rb +45 -0
  28. data/test/dummy/config/boot.rb +10 -0
  29. data/test/dummy/config/database.yml +25 -0
  30. data/test/dummy/config/environment.rb +5 -0
  31. data/test/dummy/config/environments/development.rb +30 -0
  32. data/test/dummy/config/environments/production.rb +60 -0
  33. data/test/dummy/config/environments/test.rb +39 -0
  34. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  35. data/test/dummy/config/initializers/inflections.rb +10 -0
  36. data/test/dummy/config/initializers/mime_types.rb +5 -0
  37. data/test/dummy/config/initializers/secret_token.rb +7 -0
  38. data/test/dummy/config/initializers/session_store.rb +8 -0
  39. data/test/dummy/config/initializers/siringa.rb +5 -0
  40. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  41. data/test/dummy/config/locales/en.yml +5 -0
  42. data/test/dummy/config/routes.rb +4 -0
  43. data/test/dummy/db/development.sqlite3 +0 -0
  44. data/test/dummy/db/migrate/20130927161308_create_user.rb +7 -0
  45. data/test/dummy/db/schema.rb +20 -0
  46. data/test/dummy/db/test.sqlite3 +0 -0
  47. data/test/dummy/log/development.log +1069 -0
  48. data/test/dummy/log/test.log +1471 -0
  49. data/test/dummy/public/404.html +26 -0
  50. data/test/dummy/public/422.html +26 -0
  51. data/test/dummy/public/500.html +26 -0
  52. data/test/dummy/public/favicon.ico +0 -0
  53. data/test/dummy/script/rails +6 -0
  54. data/test/dummy/test/factories.rb +7 -0
  55. data/test/dummy/test/siringa/definitions.rb +6 -0
  56. data/test/dummy/tmp/dumps/db_20130927191400.dump +0 -0
  57. data/test/integration/navigation_test.rb +10 -0
  58. data/test/siringa_test.rb +7 -0
  59. data/test/test_helper.rb +10 -0
  60. metadata +158 -0
@@ -0,0 +1,1471 @@
1
+ -----------------------
2
+ SiringaTest: test_truth
3
+ -----------------------
4
+ -----------------------
5
+ SiringaTest: test_truth
6
+ -----------------------
7
+ ---------------------------------------
8
+ SiringaControllerTest: test_load_action
9
+ ---------------------------------------
10
+ ---------------------------------------
11
+ SiringaControllerTest: test_load_action
12
+ ---------------------------------------
13
+ ---------------------------------------
14
+ SiringaControllerTest: test_load_action
15
+ ---------------------------------------
16
+ ---------------------------------------
17
+ SiringaControllerTest: test_load_action
18
+ ---------------------------------------
19
+ -----------------------
20
+ SiringaTest: test_truth
21
+ -----------------------
22
+ ------------------------------------------------
23
+ Siringa::SiringaControllerTest: test_load_action
24
+ ------------------------------------------------
25
+ ---------------------------------------
26
+ SiringaControllerTest: test_load_action
27
+ ---------------------------------------
28
+ ---------------------------------------
29
+ SiringaControllerTest: test_load_action
30
+ ---------------------------------------
31
+ ---------------------------------------
32
+ SiringaControllerTest: test_load_action
33
+ ---------------------------------------
34
+ ---------------------------------------
35
+ SiringaControllerTest: test_load_action
36
+ ---------------------------------------
37
+ ---------------------------------------
38
+ SiringaControllerTest: test_load_action
39
+ ---------------------------------------
40
+ ---------------------------------------
41
+ SiringaControllerTest: test_load_action
42
+ ---------------------------------------
43
+ ---------------------------------------
44
+ SiringaControllerTest: test_load_action
45
+ ---------------------------------------
46
+ ---------------------------------------
47
+ SiringaControllerTest: test_load_action
48
+ ---------------------------------------
49
+ ---------------------------------------
50
+ SiringaControllerTest: test_load_action
51
+ ---------------------------------------
52
+ ---------------------------------------
53
+ SiringaControllerTest: test_load_action
54
+ ---------------------------------------
55
+  (0.7ms) begin transaction
56
+ ---------------------------------------
57
+ SiringaControllerTest: test_load_action
58
+ ---------------------------------------
59
+  (0.2ms) rollback transaction
60
+  (0.5ms) begin transaction
61
+ ---------------------------------------
62
+ SiringaControllerTest: test_load_action
63
+ ---------------------------------------
64
+  (0.3ms) rollback transaction
65
+  (0.4ms) begin transaction
66
+ ---------------------------------------
67
+ SiringaControllerTest: test_load_action
68
+ ---------------------------------------
69
+  (0.3ms) rollback transaction
70
+  (0.4ms) begin transaction
71
+ ---------------------------------------
72
+ SiringaControllerTest: test_load_action
73
+ ---------------------------------------
74
+ Processing by Siringa::SiringaController#load as HTML
75
+ Parameters: {"factory"=>"papapa"}
76
+ Rendered text template (0.2ms)
77
+ Completed 405 Method Not Allowed in 5ms (Views: 3.2ms | ActiveRecord: 0.4ms)
78
+  (0.2ms) rollback transaction
79
+  (0.4ms) begin transaction
80
+ ---------------------------------------
81
+ SiringaControllerTest: test_load_action
82
+ ---------------------------------------
83
+ Processing by Siringa::SiringaController#load as HTML
84
+ Parameters: {"factory"=>"papapa"}
85
+ Rendered text template (0.1ms)
86
+ Completed 405 Method Not Allowed in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
87
+  (0.2ms) rollback transaction
88
+  (0.4ms) begin transaction
89
+ ---------------------------------------
90
+ SiringaControllerTest: test_load_action
91
+ ---------------------------------------
92
+ Processing by Siringa::SiringaController#load as HTML
93
+ Parameters: {"factory"=>"papapa"}
94
+ Rendered text template (0.0ms)
95
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
96
+  (0.1ms) rollback transaction
97
+  (0.4ms) begin transaction
98
+ ----------------------------------------------------------------------------
99
+ SiringaControllerTest: test_load_action_calling_a_factory_that_doesn't_exist
100
+ ----------------------------------------------------------------------------
101
+ Processing by Siringa::SiringaController#load as HTML
102
+ Parameters: {"factory"=>"papapa"}
103
+ Rendered text template (0.0ms)
104
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
105
+  (0.1ms) rollback transaction
106
+  (0.4ms) begin transaction
107
+ ----------------------------------------------------------------------------
108
+ SiringaControllerTest: test_load_action_calling_a_factory_that_doesn't_exist
109
+ ----------------------------------------------------------------------------
110
+ Processing by Siringa::SiringaController#load as HTML
111
+ Parameters: {"factory"=>"papapa"}
112
+ Rendered text template (0.0ms)
113
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
114
+  (0.1ms) rollback transaction
115
+  (0.4ms) begin transaction
116
+ ----------------------------------------------------------------------------
117
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
118
+ ----------------------------------------------------------------------------
119
+ Processing by Siringa::SiringaController#load as HTML
120
+ Parameters: {"factory"=>"papapa"}
121
+ Rendered text template (0.0ms)
122
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
123
+  (0.1ms) rollback transaction
124
+  (0.1ms) begin transaction
125
+ ----------------------------------------------------------
126
+ SiringaControllerTest: test_load_action_passing_no_factory
127
+ ----------------------------------------------------------
128
+ Processing by Siringa::SiringaController#load as HTML
129
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
130
+  (0.2ms) rollback transaction
131
+  (0.5ms) begin transaction
132
+ ----------------------------------------------------------------------------
133
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
134
+ ----------------------------------------------------------------------------
135
+ Processing by Siringa::SiringaController#load as HTML
136
+ Parameters: {"factory"=>"papapa"}
137
+ Rendered text template (0.0ms)
138
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
139
+  (0.1ms) rollback transaction
140
+  (0.1ms) begin transaction
141
+ ----------------------------------------------------------
142
+ SiringaControllerTest: test_load_action_passing_no_factory
143
+ ----------------------------------------------------------
144
+ Processing by Siringa::SiringaController#load as HTML
145
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
146
+  (0.1ms) rollback transaction
147
+  (0.4ms) begin transaction
148
+ ----------------------------------------------------------------------------
149
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
150
+ ----------------------------------------------------------------------------
151
+ Processing by Siringa::SiringaController#load as HTML
152
+ Parameters: {"factory"=>"papapa"}
153
+ Rendered text template (0.0ms)
154
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
155
+  (0.1ms) rollback transaction
156
+  (0.1ms) begin transaction
157
+ ----------------------------------------------------------
158
+ SiringaControllerTest: test_load_action_passing_no_factory
159
+ ----------------------------------------------------------
160
+ Processing by Siringa::SiringaController#load as HTML
161
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
162
+  (0.4ms) rollback transaction
163
+  (0.4ms) begin transaction
164
+ ----------------------------------------------------------------------------
165
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
166
+ ----------------------------------------------------------------------------
167
+ Processing by Siringa::SiringaController#load as HTML
168
+ Parameters: {"factory"=>"papapa"}
169
+ Rendered text template (0.0ms)
170
+ Completed 405 Method Not Allowed in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
171
+  (0.1ms) rollback transaction
172
+  (0.1ms) begin transaction
173
+ ----------------------------------------------------------
174
+ SiringaControllerTest: test_load_action_passing_no_factory
175
+ ----------------------------------------------------------
176
+ Processing by Siringa::SiringaController#load as HTML
177
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
178
+  (0.4ms) rollback transaction
179
+  (0.4ms) begin transaction
180
+ ----------------------------------------------------------------------------
181
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
182
+ ----------------------------------------------------------------------------
183
+ Processing by Siringa::SiringaController#load as HTML
184
+ Parameters: {"factory"=>"papapa"}
185
+ Rendered text template (0.0ms)
186
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
187
+  (0.1ms) rollback transaction
188
+  (0.1ms) begin transaction
189
+ ----------------------------------------------------------
190
+ SiringaControllerTest: test_load_action_passing_no_factory
191
+ ----------------------------------------------------------
192
+ Processing by Siringa::SiringaController#load as HTML
193
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
194
+  (0.2ms) rollback transaction
195
+  (0.4ms) begin transaction
196
+ ----------------------------------------------------------------------------
197
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
198
+ ----------------------------------------------------------------------------
199
+ Processing by Siringa::SiringaController#load as HTML
200
+ Parameters: {"factory"=>"papapa"}
201
+ Rendered text template (0.0ms)
202
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
203
+  (0.1ms) rollback transaction
204
+  (0.1ms) begin transaction
205
+ ----------------------------------------------------------
206
+ SiringaControllerTest: test_load_action_passing_no_factory
207
+ ----------------------------------------------------------
208
+ Processing by Siringa::SiringaController#load as HTML
209
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
210
+  (0.3ms) rollback transaction
211
+  (0.4ms) begin transaction
212
+ ----------------------------------------------------------------------------
213
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
214
+ ----------------------------------------------------------------------------
215
+ Processing by Siringa::SiringaController#load as HTML
216
+ Parameters: {"factory"=>"papapa"}
217
+ Rendered text template (0.0ms)
218
+ Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
219
+  (0.2ms) rollback transaction
220
+  (0.1ms) begin transaction
221
+ ----------------------------------------------------------
222
+ SiringaControllerTest: test_load_action_passing_no_factory
223
+ ----------------------------------------------------------
224
+ Processing by Siringa::SiringaController#load as HTML
225
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
226
+  (0.2ms) rollback transaction
227
+  (0.4ms) begin transaction
228
+ ----------------------------------------------------------------------------
229
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
230
+ ----------------------------------------------------------------------------
231
+ Processing by Siringa::SiringaController#load as HTML
232
+ Parameters: {"factory"=>"papapa"}
233
+ Rendered text template (0.1ms)
234
+ Completed 500 Internal Server Error in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
235
+  (0.2ms) rollback transaction
236
+  (0.1ms) begin transaction
237
+ ----------------------------------------------------------
238
+ SiringaControllerTest: test_load_action_passing_no_factory
239
+ ----------------------------------------------------------
240
+ Processing by Siringa::SiringaController#load as HTML
241
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
242
+  (0.1ms) rollback transaction
243
+  (0.4ms) begin transaction
244
+ ----------------------------------------------------------------------------
245
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
246
+ ----------------------------------------------------------------------------
247
+ Processing by Siringa::SiringaController#load as HTML
248
+ Parameters: {"factory"=>"papapa"}
249
+ Rendered text template (0.1ms)
250
+ Completed 500 Internal Server Error in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
251
+  (0.2ms) rollback transaction
252
+  (0.2ms) begin transaction
253
+ ----------------------------------------------------------
254
+ SiringaControllerTest: test_load_action_passing_no_factory
255
+ ----------------------------------------------------------
256
+ Processing by Siringa::SiringaController#load as HTML
257
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
258
+  (0.2ms) rollback transaction
259
+  (0.4ms) begin transaction
260
+ ----------------------------------------------------------------------------
261
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
262
+ ----------------------------------------------------------------------------
263
+ Processing by Siringa::SiringaController#load as HTML
264
+ Parameters: {"factory"=>"papapa"}
265
+ Rendered text template (0.0ms)
266
+ Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
267
+  (0.2ms) rollback transaction
268
+  (0.1ms) begin transaction
269
+ ----------------------------------------------------------
270
+ SiringaControllerTest: test_load_action_passing_no_factory
271
+ ----------------------------------------------------------
272
+ Processing by Siringa::SiringaController#load as HTML
273
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
274
+  (0.1ms) rollback transaction
275
+  (0.5ms) begin transaction
276
+ ----------------------------------------------------------------------------
277
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
278
+ ----------------------------------------------------------------------------
279
+ Processing by Siringa::SiringaController#load as HTML
280
+ Parameters: {"factory"=>"papapa"}
281
+ Rendered text template (0.1ms)
282
+ Completed 500 Internal Server Error in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
283
+  (0.4ms) rollback transaction
284
+  (0.4ms) begin transaction
285
+ ----------------------------------------------------------
286
+ SiringaControllerTest: test_load_action_passing_no_factory
287
+ ----------------------------------------------------------
288
+ Processing by Siringa::SiringaController#load as HTML
289
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
290
+  (0.2ms) rollback transaction
291
+  (0.5ms) begin transaction
292
+ ----------------------------------------------------------------------------
293
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
294
+ ----------------------------------------------------------------------------
295
+ Processing by Siringa::SiringaController#load as HTML
296
+ Parameters: {"factory"=>"papapa"}
297
+ Rendered text template (0.1ms)
298
+ Completed 500 Internal Server Error in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
299
+  (0.2ms) rollback transaction
300
+  (0.2ms) begin transaction
301
+ ----------------------------------------------------------
302
+ SiringaControllerTest: test_load_action_passing_no_factory
303
+ ----------------------------------------------------------
304
+ Processing by Siringa::SiringaController#load as HTML
305
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
306
+  (0.2ms) rollback transaction
307
+  (0.4ms) begin transaction
308
+ ----------------------------------------------------------------------------
309
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
310
+ ----------------------------------------------------------------------------
311
+ Processing by Siringa::SiringaController#load as HTML
312
+ Parameters: {"factory"=>"papapa"}
313
+ Rendered text template (0.0ms)
314
+ Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
315
+  (0.2ms) rollback transaction
316
+  (0.1ms) begin transaction
317
+ ----------------------------------------------------------
318
+ SiringaControllerTest: test_load_action_passing_no_factory
319
+ ----------------------------------------------------------
320
+ Processing by Siringa::SiringaController#load as HTML
321
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
322
+  (0.1ms) rollback transaction
323
+  (0.4ms) begin transaction
324
+ ----------------------------------------------------------------------------
325
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
326
+ ----------------------------------------------------------------------------
327
+ Processing by Siringa::SiringaController#load as HTML
328
+ Parameters: {"factory"=>"papapa"}
329
+ Rendered text template (0.0ms)
330
+ Completed 405 Method Not Allowed in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
331
+  (0.2ms) rollback transaction
332
+  (0.1ms) begin transaction
333
+ ----------------------------------------------------------
334
+ SiringaControllerTest: test_load_action_passing_no_factory
335
+ ----------------------------------------------------------
336
+ Processing by Siringa::SiringaController#load as HTML
337
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
338
+  (0.2ms) rollback transaction
339
+  (0.4ms) begin transaction
340
+ ----------------------------------------------------------------------------
341
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
342
+ ----------------------------------------------------------------------------
343
+ Processing by Siringa::SiringaController#load as HTML
344
+ Parameters: {"factory"=>"papapa"}
345
+ Rendered text template (0.0ms)
346
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
347
+  (0.1ms) rollback transaction
348
+  (0.1ms) begin transaction
349
+ ----------------------------------------------------------
350
+ SiringaControllerTest: test_load_action_passing_no_factory
351
+ ----------------------------------------------------------
352
+ Processing by Siringa::SiringaController#load as HTML
353
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
354
+  (0.2ms) rollback transaction
355
+  (0.4ms) begin transaction
356
+ ----------------------------------------------------------------------------
357
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
358
+ ----------------------------------------------------------------------------
359
+ Processing by Siringa::SiringaController#load as HTML
360
+ Parameters: {"factory"=>"papapa"}
361
+ Rendered text template (0.0ms)
362
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
363
+  (0.1ms) rollback transaction
364
+  (0.1ms) begin transaction
365
+ ----------------------------------------------------------------
366
+ SiringaControllerTest: test_load_action_passing_existing_factory
367
+ ----------------------------------------------------------------
368
+ Processing by Siringa::SiringaController#load as HTML
369
+ Parameters: {"factory"=>"initial"}
370
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
371
+  (0.1ms) rollback transaction
372
+  (0.1ms) begin transaction
373
+ ----------------------------------------------------------
374
+ SiringaControllerTest: test_load_action_passing_no_factory
375
+ ----------------------------------------------------------
376
+ Processing by Siringa::SiringaController#load as HTML
377
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
378
+  (0.3ms) rollback transaction
379
+  (0.4ms) begin transaction
380
+ ----------------------------------------------------------------------------
381
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
382
+ ----------------------------------------------------------------------------
383
+ Processing by Siringa::SiringaController#load as HTML
384
+ Parameters: {"factory"=>"papapa"}
385
+ Rendered text template (0.0ms)
386
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
387
+  (0.1ms) rollback transaction
388
+  (0.1ms) begin transaction
389
+ ----------------------------------------------------------------
390
+ SiringaControllerTest: test_load_action_passing_existing_factory
391
+ ----------------------------------------------------------------
392
+ Processing by Siringa::SiringaController#load as HTML
393
+ Parameters: {"factory"=>"initial"}
394
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
395
+  (0.1ms) rollback transaction
396
+  (0.1ms) begin transaction
397
+ ----------------------------------------------------------
398
+ SiringaControllerTest: test_load_action_passing_no_factory
399
+ ----------------------------------------------------------
400
+ Processing by Siringa::SiringaController#load as HTML
401
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
402
+  (0.3ms) rollback transaction
403
+  (0.4ms) begin transaction
404
+ ----------------------------------------------------------------------------
405
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
406
+ ----------------------------------------------------------------------------
407
+ Processing by Siringa::SiringaController#load as HTML
408
+ Parameters: {"factory"=>"papapa"}
409
+ Rendered text template (0.0ms)
410
+ Completed 405 Method Not Allowed in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
411
+  (0.1ms) rollback transaction
412
+  (0.1ms) begin transaction
413
+ ----------------------------------------------------------------
414
+ SiringaControllerTest: test_load_action_passing_existing_factory
415
+ ----------------------------------------------------------------
416
+ Processing by Siringa::SiringaController#load as HTML
417
+ Parameters: {"factory"=>"initial"}
418
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
419
+  (0.1ms) rollback transaction
420
+  (0.1ms) begin transaction
421
+ ----------------------------------------------------------
422
+ SiringaControllerTest: test_load_action_passing_no_factory
423
+ ----------------------------------------------------------
424
+ Processing by Siringa::SiringaController#load as HTML
425
+ Completed 500 Internal Server Error in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
426
+  (0.3ms) rollback transaction
427
+  (0.4ms) begin transaction
428
+ ----------------------------------------------------------------------------
429
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
430
+ ----------------------------------------------------------------------------
431
+ Processing by Siringa::SiringaController#load as HTML
432
+ Parameters: {"factory"=>"papapa"}
433
+ Rendered text template (0.0ms)
434
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
435
+  (0.1ms) rollback transaction
436
+  (0.1ms) begin transaction
437
+ ----------------------------------------------------------------
438
+ SiringaControllerTest: test_load_action_passing_existing_factory
439
+ ----------------------------------------------------------------
440
+ Processing by Siringa::SiringaController#load as HTML
441
+ Parameters: {"factory"=>"initial"}
442
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
443
+  (0.1ms) rollback transaction
444
+  (0.1ms) begin transaction
445
+ ----------------------------------------------------------
446
+ SiringaControllerTest: test_load_action_passing_no_factory
447
+ ----------------------------------------------------------
448
+ Processing by Siringa::SiringaController#load as HTML
449
+ Completed 500 Internal Server Error in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
450
+  (0.2ms) rollback transaction
451
+  (0.5ms) begin transaction
452
+ ----------------------------------------------------------------------------
453
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
454
+ ----------------------------------------------------------------------------
455
+ Processing by Siringa::SiringaController#load as HTML
456
+ Parameters: {"factory"=>"papapa"}
457
+ Rendered text template (0.1ms)
458
+ Completed 405 Method Not Allowed in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
459
+  (0.2ms) rollback transaction
460
+  (0.1ms) begin transaction
461
+ ----------------------------------------------------------------
462
+ SiringaControllerTest: test_load_action_passing_existing_factory
463
+ ----------------------------------------------------------------
464
+ Processing by Siringa::SiringaController#load as HTML
465
+ Parameters: {"factory"=>"initial"}
466
+ Completed 405 Method Not Allowed in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
467
+  (0.2ms) rollback transaction
468
+  (0.1ms) begin transaction
469
+ ----------------------------------------------------------
470
+ SiringaControllerTest: test_load_action_passing_no_factory
471
+ ----------------------------------------------------------
472
+ Processing by Siringa::SiringaController#load as HTML
473
+ Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
474
+  (0.4ms) rollback transaction
475
+  (0.5ms) begin transaction
476
+ ----------------------------------------------------------------------------
477
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
478
+ ----------------------------------------------------------------------------
479
+ Processing by Siringa::SiringaController#load as HTML
480
+ Parameters: {"factory"=>"papapa"}
481
+ Rendered text template (0.1ms)
482
+ Completed 405 Method Not Allowed in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
483
+  (0.2ms) rollback transaction
484
+  (0.1ms) begin transaction
485
+ ----------------------------------------------------------------
486
+ SiringaControllerTest: test_load_action_passing_existing_factory
487
+ ----------------------------------------------------------------
488
+ Processing by Siringa::SiringaController#load as HTML
489
+ Parameters: {"factory"=>"initial"}
490
+  (12.5ms) begin transaction
491
+ ----------------------------------------------------------------------------
492
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
493
+ ----------------------------------------------------------------------------
494
+ Processing by Siringa::SiringaController#load as HTML
495
+ Parameters: {"factory"=>"papapa"}
496
+ Rendered text template (0.1ms)
497
+ Completed 405 Method Not Allowed in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
498
+  (0.2ms) rollback transaction
499
+  (0.2ms) begin transaction
500
+ ----------------------------------------------------------------
501
+ SiringaControllerTest: test_load_action_passing_existing_factory
502
+ ----------------------------------------------------------------
503
+ Processing by Siringa::SiringaController#load as HTML
504
+ Parameters: {"factory"=>"initial"}
505
+ Completed 405 Method Not Allowed in 70113ms (Views: 1.5ms | ActiveRecord: 0.0ms)
506
+  (0.2ms) rollback transaction
507
+  (0.1ms) begin transaction
508
+ ----------------------------------------------------------
509
+ SiringaControllerTest: test_load_action_passing_no_factory
510
+ ----------------------------------------------------------
511
+ Processing by Siringa::SiringaController#load as HTML
512
+ Completed 500 Internal Server Error in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
513
+  (0.2ms) rollback transaction
514
+  (0.5ms) begin transaction
515
+ ----------------------------------------------------------------------------
516
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
517
+ ----------------------------------------------------------------------------
518
+ Processing by Siringa::SiringaController#load as HTML
519
+ Parameters: {"factory"=>"papapa"}
520
+ Rendered text template (0.1ms)
521
+ Completed 405 Method Not Allowed in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
522
+  (0.2ms) rollback transaction
523
+  (0.1ms) begin transaction
524
+ ----------------------------------------------------------------
525
+ SiringaControllerTest: test_load_action_passing_existing_factory
526
+ ----------------------------------------------------------------
527
+ Processing by Siringa::SiringaController#load as HTML
528
+ Parameters: {"factory"=>"initial"}
529
+ Completed 405 Method Not Allowed in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
530
+  (0.2ms) rollback transaction
531
+  (0.1ms) begin transaction
532
+ ----------------------------------------------------------
533
+ SiringaControllerTest: test_load_action_passing_no_factory
534
+ ----------------------------------------------------------
535
+ Processing by Siringa::SiringaController#load as HTML
536
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
537
+  (0.3ms) rollback transaction
538
+  (0.5ms) begin transaction
539
+ ----------------------------------------------------------------------------
540
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
541
+ ----------------------------------------------------------------------------
542
+ Processing by Siringa::SiringaController#load as HTML
543
+ Parameters: {"factory"=>"papapa"}
544
+ Rendered text template (0.1ms)
545
+ Completed 405 Method Not Allowed in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
546
+  (0.2ms) rollback transaction
547
+  (0.1ms) begin transaction
548
+ ----------------------------------------------------------------
549
+ SiringaControllerTest: test_load_action_passing_existing_factory
550
+ ----------------------------------------------------------------
551
+ Processing by Siringa::SiringaController#load as HTML
552
+ Parameters: {"factory"=>"initial"}
553
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
554
+  (0.2ms) rollback transaction
555
+  (0.1ms) begin transaction
556
+ ----------------------------------------------------------
557
+ SiringaControllerTest: test_load_action_passing_no_factory
558
+ ----------------------------------------------------------
559
+ Processing by Siringa::SiringaController#load as HTML
560
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
561
+  (0.2ms) rollback transaction
562
+  (0.5ms) begin transaction
563
+ ----------------------------------------------------------------------------
564
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
565
+ ----------------------------------------------------------------------------
566
+ Processing by Siringa::SiringaController#load as HTML
567
+ Parameters: {"factory"=>"papapa"}
568
+ Rendered text template (0.1ms)
569
+ Completed 405 Method Not Allowed in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
570
+  (0.2ms) rollback transaction
571
+  (0.2ms) begin transaction
572
+ ----------------------------------------------------------------
573
+ SiringaControllerTest: test_load_action_passing_existing_factory
574
+ ----------------------------------------------------------------
575
+  (0.2ms) rollback transaction
576
+  (0.1ms) begin transaction
577
+ ----------------------------------------------------------
578
+ SiringaControllerTest: test_load_action_passing_no_factory
579
+ ----------------------------------------------------------
580
+ Processing by Siringa::SiringaController#load as HTML
581
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
582
+  (0.2ms) rollback transaction
583
+  (0.5ms) begin transaction
584
+ ----------------------------------------------------------------------------
585
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
586
+ ----------------------------------------------------------------------------
587
+ Processing by Siringa::SiringaController#load as HTML
588
+ Parameters: {"factory"=>"papapa"}
589
+ Rendered text template (0.1ms)
590
+ Completed 405 Method Not Allowed in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
591
+  (0.2ms) rollback transaction
592
+  (0.1ms) begin transaction
593
+ ----------------------------------------------------------------
594
+ SiringaControllerTest: test_load_action_passing_existing_factory
595
+ ----------------------------------------------------------------
596
+ Processing by Siringa::SiringaController#load as HTML
597
+ Parameters: {"factory"=>"initial"}
598
+ Completed 405 Method Not Allowed in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
599
+  (0.3ms) rollback transaction
600
+  (0.3ms) begin transaction
601
+ ----------------------------------------------------------
602
+ SiringaControllerTest: test_load_action_passing_no_factory
603
+ ----------------------------------------------------------
604
+ Processing by Siringa::SiringaController#load as HTML
605
+ Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
606
+  (0.3ms) rollback transaction
607
+  (0.5ms) begin transaction
608
+ ----------------------------------------------------------------------------
609
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
610
+ ----------------------------------------------------------------------------
611
+ Processing by Siringa::SiringaController#load as HTML
612
+ Parameters: {"factory"=>"papapa"}
613
+ Rendered text template (0.1ms)
614
+ Completed 405 Method Not Allowed in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
615
+  (0.2ms) rollback transaction
616
+  (0.1ms) begin transaction
617
+ ----------------------------------------------------------------
618
+ SiringaControllerTest: test_load_action_passing_existing_factory
619
+ ----------------------------------------------------------------
620
+ Processing by Siringa::SiringaController#load as HTML
621
+ Parameters: {"factory"=>"initial"}
622
+ Completed 405 Method Not Allowed in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
623
+  (0.2ms) rollback transaction
624
+  (0.1ms) begin transaction
625
+ ----------------------------------------------------------
626
+ SiringaControllerTest: test_load_action_passing_no_factory
627
+ ----------------------------------------------------------
628
+ Processing by Siringa::SiringaController#load as HTML
629
+ Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
630
+  (0.4ms) rollback transaction
631
+  (0.7ms) begin transaction
632
+ ----------------------------------------------------------------------------
633
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
634
+ ----------------------------------------------------------------------------
635
+ Processing by Siringa::SiringaController#load as HTML
636
+ Parameters: {"factory"=>"papapa"}
637
+ Rendered text template (0.0ms)
638
+ Completed 405 Method Not Allowed in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
639
+  (0.2ms) rollback transaction
640
+  (0.2ms) begin transaction
641
+ ----------------------------------------------------------------
642
+ SiringaControllerTest: test_load_action_passing_existing_factory
643
+ ----------------------------------------------------------------
644
+ Processing by Siringa::SiringaController#load as HTML
645
+ Parameters: {"factory"=>"initial"}
646
+ Completed 405 Method Not Allowed in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
647
+  (0.2ms) rollback transaction
648
+  (0.1ms) begin transaction
649
+ ----------------------------------------------------------
650
+ SiringaControllerTest: test_load_action_passing_no_factory
651
+ ----------------------------------------------------------
652
+ Processing by Siringa::SiringaController#load as HTML
653
+ Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
654
+  (0.3ms) rollback transaction
655
+  (0.4ms) begin transaction
656
+ ----------------------------------------------------------------------------
657
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
658
+ ----------------------------------------------------------------------------
659
+ Processing by Siringa::SiringaController#load as HTML
660
+ Parameters: {"factory"=>"papapa"}
661
+ Rendered text template (0.0ms)
662
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
663
+  (0.1ms) rollback transaction
664
+  (0.1ms) begin transaction
665
+ ----------------------------------------------------------------
666
+ SiringaControllerTest: test_load_action_passing_existing_factory
667
+ ----------------------------------------------------------------
668
+ Processing by Siringa::SiringaController#load as HTML
669
+ Parameters: {"factory"=>"initial"}
670
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
671
+  (0.1ms) rollback transaction
672
+  (0.1ms) begin transaction
673
+ ----------------------------------------------------------
674
+ SiringaControllerTest: test_load_action_passing_no_factory
675
+ ----------------------------------------------------------
676
+ Processing by Siringa::SiringaController#load as HTML
677
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
678
+  (0.2ms) rollback transaction
679
+  (0.4ms) begin transaction
680
+ ----------------------------------------------------------------------------
681
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
682
+ ----------------------------------------------------------------------------
683
+ Processing by Siringa::SiringaController#load as HTML
684
+ Parameters: {"factory"=>"papapa"}
685
+ Rendered text template (0.0ms)
686
+ Completed 405 Method Not Allowed in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
687
+  (0.2ms) rollback transaction
688
+  (0.2ms) begin transaction
689
+ ----------------------------------------------------------------
690
+ SiringaControllerTest: test_load_action_passing_existing_factory
691
+ ----------------------------------------------------------------
692
+ Processing by Siringa::SiringaController#load as HTML
693
+ Parameters: {"factory"=>"initial"}
694
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
695
+  (0.1ms) rollback transaction
696
+  (0.1ms) begin transaction
697
+ ----------------------------------------------------------
698
+ SiringaControllerTest: test_load_action_passing_no_factory
699
+ ----------------------------------------------------------
700
+ Processing by Siringa::SiringaController#load as HTML
701
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
702
+  (0.2ms) rollback transaction
703
+  (0.5ms) begin transaction
704
+ ----------------------------------------------------------------------------
705
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
706
+ ----------------------------------------------------------------------------
707
+ Processing by Siringa::SiringaController#load as HTML
708
+ Parameters: {"factory"=>"papapa"}
709
+ Rendered text template (0.1ms)
710
+ Completed 500 Internal Server Error in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
711
+  (0.4ms) rollback transaction
712
+  (0.3ms) begin transaction
713
+ ----------------------------------------------------------------
714
+ SiringaControllerTest: test_load_action_passing_existing_factory
715
+ ----------------------------------------------------------------
716
+ Processing by Siringa::SiringaController#load as HTML
717
+ Parameters: {"factory"=>"initial"}
718
+ Completed 500 Internal Server Error in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
719
+  (0.3ms) rollback transaction
720
+  (0.1ms) begin transaction
721
+ ----------------------------------------------------------
722
+ SiringaControllerTest: test_load_action_passing_no_factory
723
+ ----------------------------------------------------------
724
+ Processing by Siringa::SiringaController#load as HTML
725
+ Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
726
+  (0.2ms) rollback transaction
727
+  (0.5ms) begin transaction
728
+ ----------------------------------------------------------------------------
729
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
730
+ ----------------------------------------------------------------------------
731
+ Processing by Siringa::SiringaController#load as HTML
732
+ Parameters: {"factory"=>"papapa"}
733
+ Rendered text template (0.1ms)
734
+ Completed 500 Internal Server Error in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
735
+  (0.7ms) rollback transaction
736
+  (0.4ms) begin transaction
737
+ ----------------------------------------------------------------
738
+ SiringaControllerTest: test_load_action_passing_existing_factory
739
+ ----------------------------------------------------------------
740
+ Processing by Siringa::SiringaController#load as HTML
741
+ Parameters: {"factory"=>"initial"}
742
+ Completed 500 Internal Server Error in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
743
+  (0.4ms) begin transaction
744
+ ----------------------------------------------------------------------------
745
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
746
+ ----------------------------------------------------------------------------
747
+ Processing by Siringa::SiringaController#load as HTML
748
+ Parameters: {"factory"=>"papapa"}
749
+ Rendered text template (0.1ms)
750
+ Completed 500 Internal Server Error in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
751
+  (0.2ms) rollback transaction
752
+  (0.2ms) begin transaction
753
+ ----------------------------------------------------------------
754
+ SiringaControllerTest: test_load_action_passing_existing_factory
755
+ ----------------------------------------------------------------
756
+ Processing by Siringa::SiringaController#load as HTML
757
+ Parameters: {"factory"=>"initial"}
758
+ Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
759
+  (0.2ms) rollback transaction
760
+  (0.1ms) begin transaction
761
+ ----------------------------------------------------------
762
+ SiringaControllerTest: test_load_action_passing_no_factory
763
+ ----------------------------------------------------------
764
+ Processing by Siringa::SiringaController#load as HTML
765
+ Completed 500 Internal Server Error in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
766
+  (0.2ms) rollback transaction
767
+  (0.4ms) begin transaction
768
+ ----------------------------------------------------------------------------
769
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
770
+ ----------------------------------------------------------------------------
771
+ Processing by Siringa::SiringaController#load as HTML
772
+ Parameters: {"factory"=>"papapa"}
773
+ Rendered text template (0.0ms)
774
+ Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
775
+  (0.3ms) rollback transaction
776
+  (0.2ms) begin transaction
777
+ ----------------------------------------------------------------
778
+ SiringaControllerTest: test_load_action_passing_existing_factory
779
+ ----------------------------------------------------------------
780
+ Processing by Siringa::SiringaController#load as HTML
781
+ Parameters: {"factory"=>"initial"}
782
+ Completed 500 Internal Server Error in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
783
+ Processing by Siringa::SiringaController#load as HTML
784
+ Parameters: {"factory"=>"initial"}
785
+ Completed 405 Method Not Allowed in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
786
+ Started GET "/load/initial" for 127.0.0.1 at 2013-09-27 13:14:48 +0200
787
+ Started POST "/load/initial" for 127.0.0.1 at 2013-09-27 13:15:00 +0200
788
+ Started POST "/load" for 127.0.0.1 at 2013-09-27 13:16:00 +0200
789
+ Started GET "/load" for 127.0.0.1 at 2013-09-27 13:16:09 +0200
790
+ Started GET "/load/initial" for 127.0.0.1 at 2013-09-27 13:17:22 +0200
791
+ Started GET "/load" for 127.0.0.1 at 2013-09-27 13:18:28 +0200
792
+  (0.4ms) begin transaction
793
+ ----------------------------------------------------------------------------
794
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
795
+ ----------------------------------------------------------------------------
796
+ Processing by Siringa::SiringaController#load as HTML
797
+ Parameters: {"factory"=>"papapa"}
798
+ Rendered text template (0.0ms)
799
+ Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
800
+  (0.2ms) rollback transaction
801
+  (0.1ms) begin transaction
802
+ ----------------------------------------------------------------
803
+ SiringaControllerTest: test_load_action_passing_existing_factory
804
+ ----------------------------------------------------------------
805
+ Processing by Siringa::SiringaController#load as HTML
806
+ Parameters: {"definition"=>"initial"}
807
+ Completed 405 Method Not Allowed in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
808
+ Processing by Siringa::SiringaController#load as HTML
809
+ Parameters: {"definition"=>"initial"}
810
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
811
+ Processing by Siringa::SiringaController#load as HTML
812
+ Parameters: {"definition"=>"initial"}
813
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
814
+ Processing by Siringa::SiringaController#load as HTML
815
+ Parameters: {"definition"=>"initial"}
816
+ Completed 405 Method Not Allowed in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
817
+  (0.3ms) rollback transaction
818
+  (0.1ms) begin transaction
819
+ ----------------------------------------------------------
820
+ SiringaControllerTest: test_load_action_passing_no_factory
821
+ ----------------------------------------------------------
822
+ Processing by Siringa::SiringaController#load as HTML
823
+ Completed 500 Internal Server Error in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
824
+  (0.2ms) rollback transaction
825
+  (0.4ms) begin transaction
826
+ ----------------------------------------------------------------------------
827
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
828
+ ----------------------------------------------------------------------------
829
+ Processing by Siringa::SiringaController#load as HTML
830
+ Parameters: {"factory"=>"papapa"}
831
+ Rendered text template (0.0ms)
832
+ Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
833
+  (0.2ms) rollback transaction
834
+  (0.1ms) begin transaction
835
+ ----------------------------------------------------------------
836
+ SiringaControllerTest: test_load_action_passing_existing_factory
837
+ ----------------------------------------------------------------
838
+ Processing by Siringa::SiringaController#load as HTML
839
+ Parameters: {"definition"=>"initials"}
840
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
841
+ Processing by Siringa::SiringaController#load as HTML
842
+ Parameters: {"definition"=>"initials"}
843
+ Completed 500 Internal Server Error in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
844
+ Processing by Siringa::SiringaController#load as HTML
845
+ Parameters: {"definition"=>"initials"}
846
+ Completed 405 Method Not Allowed in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
847
+  (0.3ms) rollback transaction
848
+  (0.2ms) begin transaction
849
+ ----------------------------------------------------------
850
+ SiringaControllerTest: test_load_action_passing_no_factory
851
+ ----------------------------------------------------------
852
+ Processing by Siringa::SiringaController#load as HTML
853
+ Completed 500 Internal Server Error in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
854
+  (0.2ms) rollback transaction
855
+  (0.4ms) begin transaction
856
+ -------------------------------------------------------------------------------
857
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
858
+ -------------------------------------------------------------------------------
859
+ Processing by Siringa::SiringaController#load as HTML
860
+ Parameters: {"definition"=>"papapa"}
861
+ Rendered text template (0.0ms)
862
+ Completed 405 Method Not Allowed in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
863
+  (0.1ms) rollback transaction
864
+  (0.1ms) begin transaction
865
+ -------------------------------------------------------------------
866
+ SiringaControllerTest: test_load_action_passing_existing_definition
867
+ -------------------------------------------------------------------
868
+ Processing by Siringa::SiringaController#load as HTML
869
+ Parameters: {"definition"=>"initial"}
870
+ Completed 405 Method Not Allowed in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
871
+  (0.2ms) rollback transaction
872
+  (0.1ms) begin transaction
873
+ -------------------------------------------------------------
874
+ SiringaControllerTest: test_load_action_passing_no_definition
875
+ -------------------------------------------------------------
876
+ Processing by Siringa::SiringaController#load as HTML
877
+ Completed 500 Internal Server Error in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
878
+  (0.2ms) rollback transaction
879
+  (0.4ms) begin transaction
880
+ -------------------------------------------------------------------------------
881
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
882
+ -------------------------------------------------------------------------------
883
+ Processing by Siringa::SiringaController#load as HTML
884
+ Parameters: {"definition"=>"papapa"}
885
+ Rendered text template (0.0ms)
886
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
887
+  (0.1ms) rollback transaction
888
+  (0.1ms) begin transaction
889
+ -------------------------------------------------------------------
890
+ SiringaControllerTest: test_load_action_passing_existing_definition
891
+ -------------------------------------------------------------------
892
+ Processing by Siringa::SiringaController#load as HTML
893
+ Parameters: {"definition"=>"initial"}
894
+ Completed 405 Method Not Allowed in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
895
+  (0.2ms) rollback transaction
896
+  (0.1ms) begin transaction
897
+ -------------------------------------------------------------
898
+ SiringaControllerTest: test_load_action_passing_no_definition
899
+ -------------------------------------------------------------
900
+ Processing by Siringa::SiringaController#load as HTML
901
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
902
+  (0.2ms) rollback transaction
903
+  (0.4ms) begin transaction
904
+ -------------------------------------------------------------------------------
905
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
906
+ -------------------------------------------------------------------------------
907
+ Processing by Siringa::SiringaController#load as HTML
908
+ Parameters: {"definition"=>"papapa"}
909
+ Rendered text template (0.0ms)
910
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
911
+  (0.1ms) rollback transaction
912
+  (0.1ms) begin transaction
913
+ -------------------------------------------------------------------
914
+ SiringaControllerTest: test_load_action_passing_existing_definition
915
+ -------------------------------------------------------------------
916
+ Processing by Siringa::SiringaController#load as HTML
917
+ Parameters: {"definition"=>"initial"}
918
+ Completed 405 Method Not Allowed in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
919
+  (0.2ms) rollback transaction
920
+  (0.1ms) begin transaction
921
+ -------------------------------------------------------------
922
+ SiringaControllerTest: test_load_action_passing_no_definition
923
+ -------------------------------------------------------------
924
+ Processing by Siringa::SiringaController#load as HTML
925
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
926
+ Processing by Siringa::SiringaController#load as HTML
927
+ Completed 405 Method Not Allowed in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
928
+  (0.4ms) begin transaction
929
+ -------------------------------------------------------------------------------
930
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
931
+ -------------------------------------------------------------------------------
932
+ Processing by Siringa::SiringaController#load as HTML
933
+ Parameters: {"definition"=>"papapa"}
934
+ Rendered text template (0.0ms)
935
+ Completed 405 Method Not Allowed in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
936
+  (0.2ms) rollback transaction
937
+  (0.2ms) begin transaction
938
+ -------------------------------------------------------------------
939
+ SiringaControllerTest: test_load_action_passing_existing_definition
940
+ -------------------------------------------------------------------
941
+ Processing by Siringa::SiringaController#load as HTML
942
+ Parameters: {"definition"=>"initial"}
943
+ Completed 405 Method Not Allowed in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
944
+  (0.2ms) rollback transaction
945
+  (0.1ms) begin transaction
946
+ -------------------------------------------------------------
947
+ SiringaControllerTest: test_load_action_passing_no_definition
948
+ -------------------------------------------------------------
949
+ Processing by Siringa::SiringaController#load as HTML
950
+ Parameters: {"definition"=>"initial"}
951
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
952
+ Processing by Siringa::SiringaController#load as HTML
953
+ Parameters: {"definition"=>"initial"}
954
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
955
+  (0.4ms) begin transaction
956
+ -------------------------------------------------------------------------------
957
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
958
+ -------------------------------------------------------------------------------
959
+ Processing by Siringa::SiringaController#load as HTML
960
+ Parameters: {"definition"=>"papapa"}
961
+  (0.4ms) begin transaction
962
+ -------------------------------------------------------------------------------
963
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
964
+ -------------------------------------------------------------------------------
965
+ Processing by Siringa::SiringaController#load as HTML
966
+ Parameters: {"definition"=>"papapa"}
967
+ Rendered text template (0.1ms)
968
+ Completed 405 Method Not Allowed in 1958ms (Views: 1.4ms | ActiveRecord: 0.0ms)
969
+  (0.2ms) rollback transaction
970
+  (0.1ms) begin transaction
971
+ -------------------------------------------------------------------
972
+ SiringaControllerTest: test_load_action_passing_existing_definition
973
+ -------------------------------------------------------------------
974
+ Processing by Siringa::SiringaController#load as HTML
975
+ Parameters: {"definition"=>"initial"}
976
+ Completed 405 Method Not Allowed in 3886ms (Views: 1.3ms | ActiveRecord: 0.0ms)
977
+  (0.3ms) rollback transaction
978
+  (0.2ms) begin transaction
979
+ -------------------------------------------------------------
980
+ SiringaControllerTest: test_load_action_passing_no_definition
981
+ -------------------------------------------------------------
982
+  (0.3ms) rollback transaction
983
+  (0.4ms) begin transaction
984
+ -------------------------------------------------------------------------------
985
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
986
+ -------------------------------------------------------------------------------
987
+ Processing by Siringa::SiringaController#load as HTML
988
+ Parameters: {"definition"=>"papapa"}
989
+ Rendered text template (0.2ms)
990
+ Completed 405 Method Not Allowed in 2046ms (Views: 2.5ms | ActiveRecord: 0.0ms)
991
+  (0.3ms) rollback transaction
992
+  (0.1ms) begin transaction
993
+ -------------------------------------------------------------------
994
+ SiringaControllerTest: test_load_action_passing_existing_definition
995
+ -------------------------------------------------------------------
996
+ Processing by Siringa::SiringaController#load as HTML
997
+ Parameters: {"definition"=>"initial"}
998
+ Completed 405 Method Not Allowed in 551ms (Views: 1.4ms | ActiveRecord: 0.0ms)
999
+  (0.3ms) rollback transaction
1000
+  (0.3ms) begin transaction
1001
+ -------------------------------------------------------------
1002
+ SiringaControllerTest: test_load_action_passing_no_definition
1003
+ -------------------------------------------------------------
1004
+  (0.2ms) rollback transaction
1005
+  (0.5ms) begin transaction
1006
+ -------------------------------------------------------------------------------
1007
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1008
+ -------------------------------------------------------------------------------
1009
+ Processing by Siringa::SiringaController#load as HTML
1010
+ Parameters: {"definition"=>"papapa"}
1011
+ Rendered text template (0.2ms)
1012
+ Completed 405 Method Not Allowed in 864ms (Views: 2.6ms | ActiveRecord: 0.0ms)
1013
+  (0.3ms) rollback transaction
1014
+  (0.3ms) begin transaction
1015
+ -------------------------------------------------------------------
1016
+ SiringaControllerTest: test_load_action_passing_existing_definition
1017
+ -------------------------------------------------------------------
1018
+ Processing by Siringa::SiringaController#load as HTML
1019
+ Parameters: {"definition"=>"initial"}
1020
+ Completed 405 Method Not Allowed in 533ms (Views: 1.9ms | ActiveRecord: 0.0ms)
1021
+  (0.4ms) rollback transaction
1022
+  (0.2ms) begin transaction
1023
+ -------------------------------------------------------------
1024
+ SiringaControllerTest: test_load_action_passing_no_definition
1025
+ -------------------------------------------------------------
1026
+  (0.3ms) rollback transaction
1027
+  (0.4ms) begin transaction
1028
+ -------------------------------------------------------------------------------
1029
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1030
+ -------------------------------------------------------------------------------
1031
+ Processing by Siringa::SiringaController#load as HTML
1032
+ Parameters: {"definition"=>"papapa"}
1033
+ Rendered text template (0.2ms)
1034
+ Completed 405 Method Not Allowed in 5455ms (Views: 2.6ms | ActiveRecord: 0.0ms)
1035
+  (0.4ms) rollback transaction
1036
+  (0.3ms) begin transaction
1037
+ -------------------------------------------------------------------
1038
+ SiringaControllerTest: test_load_action_passing_existing_definition
1039
+ -------------------------------------------------------------------
1040
+ Processing by Siringa::SiringaController#load as HTML
1041
+ Parameters: {"definition"=>"initial"}
1042
+ Completed 405 Method Not Allowed in 429ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1043
+  (0.3ms) rollback transaction
1044
+  (0.2ms) begin transaction
1045
+ -------------------------------------------------------------
1046
+ SiringaControllerTest: test_load_action_passing_no_definition
1047
+ -------------------------------------------------------------
1048
+  (0.5ms) rollback transaction
1049
+  (0.4ms) begin transaction
1050
+ -------------------------------------------------------------------------------
1051
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1052
+ -------------------------------------------------------------------------------
1053
+ Processing by Siringa::SiringaController#load as HTML
1054
+ Parameters: {"definition"=>"papapa"}
1055
+ Rendered text template (0.1ms)
1056
+ Completed 405 Method Not Allowed in 1275ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1057
+  (0.2ms) rollback transaction
1058
+  (0.1ms) begin transaction
1059
+ -------------------------------------------------------------------
1060
+ SiringaControllerTest: test_load_action_passing_existing_definition
1061
+ -------------------------------------------------------------------
1062
+ Processing by Siringa::SiringaController#load as HTML
1063
+ Parameters: {"definition"=>"initial"}
1064
+ Completed 405 Method Not Allowed in 844ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1065
+  (0.3ms) rollback transaction
1066
+  (0.2ms) begin transaction
1067
+ -------------------------------------------------------------
1068
+ SiringaControllerTest: test_load_action_passing_no_definition
1069
+ -------------------------------------------------------------
1070
+  (0.2ms) rollback transaction
1071
+  (0.4ms) begin transaction
1072
+ -------------------------------------------------------------------------------
1073
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1074
+ -------------------------------------------------------------------------------
1075
+ Processing by Siringa::SiringaController#load as HTML
1076
+ Parameters: {"definition"=>"papapa"}
1077
+ Rendered text template (0.1ms)
1078
+ Completed 405 Method Not Allowed in 916ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1079
+  (0.2ms) rollback transaction
1080
+  (0.1ms) begin transaction
1081
+ -------------------------------------------------------------------
1082
+ SiringaControllerTest: test_load_action_passing_existing_definition
1083
+ -------------------------------------------------------------------
1084
+ Processing by Siringa::SiringaController#load as HTML
1085
+ Parameters: {"definition"=>"initial"}
1086
+ Completed 405 Method Not Allowed in 491ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1087
+  (0.3ms) rollback transaction
1088
+  (0.2ms) begin transaction
1089
+ -------------------------------------------------------------
1090
+ SiringaControllerTest: test_load_action_passing_no_definition
1091
+ -------------------------------------------------------------
1092
+  (0.2ms) rollback transaction
1093
+  (0.4ms) begin transaction
1094
+ -------------------------------------------------------------------------------
1095
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1096
+ -------------------------------------------------------------------------------
1097
+ Processing by Siringa::SiringaController#load as HTML
1098
+ Parameters: {"definition"=>"papapa"}
1099
+ Rendered text template (0.1ms)
1100
+ Completed 405 Method Not Allowed in 752ms (Views: 1.4ms | ActiveRecord: 0.0ms)
1101
+  (0.2ms) rollback transaction
1102
+  (0.1ms) begin transaction
1103
+ -------------------------------------------------------------------
1104
+ SiringaControllerTest: test_load_action_passing_existing_definition
1105
+ -------------------------------------------------------------------
1106
+ Processing by Siringa::SiringaController#load as HTML
1107
+ Parameters: {"definition"=>"initial"}
1108
+ Completed 405 Method Not Allowed in 806ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1109
+  (0.2ms) rollback transaction
1110
+  (0.1ms) begin transaction
1111
+ -------------------------------------------------------------
1112
+ SiringaControllerTest: test_load_action_passing_no_definition
1113
+ -------------------------------------------------------------
1114
+ Processing by Siringa::SiringaController#load as HTML
1115
+  (0.4ms) begin transaction
1116
+ -------------------------------------------------------------------------------
1117
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1118
+ -------------------------------------------------------------------------------
1119
+ Processing by Siringa::SiringaController#load as HTML
1120
+ Parameters: {"definition"=>"papapa"}
1121
+ Rendered text template (0.1ms)
1122
+ Completed 405 Method Not Allowed in 1848ms (Views: 2.4ms | ActiveRecord: 0.0ms)
1123
+  (0.3ms) rollback transaction
1124
+  (0.2ms) begin transaction
1125
+ -------------------------------------------------------------------
1126
+ SiringaControllerTest: test_load_action_passing_existing_definition
1127
+ -------------------------------------------------------------------
1128
+ Processing by Siringa::SiringaController#load as HTML
1129
+ Parameters: {"definition"=>"initial"}
1130
+ Completed 405 Method Not Allowed in 727ms (Views: 2.2ms | ActiveRecord: 0.0ms)
1131
+  (0.5ms) rollback transaction
1132
+  (0.4ms) begin transaction
1133
+ -------------------------------------------------------------
1134
+ SiringaControllerTest: test_load_action_passing_no_definition
1135
+ -------------------------------------------------------------
1136
+ Processing by Siringa::SiringaController#load as HTML
1137
+ Completed 500 Internal Server Error in 1036672ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1138
+  (0.3ms) rollback transaction
1139
+  (0.5ms) begin transaction
1140
+ ----------------------------------------------------------------------
1141
+ Siringa::SiringaControllerTest: test_load_action_passing_no_definition
1142
+ ----------------------------------------------------------------------
1143
+ Processing by Siringa::SiringaController#load as HTML
1144
+ Rendered text template (0.1ms)
1145
+ Completed 500 Internal Server Error in 18909ms (Views: 1.3ms | ActiveRecord: 0.0ms)
1146
+  (0.2ms) rollback transaction
1147
+  (0.4ms) begin transaction
1148
+ ----------------------------------------------------------------------
1149
+ Siringa::SiringaControllerTest: test_load_action_passing_no_definition
1150
+ ----------------------------------------------------------------------
1151
+  (0.2ms) rollback transaction
1152
+  (0.4ms) begin transaction
1153
+ ----------------------------------------------------------------------
1154
+ Siringa::SiringaControllerTest: test_load_action_passing_no_definition
1155
+ ----------------------------------------------------------------------
1156
+  (0.2ms) rollback transaction
1157
+  (0.4ms) begin transaction
1158
+ ----------------------------------------------------------------------
1159
+ Siringa::SiringaControllerTest: test_load_action_passing_no_definition
1160
+ ----------------------------------------------------------------------
1161
+ Processing by Siringa::SiringaController#load as HTML
1162
+ Parameters: {"definition"=>"tro"}
1163
+ Rendered text template (0.2ms)
1164
+ Completed 405 Method Not Allowed in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
1165
+ Processing by Siringa::SiringaController#load as HTML
1166
+ Parameters: {"definition"=>"tro"}
1167
+ Rendered text template (0.1ms)
1168
+ Completed 500 Internal Server Error in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1169
+  (0.5ms) begin transaction
1170
+ ----------------------------------------------------------------------
1171
+ Siringa::SiringaControllerTest: test_load_action_passing_no_definition
1172
+ ----------------------------------------------------------------------
1173
+  (0.3ms) rollback transaction
1174
+  (0.4ms) begin transaction
1175
+ ----------------------------------------------------------------------
1176
+ Siringa::SiringaControllerTest: test_load_action_passing_no_definition
1177
+ ----------------------------------------------------------------------
1178
+ Processing by Siringa::SiringaController#load as HTML
1179
+ Rendered text template (0.0ms)
1180
+ Completed 500 Internal Server Error in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
1181
+  (0.4ms) begin transaction
1182
+ -------------------------------------------------------------------------------
1183
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1184
+ -------------------------------------------------------------------------------
1185
+ Processing by Siringa::SiringaController#load as HTML
1186
+ Parameters: {"definition"=>"papapa"}
1187
+ Rendered text template (0.1ms)
1188
+ Completed 405 Method Not Allowed in 11487ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1189
+  (0.2ms) rollback transaction
1190
+  (0.1ms) begin transaction
1191
+ -------------------------------------------------------------------
1192
+ SiringaControllerTest: test_load_action_passing_existing_definition
1193
+ -------------------------------------------------------------------
1194
+ Processing by Siringa::SiringaController#load as HTML
1195
+ Parameters: {"definition"=>"initial"}
1196
+ Completed 405 Method Not Allowed in 3049ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1197
+  (0.2ms) rollback transaction
1198
+  (0.2ms) begin transaction
1199
+ -------------------------------------------------------------
1200
+ SiringaControllerTest: test_load_action_passing_no_definition
1201
+ -------------------------------------------------------------
1202
+ Processing by Siringa::SiringaController#load as HTML
1203
+ Completed 500 Internal Server Error in 716ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1204
+  (0.2ms) rollback transaction
1205
+  (0.4ms) begin transaction
1206
+ -------------------------------------------------------------------------------
1207
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1208
+ -------------------------------------------------------------------------------
1209
+ Processing by Siringa::SiringaController#load as HTML
1210
+ Parameters: {"definition"=>"papapa"}
1211
+ Rendered text template (0.0ms)
1212
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1213
+  (0.1ms) rollback transaction
1214
+  (0.1ms) begin transaction
1215
+ -------------------------------------------------------------------
1216
+ SiringaControllerTest: test_load_action_passing_existing_definition
1217
+ -------------------------------------------------------------------
1218
+ Processing by Siringa::SiringaController#load as HTML
1219
+ Parameters: {"definition"=>"initial"}
1220
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1221
+  (0.1ms) rollback transaction
1222
+  (0.1ms) begin transaction
1223
+ -------------------------------------------------------------
1224
+ SiringaControllerTest: test_load_action_passing_no_definition
1225
+ -------------------------------------------------------------
1226
+
1227
+ ***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
1228
+
1229
+ Processing by Siringa::SiringaController#load as HTML
1230
+ Completed 500 Internal Server Error in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1231
+  (0.3ms) rollback transaction
1232
+  (0.4ms) begin transaction
1233
+ -------------------------------------------------------------------------------
1234
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1235
+ -------------------------------------------------------------------------------
1236
+ Processing by Siringa::SiringaController#load as HTML
1237
+ Parameters: {"definition"=>"papapa"}
1238
+ Rendered text template (0.0ms)
1239
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1240
+  (0.1ms) rollback transaction
1241
+  (0.1ms) begin transaction
1242
+ -------------------------------------------------------------------
1243
+ SiringaControllerTest: test_load_action_passing_existing_definition
1244
+ -------------------------------------------------------------------
1245
+ Processing by Siringa::SiringaController#load as HTML
1246
+ Parameters: {"definition"=>"initial"}
1247
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1248
+  (0.1ms) rollback transaction
1249
+  (0.5ms) begin transaction
1250
+ -------------------------------------------------------------------------------
1251
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1252
+ -------------------------------------------------------------------------------
1253
+ Processing by Siringa::SiringaController#load as HTML
1254
+ Parameters: {"definition"=>"papapa"}
1255
+ Rendered text template (0.0ms)
1256
+ Completed 405 Method Not Allowed in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
1257
+  (0.1ms) rollback transaction
1258
+  (0.1ms) begin transaction
1259
+ -------------------------------------------------------------------
1260
+ SiringaControllerTest: test_load_action_passing_existing_definition
1261
+ -------------------------------------------------------------------
1262
+ Processing by Siringa::SiringaController#load as HTML
1263
+ Parameters: {"definition"=>"initial"}
1264
+ Completed 405 Method Not Allowed in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
1265
+  (0.1ms) rollback transaction
1266
+  (0.5ms) begin transaction
1267
+ -------------------------------------------------------------------------------
1268
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1269
+ -------------------------------------------------------------------------------
1270
+ Processing by Siringa::SiringaController#load as HTML
1271
+ Parameters: {"definition"=>"papapa"}
1272
+ Rendered text template (0.0ms)
1273
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1274
+  (0.1ms) rollback transaction
1275
+  (0.1ms) begin transaction
1276
+ -------------------------------------------------------------------
1277
+ SiringaControllerTest: test_load_action_passing_existing_definition
1278
+ -------------------------------------------------------------------
1279
+ Processing by Siringa::SiringaController#load as HTML
1280
+ Parameters: {"definition"=>"initial"}
1281
+ Completed 500 Internal Server Error in 2ms (Views: 0.4ms | ActiveRecord: 0.1ms)
1282
+  (0.1ms) rollback transaction
1283
+  (0.5ms) begin transaction
1284
+ -------------------------------------------------------------------------------
1285
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1286
+ -------------------------------------------------------------------------------
1287
+ Processing by Siringa::SiringaController#load as HTML
1288
+ Parameters: {"definition"=>"papapa"}
1289
+ Rendered text template (0.0ms)
1290
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1291
+  (0.1ms) rollback transaction
1292
+  (0.1ms) begin transaction
1293
+ -------------------------------------------------------------------
1294
+ SiringaControllerTest: test_load_action_passing_existing_definition
1295
+ -------------------------------------------------------------------
1296
+
1297
+ ***** Debugger requested, but was not available (ensure the debugger gem is listed in Gemfile/installed as gem): Start server with --debugger to enable *****
1298
+
1299
+ Processing by Siringa::SiringaController#load as HTML
1300
+ Parameters: {"definition"=>"initial"}
1301
+ Completed 500 Internal Server Error in 2ms (Views: 0.3ms | ActiveRecord: 0.1ms)
1302
+  (0.1ms) rollback transaction
1303
+  (0.4ms) begin transaction
1304
+ -------------------------------------------------------------------------------
1305
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1306
+ -------------------------------------------------------------------------------
1307
+ Processing by Siringa::SiringaController#load as HTML
1308
+ Parameters: {"definition"=>"papapa"}
1309
+ Rendered text template (0.0ms)
1310
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1311
+  (0.1ms) rollback transaction
1312
+  (0.1ms) begin transaction
1313
+ -------------------------------------------------------------------
1314
+ SiringaControllerTest: test_load_action_passing_existing_definition
1315
+ -------------------------------------------------------------------
1316
+ Processing by Siringa::SiringaController#load as HTML
1317
+ Parameters: {"definition"=>"initial"}
1318
+ Completed 500 Internal Server Error in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)
1319
+  (0.5ms) begin transaction
1320
+ -------------------------------------------------------------------------------
1321
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1322
+ -------------------------------------------------------------------------------
1323
+ Processing by Siringa::SiringaController#load as HTML
1324
+ Parameters: {"definition"=>"papapa"}
1325
+ Rendered text template (0.0ms)
1326
+ Completed 405 Method Not Allowed in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1327
+  (0.2ms) rollback transaction
1328
+  (0.1ms) begin transaction
1329
+ -------------------------------------------------------------------
1330
+ SiringaControllerTest: test_load_action_passing_existing_definition
1331
+ -------------------------------------------------------------------
1332
+ Processing by Siringa::SiringaController#load as HTML
1333
+ Parameters: {"definition"=>"initial"}
1334
+  (0.1ms) SAVEPOINT active_record_1
1335
+ SQL (0.5ms) INSERT INTO "users" DEFAULT VALUES
1336
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1337
+ Completed 201 Created in 17ms (Views: 0.6ms | ActiveRecord: 1.2ms)
1338
+ Processing by Siringa::SiringaController#load as HTML
1339
+ Parameters: {"definition"=>"initial"}
1340
+  (0.2ms) SAVEPOINT active_record_1
1341
+ SQL (0.6ms) INSERT INTO "users" DEFAULT VALUES
1342
+  (0.4ms) RELEASE SAVEPOINT active_record_1
1343
+ Completed 201 Created in 7ms (Views: 0.6ms | ActiveRecord: 2.3ms)
1344
+  (0.3ms) rollback transaction
1345
+  (0.5ms) begin transaction
1346
+ -------------------------------------------------------------------------------
1347
+ SiringaControllerTest: test_load_action_passing_a_definition_that_doesn't_exist
1348
+ -------------------------------------------------------------------------------
1349
+ Processing by Siringa::SiringaController#load as HTML
1350
+ Parameters: {"definition"=>"papapa"}
1351
+ Rendered text template (0.0ms)
1352
+ Completed 405 Method Not Allowed in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
1353
+  (0.1ms) rollback transaction
1354
+  (0.1ms) begin transaction
1355
+ -------------------------------------------------------------------
1356
+ SiringaControllerTest: test_load_action_passing_existing_definition
1357
+ -------------------------------------------------------------------
1358
+ Processing by Siringa::SiringaController#load as HTML
1359
+ Parameters: {"definition"=>"initial"}
1360
+  (0.1ms) SAVEPOINT active_record_1
1361
+ SQL (2.8ms) INSERT INTO "users" DEFAULT VALUES
1362
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1363
+ Completed 201 Created in 14ms (Views: 0.6ms | ActiveRecord: 3.4ms)
1364
+  (0.2ms) rollback transaction
1365
+  (0.7ms) begin transaction
1366
+ ----------------------------------------------------------------
1367
+ SiringaControllerTest: test_load_a_definition_that_doesn't_exist
1368
+ ----------------------------------------------------------------
1369
+ Processing by Siringa::SiringaController#load as HTML
1370
+ Parameters: {"definition"=>"papapa"}
1371
+ Rendered text template (0.0ms)
1372
+ Completed 405 Method Not Allowed in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1373
+  (0.1ms) rollback transaction
1374
+  (0.1ms) begin transaction
1375
+ ----------------------------------------------------
1376
+ SiringaControllerTest: test_load_existing_definition
1377
+ ----------------------------------------------------
1378
+ Processing by Siringa::SiringaController#load as HTML
1379
+ Parameters: {"definition"=>"initial"}
1380
+  (0.1ms) SAVEPOINT active_record_1
1381
+ SQL (1.8ms) INSERT INTO "users" DEFAULT VALUES
1382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1383
+ Completed 201 Created in 12ms (Views: 0.4ms | ActiveRecord: 2.4ms)
1384
+  (0.1ms) rollback transaction
1385
+  (0.1ms) begin transaction
1386
+ SQL (0.4ms) INSERT INTO "users" DEFAULT VALUES
1387
+  (142.4ms) commit transaction
1388
+  (0.6ms) begin transaction
1389
+ ----------------------------------------------------------------------------
1390
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
1391
+ ----------------------------------------------------------------------------
1392
+ Processing by Siringa::SiringaController#load as HTML
1393
+ Parameters: {"factory"=>"papapa"}
1394
+ Rendered text template (0.0ms)
1395
+ Completed 500 Internal Server Error in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
1396
+  (0.2ms) rollback transaction
1397
+  (0.1ms) begin transaction
1398
+ ----------------------------------------------------------------
1399
+ SiringaControllerTest: test_load_action_passing_existing_factory
1400
+ ----------------------------------------------------------------
1401
+ Processing by Siringa::SiringaController#load as HTML
1402
+ Parameters: {"factory"=>"initial"}
1403
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1404
+  (0.1ms) rollback transaction
1405
+  (0.1ms) begin transaction
1406
+ -----------------------
1407
+ SiringaTest: test_truth
1408
+ -----------------------
1409
+  (0.1ms) rollback transaction
1410
+  (0.5ms) begin transaction
1411
+ ----------------------------------------------------------------------------
1412
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
1413
+ ----------------------------------------------------------------------------
1414
+ Processing by Siringa::SiringaController#load as HTML
1415
+ Parameters: {"factory"=>"papapa"}
1416
+ Rendered text template (0.0ms)
1417
+ Completed 500 Internal Server Error in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
1418
+  (0.2ms) rollback transaction
1419
+  (0.1ms) begin transaction
1420
+ ----------------------------------------------------------------
1421
+ SiringaControllerTest: test_load_action_passing_existing_factory
1422
+ ----------------------------------------------------------------
1423
+ Processing by Siringa::SiringaController#load as HTML
1424
+ Parameters: {"factory"=>"initial"}
1425
+ Completed 500 Internal Server Error in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
1426
+  (0.1ms) rollback transaction
1427
+  (0.6ms) begin transaction
1428
+ ----------------------------------------------------------------------------
1429
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
1430
+ ----------------------------------------------------------------------------
1431
+ Processing by Siringa::SiringaController#load as HTML
1432
+ Parameters: {"definition"=>"papapa"}
1433
+ Rendered text template (0.0ms)
1434
+ Completed 405 Method Not Allowed in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
1435
+  (0.2ms) rollback transaction
1436
+  (0.1ms) begin transaction
1437
+ ----------------------------------------------------------------
1438
+ SiringaControllerTest: test_load_action_passing_existing_factory
1439
+ ----------------------------------------------------------------
1440
+ Processing by Siringa::SiringaController#load as HTML
1441
+ Parameters: {"definition"=>"initial"}
1442
+  (0.1ms) SAVEPOINT active_record_1
1443
+ SQL (1.8ms) INSERT INTO "users" DEFAULT VALUES
1444
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1445
+ Completed 201 Created in 14ms (Views: 0.5ms | ActiveRecord: 2.6ms)
1446
+  (0.4ms) rollback transaction
1447
+  (0.6ms) begin transaction
1448
+ ----------------------------------------------------------------------------
1449
+ SiringaControllerTest: test_load_action_passing_a_factory_that_doesn't_exist
1450
+ ----------------------------------------------------------------------------
1451
+ Processing by Siringa::SiringaController#load as HTML
1452
+ Parameters: {"definition"=>"papapa"}
1453
+ Rendered text template (0.0ms)
1454
+ Completed 405 Method Not Allowed in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
1455
+  (0.2ms) rollback transaction
1456
+  (0.1ms) begin transaction
1457
+ ----------------------------------------------------------------
1458
+ SiringaControllerTest: test_load_action_passing_existing_factory
1459
+ ----------------------------------------------------------------
1460
+ Processing by Siringa::SiringaController#load as HTML
1461
+ Parameters: {"definition"=>"initial"}
1462
+  (0.1ms) SAVEPOINT active_record_1
1463
+ SQL (1.9ms) INSERT INTO "users" DEFAULT VALUES
1464
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1465
+ Completed 201 Created in 16ms (Views: 0.5ms | ActiveRecord: 2.7ms)
1466
+  (0.2ms) rollback transaction
1467
+  (0.1ms) begin transaction
1468
+ -----------------------
1469
+ SiringaTest: test_truth
1470
+ -----------------------
1471
+  (0.2ms) rollback transaction