siringa 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +15 -0
- data/MIT-LICENSE +20 -0
- data/README.md +169 -0
- data/Rakefile +39 -0
- data/app/controllers/siringa/application_controller.rb +4 -0
- data/app/controllers/siringa/siringa_controller.rb +49 -0
- data/app/helpers/siringa/application_helper.rb +4 -0
- data/config/routes.rb +5 -0
- data/lib/generators/siringa/install_generator.rb +18 -0
- data/lib/generators/templates/siringa_initializer.rb +9 -0
- data/lib/siringa.rb +4 -0
- data/lib/siringa/configuration.rb +26 -0
- data/lib/siringa/definitions.rb +38 -0
- data/lib/siringa/dumps.rb +66 -0
- data/lib/siringa/engine.rb +5 -0
- data/lib/siringa/version.rb +3 -0
- data/lib/tasks/siringa_tasks.rake +11 -0
- data/test/controllers/siringa_controller_test.rb +23 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +9 -0
- data/test/dummy/app/assets/stylesheets/application.css +7 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/models/user.rb +3 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +45 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +30 -0
- data/test/dummy/config/environments/production.rb +60 -0
- data/test/dummy/config/environments/test.rb +39 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +10 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/siringa.rb +5 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20130927161308_create_user.rb +7 -0
- data/test/dummy/db/schema.rb +20 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1069 -0
- data/test/dummy/log/test.log +1471 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +26 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/factories.rb +7 -0
- data/test/dummy/test/siringa/definitions.rb +6 -0
- data/test/dummy/tmp/dumps/db_20130927191400.dump +0 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/siringa_test.rb +7 -0
- data/test/test_helper.rb +10 -0
- 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
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
56
|
+
---------------------------------------
|
57
|
+
SiringaControllerTest: test_load_action
|
58
|
+
---------------------------------------
|
59
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
60
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
61
|
+
---------------------------------------
|
62
|
+
SiringaControllerTest: test_load_action
|
63
|
+
---------------------------------------
|
64
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
65
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
66
|
+
---------------------------------------
|
67
|
+
SiringaControllerTest: test_load_action
|
68
|
+
---------------------------------------
|
69
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
70
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
79
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
88
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
97
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
106
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
115
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
124
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
131
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
140
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
147
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
156
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
163
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
172
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
179
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
188
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
195
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
204
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
211
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
220
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
227
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
236
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
243
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
252
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
259
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
268
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
275
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
284
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
291
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
300
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
307
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
316
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
323
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
332
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
339
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
348
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
355
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
364
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
372
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
379
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
388
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
396
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
403
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
412
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
420
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
427
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
436
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
444
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
451
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
460
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
468
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
475
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
484
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
485
|
+
----------------------------------------------------------------
|
486
|
+
SiringaControllerTest: test_load_action_passing_existing_factory
|
487
|
+
----------------------------------------------------------------
|
488
|
+
Processing by Siringa::SiringaController#load as HTML
|
489
|
+
Parameters: {"factory"=>"initial"}
|
490
|
+
[1m[36m (12.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
499
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
507
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
514
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
523
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
531
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
538
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
547
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
555
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
562
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
571
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
572
|
+
----------------------------------------------------------------
|
573
|
+
SiringaControllerTest: test_load_action_passing_existing_factory
|
574
|
+
----------------------------------------------------------------
|
575
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
576
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
583
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
592
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
600
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
607
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
616
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
624
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
631
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
640
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
648
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
655
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
664
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
672
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
679
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
688
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
696
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
703
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
712
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
727
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.7ms)[0m rollback transaction
|
736
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
752
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
760
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
767
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
776
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
801
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
818
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
825
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
834
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
848
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
855
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
864
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
872
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
879
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
888
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
896
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
903
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
912
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
920
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
937
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
945
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
970
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
978
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
979
|
+
-------------------------------------------------------------
|
980
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
981
|
+
-------------------------------------------------------------
|
982
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
983
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
992
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1000
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
1001
|
+
-------------------------------------------------------------
|
1002
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
1003
|
+
-------------------------------------------------------------
|
1004
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1005
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1014
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1022
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1023
|
+
-------------------------------------------------------------
|
1024
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
1025
|
+
-------------------------------------------------------------
|
1026
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1027
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
1036
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1044
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1045
|
+
-------------------------------------------------------------
|
1046
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
1047
|
+
-------------------------------------------------------------
|
1048
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1049
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1058
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1066
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1067
|
+
-------------------------------------------------------------
|
1068
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
1069
|
+
-------------------------------------------------------------
|
1070
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1071
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1080
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1088
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1089
|
+
-------------------------------------------------------------
|
1090
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
1091
|
+
-------------------------------------------------------------
|
1092
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1093
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1102
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1110
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1111
|
+
-------------------------------------------------------------
|
1112
|
+
SiringaControllerTest: test_load_action_passing_no_definition
|
1113
|
+
-------------------------------------------------------------
|
1114
|
+
Processing by Siringa::SiringaController#load as HTML
|
1115
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1124
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.5ms)[0m rollback transaction
|
1132
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1139
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1147
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1148
|
+
----------------------------------------------------------------------
|
1149
|
+
Siringa::SiringaControllerTest: test_load_action_passing_no_definition
|
1150
|
+
----------------------------------------------------------------------
|
1151
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1152
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
1153
|
+
----------------------------------------------------------------------
|
1154
|
+
Siringa::SiringaControllerTest: test_load_action_passing_no_definition
|
1155
|
+
----------------------------------------------------------------------
|
1156
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1157
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
1170
|
+
----------------------------------------------------------------------
|
1171
|
+
Siringa::SiringaControllerTest: test_load_action_passing_no_definition
|
1172
|
+
----------------------------------------------------------------------
|
1173
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1174
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1190
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1198
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1205
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1214
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1222
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1232
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1241
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1249
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1266
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1275
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1283
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1292
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1303
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1312
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1328
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1329
|
+
-------------------------------------------------------------------
|
1330
|
+
SiringaControllerTest: test_load_action_passing_existing_definition
|
1331
|
+
-------------------------------------------------------------------
|
1332
|
+
Processing by Siringa::SiringaController#load as HTML
|
1333
|
+
Parameters: {"definition"=>"initial"}
|
1334
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1335
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" DEFAULT VALUES[0m
|
1336
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
1341
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" DEFAULT VALUES
|
1342
|
+
[1m[36m (0.4ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
1343
|
+
Completed 201 Created in 7ms (Views: 0.6ms | ActiveRecord: 2.3ms)
|
1344
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1345
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1354
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1355
|
+
-------------------------------------------------------------------
|
1356
|
+
SiringaControllerTest: test_load_action_passing_existing_definition
|
1357
|
+
-------------------------------------------------------------------
|
1358
|
+
Processing by Siringa::SiringaController#load as HTML
|
1359
|
+
Parameters: {"definition"=>"initial"}
|
1360
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1361
|
+
[1m[36mSQL (2.8ms)[0m [1mINSERT INTO "users" DEFAULT VALUES[0m
|
1362
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1363
|
+
Completed 201 Created in 14ms (Views: 0.6ms | ActiveRecord: 3.4ms)
|
1364
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
1365
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1374
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1375
|
+
----------------------------------------------------
|
1376
|
+
SiringaControllerTest: test_load_existing_definition
|
1377
|
+
----------------------------------------------------
|
1378
|
+
Processing by Siringa::SiringaController#load as HTML
|
1379
|
+
Parameters: {"definition"=>"initial"}
|
1380
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1381
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "users" DEFAULT VALUES[0m
|
1382
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1383
|
+
Completed 201 Created in 12ms (Views: 0.4ms | ActiveRecord: 2.4ms)
|
1384
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
1385
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1386
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" DEFAULT VALUES
|
1387
|
+
[1m[36m (142.4ms)[0m [1mcommit transaction[0m
|
1388
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1397
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1405
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1406
|
+
-----------------------
|
1407
|
+
SiringaTest: test_truth
|
1408
|
+
-----------------------
|
1409
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1410
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1419
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1427
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1436
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1437
|
+
----------------------------------------------------------------
|
1438
|
+
SiringaControllerTest: test_load_action_passing_existing_factory
|
1439
|
+
----------------------------------------------------------------
|
1440
|
+
Processing by Siringa::SiringaController#load as HTML
|
1441
|
+
Parameters: {"definition"=>"initial"}
|
1442
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1443
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "users" DEFAULT VALUES[0m
|
1444
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
1445
|
+
Completed 201 Created in 14ms (Views: 0.5ms | ActiveRecord: 2.6ms)
|
1446
|
+
[1m[36m (0.4ms)[0m [1mrollback transaction[0m
|
1447
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
1456
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1457
|
+
----------------------------------------------------------------
|
1458
|
+
SiringaControllerTest: test_load_action_passing_existing_factory
|
1459
|
+
----------------------------------------------------------------
|
1460
|
+
Processing by Siringa::SiringaController#load as HTML
|
1461
|
+
Parameters: {"definition"=>"initial"}
|
1462
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
1463
|
+
[1m[36mSQL (1.9ms)[0m [1mINSERT INTO "users" DEFAULT VALUES[0m
|
1464
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
1465
|
+
Completed 201 Created in 16ms (Views: 0.5ms | ActiveRecord: 2.7ms)
|
1466
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
1467
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1468
|
+
-----------------------
|
1469
|
+
SiringaTest: test_truth
|
1470
|
+
-----------------------
|
1471
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|