seiten 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/helpers/seiten_helper.rb +4 -2
- data/lib/seiten/controllers/helpers.rb +5 -0
- data/lib/seiten/page_store.rb +1 -2
- data/lib/seiten/version.rb +1 -1
- data/lib/seiten.rb +0 -1
- data/test/dummy/app/pages/about/our-team/italy.html.erb +0 -0
- data/test/dummy/app/pages/about/our-team/switzerland.html.erb +0 -0
- data/test/dummy/app/pages/about/our-team.html.erb +2 -0
- data/test/dummy/app/pages/about/partners.html.erb +1 -0
- data/test/dummy/app/pages/about/works.html.erb +0 -0
- data/test/dummy/app/pages/contact.html.erb +0 -0
- data/test/dummy/app/pages/products/logo-design.html.erb +0 -0
- data/test/dummy/app/pages/products/web-development.html.erb +0 -0
- data/test/dummy/app/pages/products.html.erb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +4 -0
- data/test/dummy/config/navigation.yml +20 -7
- data/test/dummy/log/development.log +2300 -0
- data/test/dummy/log/test.log +1534 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- data/test/integration/navigation_test.rb +57 -3
- data/test/page_test.rb +6 -6
- data/test/test_helper.rb +3 -2
- metadata +20 -4
- data/test/fixtures/navigation.yml +0 -17
data/test/dummy/log/test.log
CHANGED
@@ -224,3 +224,1537 @@ Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
|
224
224
|
[1m[35m (0.1ms)[0m rollback transaction
|
225
225
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
226
226
|
[1m[35m (0.0ms)[0m rollback transaction
|
227
|
+
Connecting to database specified by database.yml
|
228
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
229
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:08:29 +0200
|
230
|
+
Processing by Seiten::PagesController#show as HTML
|
231
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
232
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
233
|
+
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.0ms)
|
234
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
235
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
236
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
237
|
+
Connecting to database specified by database.yml
|
238
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
239
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:12:53 +0200
|
240
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:12:53 +0200
|
241
|
+
Processing by Seiten::PagesController#show as HTML
|
242
|
+
Parameters: {"page"=>"about/me"}
|
243
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
244
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
245
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
246
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:12:53 +0200
|
247
|
+
Processing by Seiten::PagesController#show as HTML
|
248
|
+
Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)
|
249
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
250
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
251
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
252
|
+
Connecting to database specified by database.yml
|
253
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
254
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:00 +0200
|
255
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:00 +0200
|
256
|
+
Processing by Seiten::PagesController#show as HTML
|
257
|
+
Parameters: {"page"=>"about/me"}
|
258
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
259
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
261
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:13:00 +0200
|
262
|
+
Processing by Seiten::PagesController#show as HTML
|
263
|
+
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
264
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
265
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
266
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
267
|
+
Connecting to database specified by database.yml
|
268
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
269
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 16:04:41 +0200
|
270
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 16:04:41 +0200
|
271
|
+
Processing by Seiten::PagesController#show as HTML
|
272
|
+
Parameters: {"page"=>"about/me"}
|
273
|
+
Completed 500 Internal Server Error in 1ms
|
274
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
276
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 16:04:41 +0200
|
277
|
+
Processing by Seiten::PagesController#show as HTML
|
278
|
+
Completed 500 Internal Server Error in 1ms
|
279
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
280
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
281
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
282
|
+
Connecting to database specified by database.yml
|
283
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
284
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 16:05:57 +0200
|
285
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 16:05:57 +0200
|
286
|
+
Processing by Seiten::PagesController#show as HTML
|
287
|
+
Parameters: {"page"=>"about/me"}
|
288
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
289
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
290
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
291
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 16:05:57 +0200
|
292
|
+
Processing by Seiten::PagesController#show as HTML
|
293
|
+
Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.0ms)
|
294
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
295
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
296
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
297
|
+
Connecting to database specified by database.yml
|
298
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
299
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 16:07:42 +0200
|
300
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 16:07:42 +0200
|
301
|
+
Processing by Seiten::PagesController#show as HTML
|
302
|
+
Parameters: {"page"=>"about/me"}
|
303
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
304
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
305
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
306
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 16:07:42 +0200
|
307
|
+
Processing by Seiten::PagesController#show as HTML
|
308
|
+
Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.0ms)
|
309
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
310
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
311
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
312
|
+
Connecting to database specified by database.yml
|
313
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
314
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 16:08:59 +0200
|
315
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 16:08:59 +0200
|
316
|
+
Processing by Seiten::PagesController#show as HTML
|
317
|
+
Parameters: {"page"=>"about/me"}
|
318
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
319
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
320
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
321
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 16:08:59 +0200
|
322
|
+
Processing by Seiten::PagesController#show as HTML
|
323
|
+
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
324
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
325
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
326
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
327
|
+
Connecting to database specified by database.yml
|
328
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
329
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:25:50 +0200
|
330
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-24 11:25:50 +0200
|
331
|
+
Processing by Seiten::PagesController#show as HTML
|
332
|
+
Parameters: {"page"=>"about/me"}
|
333
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
334
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
336
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:25:50 +0200
|
337
|
+
Processing by Seiten::PagesController#show as HTML
|
338
|
+
Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.0ms)
|
339
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
340
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
341
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
342
|
+
Connecting to database specified by database.yml
|
343
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
344
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:35:53 +0200
|
345
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-24 11:35:53 +0200
|
346
|
+
Processing by Seiten::PagesController#show as HTML
|
347
|
+
Parameters: {"page"=>"about/me"}
|
348
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
349
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
350
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
351
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:35:53 +0200
|
352
|
+
Processing by Seiten::PagesController#show as HTML
|
353
|
+
Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.0ms)
|
354
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
355
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
356
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
357
|
+
Connecting to database specified by database.yml
|
358
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
359
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:40:59 +0200
|
360
|
+
Processing by Seiten::PagesController#show as HTML
|
361
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
362
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
363
|
+
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
364
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
366
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:41:00 +0200
|
367
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:41:00 +0200
|
368
|
+
Processing by Seiten::PagesController#show as HTML
|
369
|
+
Parameters: {"page"=>"about/our-team"}
|
370
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
371
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
373
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:41:00 +0200
|
374
|
+
Processing by Seiten::PagesController#show as HTML
|
375
|
+
Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
376
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
377
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
378
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
379
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
380
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
381
|
+
Connecting to database specified by database.yml
|
382
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
383
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:41:21 +0200
|
384
|
+
Processing by Seiten::PagesController#show as HTML
|
385
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
386
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
387
|
+
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
388
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
389
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
390
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:41:21 +0200
|
391
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:41:21 +0200
|
392
|
+
Processing by Seiten::PagesController#show as HTML
|
393
|
+
Parameters: {"page"=>"about/our-team"}
|
394
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
395
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
396
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
397
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:41:21 +0200
|
398
|
+
Processing by Seiten::PagesController#show as HTML
|
399
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
400
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
401
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
402
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
403
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
404
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
405
|
+
Connecting to database specified by database.yml
|
406
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
407
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:42:23 +0200
|
408
|
+
Processing by Seiten::PagesController#show as HTML
|
409
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
410
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
411
|
+
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
412
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
414
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:42:24 +0200
|
415
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:42:24 +0200
|
416
|
+
Processing by Seiten::PagesController#show as HTML
|
417
|
+
Parameters: {"page"=>"about/our-team"}
|
418
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
419
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
420
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
421
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:42:24 +0200
|
422
|
+
Processing by Seiten::PagesController#show as HTML
|
423
|
+
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
424
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
425
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
426
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
427
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
428
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
429
|
+
Connecting to database specified by database.yml
|
430
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
431
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:43:47 +0200
|
432
|
+
Processing by Seiten::PagesController#show as HTML
|
433
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
434
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
435
|
+
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
436
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
437
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
438
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:43:47 +0200
|
439
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:47 +0200
|
440
|
+
Processing by Seiten::PagesController#show as HTML
|
441
|
+
Parameters: {"page"=>"about/our-team"}
|
442
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
443
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
444
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
445
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:43:47 +0200
|
446
|
+
Processing by Seiten::PagesController#show as HTML
|
447
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
448
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
449
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
450
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
451
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
452
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
453
|
+
Connecting to database specified by database.yml
|
454
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
455
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:44:31 +0200
|
456
|
+
Processing by Seiten::PagesController#show as HTML
|
457
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
458
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
459
|
+
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
460
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
461
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
462
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:44:31 +0200
|
463
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:44:31 +0200
|
464
|
+
Processing by Seiten::PagesController#show as HTML
|
465
|
+
Parameters: {"page"=>"about/our-team"}
|
466
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
467
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
468
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
469
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:44:31 +0200
|
470
|
+
Processing by Seiten::PagesController#show as HTML
|
471
|
+
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.0ms)
|
472
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
473
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
474
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
475
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
476
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
477
|
+
Connecting to database specified by database.yml
|
478
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
479
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:45:30 +0200
|
480
|
+
Processing by Seiten::PagesController#show as HTML
|
481
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
482
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
483
|
+
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
484
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
486
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:45:30 +0200
|
487
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:45:30 +0200
|
488
|
+
Processing by Seiten::PagesController#show as HTML
|
489
|
+
Parameters: {"page"=>"about/our-team"}
|
490
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
491
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
492
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
493
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:45:30 +0200
|
494
|
+
Processing by Seiten::PagesController#show as HTML
|
495
|
+
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
496
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
497
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
498
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
499
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
500
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
501
|
+
Connecting to database specified by database.yml
|
502
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
503
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:45:46 +0200
|
504
|
+
Processing by Seiten::PagesController#show as HTML
|
505
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
506
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
507
|
+
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
508
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
510
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:45:46 +0200
|
511
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:45:46 +0200
|
512
|
+
Processing by Seiten::PagesController#show as HTML
|
513
|
+
Parameters: {"page"=>"about/our-team"}
|
514
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
515
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
517
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:45:46 +0200
|
518
|
+
Processing by Seiten::PagesController#show as HTML
|
519
|
+
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
520
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
521
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
522
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
523
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
524
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
525
|
+
Connecting to database specified by database.yml
|
526
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
527
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:45:55 +0200
|
528
|
+
Processing by Seiten::PagesController#show as HTML
|
529
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
530
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.0ms)
|
531
|
+
Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.0ms)
|
532
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
533
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
534
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:45:55 +0200
|
535
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:45:55 +0200
|
536
|
+
Processing by Seiten::PagesController#show as HTML
|
537
|
+
Parameters: {"page"=>"about/our-team"}
|
538
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
539
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
540
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
541
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:45:55 +0200
|
542
|
+
Processing by Seiten::PagesController#show as HTML
|
543
|
+
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.0ms)
|
544
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
545
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
546
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
547
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
548
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
549
|
+
Connecting to database specified by database.yml
|
550
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
551
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:46:29 +0200
|
552
|
+
Processing by Seiten::PagesController#show as HTML
|
553
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
554
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
555
|
+
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
556
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
557
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
558
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:46:29 +0200
|
559
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:46:29 +0200
|
560
|
+
Processing by Seiten::PagesController#show as HTML
|
561
|
+
Parameters: {"page"=>"about/our-team"}
|
562
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
563
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
564
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
565
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:46:29 +0200
|
566
|
+
Processing by Seiten::PagesController#show as HTML
|
567
|
+
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
568
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
570
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
571
|
+
Connecting to database specified by database.yml
|
572
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
573
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:49:53 +0200
|
574
|
+
Processing by Seiten::PagesController#show as HTML
|
575
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
576
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
577
|
+
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.0ms)
|
578
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
579
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
580
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:49:53 +0200
|
581
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:49:53 +0200
|
582
|
+
Processing by Seiten::PagesController#show as HTML
|
583
|
+
Parameters: {"page"=>"about/our-team"}
|
584
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
585
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
587
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:49:53 +0200
|
588
|
+
Processing by Seiten::PagesController#show as HTML
|
589
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
590
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
592
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:49:53 +0200
|
593
|
+
Processing by Seiten::PagesController#show as HTML
|
594
|
+
Parameters: {"page"=>"about/partners"}
|
595
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
596
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
597
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
598
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
599
|
+
Connecting to database specified by database.yml
|
600
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
601
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:52:21 +0200
|
602
|
+
Processing by Seiten::PagesController#show as HTML
|
603
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
604
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.1ms)
|
605
|
+
Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms)
|
606
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
607
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
608
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:52:21 +0200
|
609
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:52:21 +0200
|
610
|
+
Processing by Seiten::PagesController#show as HTML
|
611
|
+
Parameters: {"page"=>"about/our-team"}
|
612
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
613
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
614
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
615
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:52:21 +0200
|
616
|
+
Processing by Seiten::PagesController#show as HTML
|
617
|
+
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
618
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
620
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:52:21 +0200
|
621
|
+
Processing by Seiten::PagesController#show as HTML
|
622
|
+
Parameters: {"page"=>"about/partners"}
|
623
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
625
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
626
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
627
|
+
Connecting to database specified by database.yml
|
628
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
629
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:52:59 +0200
|
630
|
+
Processing by Seiten::PagesController#show as HTML
|
631
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
632
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
633
|
+
Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.0ms)
|
634
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
635
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
636
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:52:59 +0200
|
637
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:52:59 +0200
|
638
|
+
Processing by Seiten::PagesController#show as HTML
|
639
|
+
Parameters: {"page"=>"about/our-team"}
|
640
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
641
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
642
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
643
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:52:59 +0200
|
644
|
+
Processing by Seiten::PagesController#show as HTML
|
645
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
646
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
648
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:52:59 +0200
|
649
|
+
Processing by Seiten::PagesController#show as HTML
|
650
|
+
Parameters: {"page"=>"about/partners"}
|
651
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
652
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
653
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
654
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
655
|
+
Connecting to database specified by database.yml
|
656
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
657
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:53:04 +0200
|
658
|
+
Processing by Seiten::PagesController#show as HTML
|
659
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
660
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
661
|
+
Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.0ms)
|
662
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
663
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
664
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:53:04 +0200
|
665
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:53:04 +0200
|
666
|
+
Processing by Seiten::PagesController#show as HTML
|
667
|
+
Parameters: {"page"=>"about/our-team"}
|
668
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
669
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
671
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:53:04 +0200
|
672
|
+
Processing by Seiten::PagesController#show as HTML
|
673
|
+
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
674
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
676
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:53:04 +0200
|
677
|
+
Processing by Seiten::PagesController#show as HTML
|
678
|
+
Parameters: {"page"=>"about/partners"}
|
679
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
680
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
681
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
682
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
683
|
+
Connecting to database specified by database.yml
|
684
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
685
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:53:11 +0200
|
686
|
+
Processing by Seiten::PagesController#show as HTML
|
687
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
688
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
689
|
+
Completed 200 OK in 51ms (Views: 49.7ms | ActiveRecord: 0.0ms)
|
690
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
691
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
692
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:53:11 +0200
|
693
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:53:11 +0200
|
694
|
+
Processing by Seiten::PagesController#show as HTML
|
695
|
+
Parameters: {"page"=>"about/our-team"}
|
696
|
+
Completed 200 OK in 59ms (Views: 57.7ms | ActiveRecord: 0.0ms)
|
697
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
699
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:53:11 +0200
|
700
|
+
Processing by Seiten::PagesController#show as HTML
|
701
|
+
Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)
|
702
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
703
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
704
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:53:11 +0200
|
705
|
+
Processing by Seiten::PagesController#show as HTML
|
706
|
+
Parameters: {"page"=>"about/partners"}
|
707
|
+
Completed 200 OK in 96ms (Views: 94.5ms | ActiveRecord: 0.0ms)
|
708
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
709
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
710
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
711
|
+
Connecting to database specified by database.yml
|
712
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
713
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:54:12 +0200
|
714
|
+
Processing by Seiten::PagesController#show as HTML
|
715
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
716
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
717
|
+
Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.0ms)
|
718
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
719
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
720
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:54:12 +0200
|
721
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:54:12 +0200
|
722
|
+
Processing by Seiten::PagesController#show as HTML
|
723
|
+
Parameters: {"page"=>"about/our-team"}
|
724
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
725
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
726
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
727
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:54:12 +0200
|
728
|
+
Processing by Seiten::PagesController#show as HTML
|
729
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
730
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
731
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
732
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:54:12 +0200
|
733
|
+
Processing by Seiten::PagesController#show as HTML
|
734
|
+
Parameters: {"page"=>"about/partners"}
|
735
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
736
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
737
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
738
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
739
|
+
Connecting to database specified by database.yml
|
740
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
741
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:54:39 +0200
|
742
|
+
Processing by Seiten::PagesController#show as HTML
|
743
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
744
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
745
|
+
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
746
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
747
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
748
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:54:40 +0200
|
749
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:54:40 +0200
|
750
|
+
Processing by Seiten::PagesController#show as HTML
|
751
|
+
Parameters: {"page"=>"about/our-team"}
|
752
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
753
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
754
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
755
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:54:40 +0200
|
756
|
+
Processing by Seiten::PagesController#show as HTML
|
757
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
758
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
759
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
760
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:54:40 +0200
|
761
|
+
Processing by Seiten::PagesController#show as HTML
|
762
|
+
Parameters: {"page"=>"about/partners"}
|
763
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
764
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
765
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
766
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
767
|
+
Connecting to database specified by database.yml
|
768
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
769
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:55:20 +0200
|
770
|
+
Processing by Seiten::PagesController#show as HTML
|
771
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
772
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
773
|
+
Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.0ms)
|
774
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
775
|
+
Connecting to database specified by database.yml
|
776
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
777
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:56:39 +0200
|
778
|
+
Processing by Seiten::PagesController#show as HTML
|
779
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
780
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
781
|
+
Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.0ms)
|
782
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
783
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
784
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:56:39 +0200
|
785
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:56:39 +0200
|
786
|
+
Processing by Seiten::PagesController#show as HTML
|
787
|
+
Parameters: {"page"=>"about/our-team"}
|
788
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
789
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
790
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
791
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:56:39 +0200
|
792
|
+
Processing by Seiten::PagesController#show as HTML
|
793
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
794
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
795
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
796
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:56:39 +0200
|
797
|
+
Processing by Seiten::PagesController#show as HTML
|
798
|
+
Parameters: {"page"=>"about/partners"}
|
799
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
800
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
801
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
802
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
803
|
+
Connecting to database specified by database.yml
|
804
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
805
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:57:39 +0200
|
806
|
+
Processing by Seiten::PagesController#show as HTML
|
807
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
808
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
809
|
+
Completed 200 OK in 52ms (Views: 50.6ms | ActiveRecord: 0.0ms)
|
810
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
811
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
812
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:57:39 +0200
|
813
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:57:39 +0200
|
814
|
+
Processing by Seiten::PagesController#show as HTML
|
815
|
+
Parameters: {"page"=>"about/our-team"}
|
816
|
+
Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.0ms)
|
817
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
818
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
819
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:57:39 +0200
|
820
|
+
Processing by Seiten::PagesController#show as HTML
|
821
|
+
Completed 200 OK in 45ms (Views: 44.4ms | ActiveRecord: 0.0ms)
|
822
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
823
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
824
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:57:40 +0200
|
825
|
+
Processing by Seiten::PagesController#show as HTML
|
826
|
+
Parameters: {"page"=>"about/partners"}
|
827
|
+
Completed 200 OK in 96ms (Views: 94.4ms | ActiveRecord: 0.0ms)
|
828
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
829
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
830
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
831
|
+
Connecting to database specified by database.yml
|
832
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
833
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:57:59 +0200
|
834
|
+
Processing by Seiten::PagesController#show as HTML
|
835
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
836
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
837
|
+
Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms)
|
838
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
839
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
840
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:58:00 +0200
|
841
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:58:00 +0200
|
842
|
+
Processing by Seiten::PagesController#show as HTML
|
843
|
+
Parameters: {"page"=>"about/our-team"}
|
844
|
+
Completed 200 OK in 59ms (Views: 57.8ms | ActiveRecord: 0.0ms)
|
845
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
847
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:58:00 +0200
|
848
|
+
Processing by Seiten::PagesController#show as HTML
|
849
|
+
Completed 200 OK in 45ms (Views: 43.8ms | ActiveRecord: 0.0ms)
|
850
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
851
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
852
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:58:00 +0200
|
853
|
+
Processing by Seiten::PagesController#show as HTML
|
854
|
+
Parameters: {"page"=>"about/partners"}
|
855
|
+
Completed 200 OK in 99ms (Views: 98.3ms | ActiveRecord: 0.0ms)
|
856
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
857
|
+
Connecting to database specified by database.yml
|
858
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
859
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:01:41 +0200
|
860
|
+
Processing by Seiten::PagesController#show as HTML
|
861
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
862
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
863
|
+
Completed 200 OK in 52ms (Views: 50.8ms | ActiveRecord: 0.0ms)
|
864
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
866
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:01:41 +0200
|
867
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:01:41 +0200
|
868
|
+
Processing by Seiten::PagesController#show as HTML
|
869
|
+
Parameters: {"page"=>"about/our-team"}
|
870
|
+
Completed 200 OK in 60ms (Views: 58.7ms | ActiveRecord: 0.0ms)
|
871
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
872
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
873
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:01:41 +0200
|
874
|
+
Processing by Seiten::PagesController#show as HTML
|
875
|
+
Completed 200 OK in 46ms (Views: 44.6ms | ActiveRecord: 0.0ms)
|
876
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
877
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
878
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:01:41 +0200
|
879
|
+
Processing by Seiten::PagesController#show as HTML
|
880
|
+
Parameters: {"page"=>"about/partners"}
|
881
|
+
Completed 200 OK in 96ms (Views: 94.9ms | ActiveRecord: 0.0ms)
|
882
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
883
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
884
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
885
|
+
Connecting to database specified by database.yml
|
886
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
887
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:02:15 +0200
|
888
|
+
Processing by Seiten::PagesController#show as HTML
|
889
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
890
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
891
|
+
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)
|
892
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
893
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
894
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:02:15 +0200
|
895
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:02:15 +0200
|
896
|
+
Processing by Seiten::PagesController#show as HTML
|
897
|
+
Parameters: {"page"=>"about/our-team"}
|
898
|
+
Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.0ms)
|
899
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
900
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
901
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:02:15 +0200
|
902
|
+
Processing by Seiten::PagesController#show as HTML
|
903
|
+
Completed 200 OK in 45ms (Views: 44.4ms | ActiveRecord: 0.0ms)
|
904
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
905
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
906
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:02:15 +0200
|
907
|
+
Processing by Seiten::PagesController#show as HTML
|
908
|
+
Parameters: {"page"=>"about/partners"}
|
909
|
+
Completed 200 OK in 95ms (Views: 93.8ms | ActiveRecord: 0.0ms)
|
910
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
911
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
912
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
913
|
+
Connecting to database specified by database.yml
|
914
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
915
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:02:37 +0200
|
916
|
+
Processing by Seiten::PagesController#show as HTML
|
917
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
918
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
919
|
+
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)
|
920
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
922
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:02:37 +0200
|
923
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:02:37 +0200
|
924
|
+
Processing by Seiten::PagesController#show as HTML
|
925
|
+
Parameters: {"page"=>"about/our-team"}
|
926
|
+
Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.0ms)
|
927
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
928
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
929
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:02:37 +0200
|
930
|
+
Processing by Seiten::PagesController#show as HTML
|
931
|
+
Completed 200 OK in 45ms (Views: 44.1ms | ActiveRecord: 0.0ms)
|
932
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
933
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
934
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:02:37 +0200
|
935
|
+
Processing by Seiten::PagesController#show as HTML
|
936
|
+
Parameters: {"page"=>"about/partners"}
|
937
|
+
Completed 200 OK in 94ms (Views: 93.1ms | ActiveRecord: 0.0ms)
|
938
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
939
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
940
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
941
|
+
Connecting to database specified by database.yml
|
942
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
943
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:12:34 +0200
|
944
|
+
Processing by Seiten::PagesController#show as HTML
|
945
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
946
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
947
|
+
Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.0ms)
|
948
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
949
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
950
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:12:35 +0200
|
951
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:12:35 +0200
|
952
|
+
Processing by Seiten::PagesController#show as HTML
|
953
|
+
Parameters: {"page"=>"about/our-team"}
|
954
|
+
Completed 200 OK in 104ms (Views: 102.8ms | ActiveRecord: 0.0ms)
|
955
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
956
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
957
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:12:35 +0200
|
958
|
+
Processing by Seiten::PagesController#show as HTML
|
959
|
+
Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.0ms)
|
960
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
961
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
962
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:12:35 +0200
|
963
|
+
Processing by Seiten::PagesController#show as HTML
|
964
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
965
|
+
Completed 200 OK in 112ms (Views: 111.2ms | ActiveRecord: 0.0ms)
|
966
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
967
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
968
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:12:35 +0200
|
969
|
+
Processing by Seiten::PagesController#show as HTML
|
970
|
+
Parameters: {"page"=>"about/partners"}
|
971
|
+
Completed 200 OK in 84ms (Views: 82.2ms | ActiveRecord: 0.0ms)
|
972
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
973
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
974
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
975
|
+
Connecting to database specified by database.yml
|
976
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
977
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:12:51 +0200
|
978
|
+
Processing by Seiten::PagesController#show as HTML
|
979
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
980
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
981
|
+
Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.0ms)
|
982
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
983
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
984
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:12:51 +0200
|
985
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:12:51 +0200
|
986
|
+
Processing by Seiten::PagesController#show as HTML
|
987
|
+
Parameters: {"page"=>"about/our-team"}
|
988
|
+
Completed 200 OK in 104ms (Views: 102.8ms | ActiveRecord: 0.0ms)
|
989
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
990
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
991
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:12:52 +0200
|
992
|
+
Processing by Seiten::PagesController#show as HTML
|
993
|
+
Completed 200 OK in 50ms (Views: 48.9ms | ActiveRecord: 0.0ms)
|
994
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
995
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
996
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:12:52 +0200
|
997
|
+
Processing by Seiten::PagesController#show as HTML
|
998
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
999
|
+
Completed 200 OK in 114ms (Views: 112.4ms | ActiveRecord: 0.0ms)
|
1000
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
1001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1002
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:12:52 +0200
|
1003
|
+
Processing by Seiten::PagesController#show as HTML
|
1004
|
+
Parameters: {"page"=>"about/partners"}
|
1005
|
+
Completed 200 OK in 89ms (Views: 87.6ms | ActiveRecord: 0.0ms)
|
1006
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1007
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1008
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1009
|
+
Connecting to database specified by database.yml
|
1010
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1011
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:13:11 +0200
|
1012
|
+
Processing by Seiten::PagesController#show as HTML
|
1013
|
+
Rendered app/pages/home.html.erb (0.3ms)
|
1014
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.2ms)
|
1015
|
+
Completed 200 OK in 59ms (Views: 57.0ms | ActiveRecord: 0.0ms)
|
1016
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1017
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1018
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:13:11 +0200
|
1019
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:13:11 +0200
|
1020
|
+
Processing by Seiten::PagesController#show as HTML
|
1021
|
+
Parameters: {"page"=>"about/our-team"}
|
1022
|
+
Completed 200 OK in 103ms (Views: 101.9ms | ActiveRecord: 0.0ms)
|
1023
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1024
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1025
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:13:11 +0200
|
1026
|
+
Processing by Seiten::PagesController#show as HTML
|
1027
|
+
Completed 200 OK in 50ms (Views: 48.6ms | ActiveRecord: 0.0ms)
|
1028
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1029
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1030
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:13:11 +0200
|
1031
|
+
Processing by Seiten::PagesController#show as HTML
|
1032
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1033
|
+
Completed 200 OK in 112ms (Views: 110.9ms | ActiveRecord: 0.0ms)
|
1034
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1035
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1036
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:13:11 +0200
|
1037
|
+
Processing by Seiten::PagesController#show as HTML
|
1038
|
+
Parameters: {"page"=>"about/partners"}
|
1039
|
+
Completed 200 OK in 107ms (Views: 81.7ms | ActiveRecord: 0.0ms)
|
1040
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1041
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1042
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1043
|
+
Connecting to database specified by database.yml
|
1044
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1045
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:13:26 +0200
|
1046
|
+
Processing by Seiten::PagesController#show as HTML
|
1047
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1048
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1049
|
+
Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.0ms)
|
1050
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1051
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1052
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:13:26 +0200
|
1053
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:13:26 +0200
|
1054
|
+
Processing by Seiten::PagesController#show as HTML
|
1055
|
+
Parameters: {"page"=>"about/our-team"}
|
1056
|
+
Completed 200 OK in 102ms (Views: 101.1ms | ActiveRecord: 0.0ms)
|
1057
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1058
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1059
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:13:26 +0200
|
1060
|
+
Processing by Seiten::PagesController#show as HTML
|
1061
|
+
Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms)
|
1062
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1063
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1064
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:13:26 +0200
|
1065
|
+
Processing by Seiten::PagesController#show as HTML
|
1066
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1067
|
+
Completed 200 OK in 112ms (Views: 110.9ms | ActiveRecord: 0.0ms)
|
1068
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1069
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1070
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:13:26 +0200
|
1071
|
+
Processing by Seiten::PagesController#show as HTML
|
1072
|
+
Parameters: {"page"=>"about/partners"}
|
1073
|
+
Completed 200 OK in 107ms (Views: 105.3ms | ActiveRecord: 0.0ms)
|
1074
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1075
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1076
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1077
|
+
Connecting to database specified by database.yml
|
1078
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1079
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:15:06 +0200
|
1080
|
+
Processing by Seiten::PagesController#show as HTML
|
1081
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1082
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1083
|
+
Completed 200 OK in 58ms (Views: 56.7ms | ActiveRecord: 0.0ms)
|
1084
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1085
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1086
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:15:06 +0200
|
1087
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:15:06 +0200
|
1088
|
+
Processing by Seiten::PagesController#show as HTML
|
1089
|
+
Parameters: {"page"=>"about/our-team"}
|
1090
|
+
Completed 200 OK in 104ms (Views: 103.0ms | ActiveRecord: 0.0ms)
|
1091
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1092
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1093
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:15:06 +0200
|
1094
|
+
Processing by Seiten::PagesController#show as HTML
|
1095
|
+
Completed 200 OK in 51ms (Views: 49.6ms | ActiveRecord: 0.0ms)
|
1096
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1097
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1098
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:15:06 +0200
|
1099
|
+
Processing by Seiten::PagesController#show as HTML
|
1100
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1101
|
+
Completed 200 OK in 114ms (Views: 112.7ms | ActiveRecord: 0.0ms)
|
1102
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1103
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1104
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:15:07 +0200
|
1105
|
+
Processing by Seiten::PagesController#show as HTML
|
1106
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1107
|
+
Completed 200 OK in 113ms (Views: 112.0ms | ActiveRecord: 0.0ms)
|
1108
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:15:07 +0200
|
1109
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:15:07 +0200
|
1110
|
+
Processing by Seiten::PagesController#show as HTML
|
1111
|
+
Parameters: {"page"=>"about/our-team"}
|
1112
|
+
Completed 200 OK in 78ms (Views: 77.2ms | ActiveRecord: 0.0ms)
|
1113
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1114
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1115
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:15:07 +0200
|
1116
|
+
Processing by Seiten::PagesController#show as HTML
|
1117
|
+
Parameters: {"page"=>"about/partners"}
|
1118
|
+
Completed 200 OK in 110ms (Views: 108.9ms | ActiveRecord: 0.0ms)
|
1119
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1120
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1121
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1122
|
+
Connecting to database specified by database.yml
|
1123
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1124
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:15:24 +0200
|
1125
|
+
Processing by Seiten::PagesController#show as HTML
|
1126
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1127
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1128
|
+
Completed 200 OK in 58ms (Views: 56.8ms | ActiveRecord: 0.0ms)
|
1129
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1130
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1131
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:15:24 +0200
|
1132
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:15:24 +0200
|
1133
|
+
Processing by Seiten::PagesController#show as HTML
|
1134
|
+
Parameters: {"page"=>"about/our-team"}
|
1135
|
+
Completed 200 OK in 105ms (Views: 103.9ms | ActiveRecord: 0.0ms)
|
1136
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1138
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:15:24 +0200
|
1139
|
+
Processing by Seiten::PagesController#show as HTML
|
1140
|
+
Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.0ms)
|
1141
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1143
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:15:24 +0200
|
1144
|
+
Processing by Seiten::PagesController#show as HTML
|
1145
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1146
|
+
Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.0ms)
|
1147
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1148
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1149
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:15:25 +0200
|
1150
|
+
Processing by Seiten::PagesController#show as HTML
|
1151
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1152
|
+
Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.0ms)
|
1153
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:15:25 +0200
|
1154
|
+
Processing by Seiten::PagesController#show as HTML
|
1155
|
+
Parameters: {"page"=>"about/our-team"}
|
1156
|
+
Completed 200 OK in 81ms (Views: 80.2ms | ActiveRecord: 0.0ms)
|
1157
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1158
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1159
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:15:25 +0200
|
1160
|
+
Processing by Seiten::PagesController#show as HTML
|
1161
|
+
Parameters: {"page"=>"about/partners"}
|
1162
|
+
Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.0ms)
|
1163
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1164
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1165
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1166
|
+
Connecting to database specified by database.yml
|
1167
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1168
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1169
|
+
Processing by Seiten::PagesController#show as HTML
|
1170
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1171
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1172
|
+
Completed 200 OK in 58ms (Views: 56.2ms | ActiveRecord: 0.0ms)
|
1173
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1174
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1175
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1176
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1177
|
+
Processing by Seiten::PagesController#show as HTML
|
1178
|
+
Parameters: {"page"=>"about/our-team"}
|
1179
|
+
Completed 200 OK in 106ms (Views: 104.9ms | ActiveRecord: 0.0ms)
|
1180
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1182
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1183
|
+
Processing by Seiten::PagesController#show as HTML
|
1184
|
+
Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.0ms)
|
1185
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1186
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1187
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1188
|
+
Processing by Seiten::PagesController#show as HTML
|
1189
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1190
|
+
Completed 200 OK in 115ms (Views: 113.4ms | ActiveRecord: 0.0ms)
|
1191
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1192
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1193
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1194
|
+
Processing by Seiten::PagesController#show as HTML
|
1195
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1196
|
+
Completed 200 OK in 114ms (Views: 112.2ms | ActiveRecord: 0.0ms)
|
1197
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1198
|
+
Processing by Seiten::PagesController#show as HTML
|
1199
|
+
Parameters: {"page"=>"about/our-team"}
|
1200
|
+
Completed 200 OK in 78ms (Views: 76.9ms | ActiveRecord: 0.0ms)
|
1201
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1202
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1203
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1204
|
+
Processing by Seiten::PagesController#show as HTML
|
1205
|
+
Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.0ms)
|
1206
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1207
|
+
Processing by Seiten::PagesController#show as HTML
|
1208
|
+
Parameters: {"page"=>"contact"}
|
1209
|
+
Completed 200 OK in 93ms (Views: 91.5ms | ActiveRecord: 0.0ms)
|
1210
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1211
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1212
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:16:04 +0200
|
1213
|
+
Processing by Seiten::PagesController#show as HTML
|
1214
|
+
Parameters: {"page"=>"about/partners"}
|
1215
|
+
Completed 200 OK in 87ms (Views: 85.9ms | ActiveRecord: 0.0ms)
|
1216
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1217
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1218
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1219
|
+
Connecting to database specified by database.yml
|
1220
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1221
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1222
|
+
Processing by Seiten::PagesController#show as HTML
|
1223
|
+
Rendered app/pages/home.html.erb (0.3ms)
|
1224
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.0ms)
|
1225
|
+
Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.0ms)
|
1226
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1227
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1228
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1229
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1230
|
+
Processing by Seiten::PagesController#show as HTML
|
1231
|
+
Parameters: {"page"=>"about/our-team"}
|
1232
|
+
Completed 200 OK in 105ms (Views: 103.3ms | ActiveRecord: 0.0ms)
|
1233
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1234
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1235
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1236
|
+
Processing by Seiten::PagesController#show as HTML
|
1237
|
+
Completed 200 OK in 51ms (Views: 49.5ms | ActiveRecord: 0.0ms)
|
1238
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1239
|
+
Processing by Seiten::PagesController#show as HTML
|
1240
|
+
Parameters: {"page"=>"contact"}
|
1241
|
+
Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.0ms)
|
1242
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1243
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1244
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1245
|
+
Processing by Seiten::PagesController#show as HTML
|
1246
|
+
Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.0ms)
|
1247
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1249
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1250
|
+
Processing by Seiten::PagesController#show as HTML
|
1251
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1252
|
+
Completed 200 OK in 115ms (Views: 113.3ms | ActiveRecord: 0.0ms)
|
1253
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1254
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1255
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1256
|
+
Processing by Seiten::PagesController#show as HTML
|
1257
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1258
|
+
Completed 200 OK in 114ms (Views: 112.4ms | ActiveRecord: 0.0ms)
|
1259
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1260
|
+
Processing by Seiten::PagesController#show as HTML
|
1261
|
+
Parameters: {"page"=>"about/our-team"}
|
1262
|
+
Completed 200 OK in 78ms (Views: 77.0ms | ActiveRecord: 0.0ms)
|
1263
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1264
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1265
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1266
|
+
Processing by Seiten::PagesController#show as HTML
|
1267
|
+
Completed 200 OK in 51ms (Views: 25.3ms | ActiveRecord: 0.0ms)
|
1268
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:16:56 +0200
|
1269
|
+
Processing by Seiten::PagesController#show as HTML
|
1270
|
+
Parameters: {"page"=>"products/web-development"}
|
1271
|
+
Completed 200 OK in 93ms (Views: 91.5ms | ActiveRecord: 0.0ms)
|
1272
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1273
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1274
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:16:57 +0200
|
1275
|
+
Processing by Seiten::PagesController#show as HTML
|
1276
|
+
Parameters: {"page"=>"about/partners"}
|
1277
|
+
Completed 200 OK in 85ms (Views: 83.4ms | ActiveRecord: 0.0ms)
|
1278
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1279
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1280
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1281
|
+
Connecting to database specified by database.yml
|
1282
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1283
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1284
|
+
Processing by Seiten::PagesController#show as HTML
|
1285
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1286
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.0ms)
|
1287
|
+
Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.0ms)
|
1288
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1289
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1290
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1291
|
+
Processing by Seiten::PagesController#show as HTML
|
1292
|
+
Completed 200 OK in 51ms (Views: 49.2ms | ActiveRecord: 0.0ms)
|
1293
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1294
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1295
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1296
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1297
|
+
Processing by Seiten::PagesController#show as HTML
|
1298
|
+
Parameters: {"page"=>"about/our-team"}
|
1299
|
+
Completed 200 OK in 104ms (Views: 103.2ms | ActiveRecord: 0.0ms)
|
1300
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1301
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1302
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1303
|
+
Processing by Seiten::PagesController#show as HTML
|
1304
|
+
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)
|
1305
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1306
|
+
Processing by Seiten::PagesController#show as HTML
|
1307
|
+
Parameters: {"page"=>"contact"}
|
1308
|
+
Completed 200 OK in 94ms (Views: 92.4ms | ActiveRecord: 0.0ms)
|
1309
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1310
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1311
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1312
|
+
Processing by Seiten::PagesController#show as HTML
|
1313
|
+
Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)
|
1314
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1315
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1316
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1317
|
+
Processing by Seiten::PagesController#show as HTML
|
1318
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1319
|
+
Completed 200 OK in 113ms (Views: 111.3ms | ActiveRecord: 0.0ms)
|
1320
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1322
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:17:19 +0200
|
1323
|
+
Processing by Seiten::PagesController#show as HTML
|
1324
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1325
|
+
Completed 200 OK in 114ms (Views: 112.5ms | ActiveRecord: 0.0ms)
|
1326
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:17:20 +0200
|
1327
|
+
Processing by Seiten::PagesController#show as HTML
|
1328
|
+
Parameters: {"page"=>"about/our-team"}
|
1329
|
+
Completed 200 OK in 78ms (Views: 77.0ms | ActiveRecord: 0.0ms)
|
1330
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1332
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:20 +0200
|
1333
|
+
Processing by Seiten::PagesController#show as HTML
|
1334
|
+
Completed 200 OK in 50ms (Views: 49.0ms | ActiveRecord: 0.0ms)
|
1335
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:17:20 +0200
|
1336
|
+
Processing by Seiten::PagesController#show as HTML
|
1337
|
+
Parameters: {"page"=>"products/web-development"}
|
1338
|
+
Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.0ms)
|
1339
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1340
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1341
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:17:20 +0200
|
1342
|
+
Processing by Seiten::PagesController#show as HTML
|
1343
|
+
Parameters: {"page"=>"about/partners"}
|
1344
|
+
Completed 200 OK in 109ms (Views: 107.5ms | ActiveRecord: 0.0ms)
|
1345
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1346
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1347
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1348
|
+
Connecting to database specified by database.yml
|
1349
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1350
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1351
|
+
Processing by Seiten::PagesController#show as HTML
|
1352
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1353
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1354
|
+
Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.0ms)
|
1355
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1356
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1357
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1358
|
+
Processing by Seiten::PagesController#show as HTML
|
1359
|
+
Parameters: {"page"=>"about/partners"}
|
1360
|
+
Completed 200 OK in 109ms (Views: 107.3ms | ActiveRecord: 0.0ms)
|
1361
|
+
Started GET "/about/" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1362
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1363
|
+
Processing by Seiten::PagesController#show as HTML
|
1364
|
+
Parameters: {"page"=>"about/our-team"}
|
1365
|
+
Completed 200 OK in 104ms (Views: 102.6ms | ActiveRecord: 0.0ms)
|
1366
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1367
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1368
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1369
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1370
|
+
Processing by Seiten::PagesController#show as HTML
|
1371
|
+
Parameters: {"page"=>"about/our-team"}
|
1372
|
+
Completed 200 OK in 78ms (Views: 77.0ms | ActiveRecord: 0.0ms)
|
1373
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1375
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1376
|
+
Processing by Seiten::PagesController#show as HTML
|
1377
|
+
Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
1378
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1379
|
+
Processing by Seiten::PagesController#show as HTML
|
1380
|
+
Parameters: {"page"=>"contact"}
|
1381
|
+
Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.0ms)
|
1382
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1383
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1384
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:36 +0200
|
1385
|
+
Processing by Seiten::PagesController#show as HTML
|
1386
|
+
Completed 200 OK in 51ms (Views: 49.8ms | ActiveRecord: 0.0ms)
|
1387
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1389
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:17:37 +0200
|
1390
|
+
Processing by Seiten::PagesController#show as HTML
|
1391
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1392
|
+
Completed 200 OK in 113ms (Views: 111.9ms | ActiveRecord: 0.0ms)
|
1393
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1394
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1395
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:17:37 +0200
|
1396
|
+
Processing by Seiten::PagesController#show as HTML
|
1397
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1398
|
+
Completed 200 OK in 112ms (Views: 110.7ms | ActiveRecord: 0.0ms)
|
1399
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:17:37 +0200
|
1400
|
+
Processing by Seiten::PagesController#show as HTML
|
1401
|
+
Parameters: {"page"=>"about/our-team"}
|
1402
|
+
Completed 200 OK in 102ms (Views: 100.7ms | ActiveRecord: 0.0ms)
|
1403
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1404
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1405
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:17:37 +0200
|
1406
|
+
Processing by Seiten::PagesController#show as HTML
|
1407
|
+
Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.0ms)
|
1408
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:17:37 +0200
|
1409
|
+
Processing by Seiten::PagesController#show as HTML
|
1410
|
+
Parameters: {"page"=>"products/web-development"}
|
1411
|
+
Completed 200 OK in 68ms (Views: 66.8ms | ActiveRecord: 0.0ms)
|
1412
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1414
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:17:37 +0200
|
1415
|
+
Processing by Seiten::PagesController#show as HTML
|
1416
|
+
Parameters: {"page"=>"about/partners"}
|
1417
|
+
Completed 200 OK in 107ms (Views: 105.7ms | ActiveRecord: 0.0ms)
|
1418
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1419
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1420
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1421
|
+
Connecting to database specified by database.yml
|
1422
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1423
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1424
|
+
Processing by Seiten::PagesController#show as HTML
|
1425
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1426
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1427
|
+
Completed 200 OK in 57ms (Views: 55.4ms | ActiveRecord: 0.0ms)
|
1428
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1429
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1430
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1431
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1432
|
+
Processing by Seiten::PagesController#show as HTML
|
1433
|
+
Parameters: {"page"=>"about/our-team"}
|
1434
|
+
Completed 200 OK in 104ms (Views: 102.4ms | ActiveRecord: 0.0ms)
|
1435
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1436
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1437
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1438
|
+
Processing by Seiten::PagesController#show as HTML
|
1439
|
+
Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.0ms)
|
1440
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1441
|
+
Processing by Seiten::PagesController#show as HTML
|
1442
|
+
Parameters: {"page"=>"contact"}
|
1443
|
+
Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.0ms)
|
1444
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1445
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1446
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1447
|
+
Processing by Seiten::PagesController#show as HTML
|
1448
|
+
Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.0ms)
|
1449
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1450
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1451
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:18:39 +0200
|
1452
|
+
Processing by Seiten::PagesController#show as HTML
|
1453
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1454
|
+
Completed 200 OK in 113ms (Views: 111.6ms | ActiveRecord: 0.0ms)
|
1455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1457
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:18:40 +0200
|
1458
|
+
Processing by Seiten::PagesController#show as HTML
|
1459
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1460
|
+
Completed 200 OK in 112ms (Views: 110.7ms | ActiveRecord: 0.0ms)
|
1461
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:18:40 +0200
|
1462
|
+
Processing by Seiten::PagesController#show as HTML
|
1463
|
+
Parameters: {"page"=>"about/our-team"}
|
1464
|
+
Completed 200 OK in 100ms (Views: 99.2ms | ActiveRecord: 0.0ms)
|
1465
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1466
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1467
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:18:40 +0200
|
1468
|
+
Processing by Seiten::PagesController#show as HTML
|
1469
|
+
Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.0ms)
|
1470
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:18:40 +0200
|
1471
|
+
Processing by Seiten::PagesController#show as HTML
|
1472
|
+
Parameters: {"page"=>"products/web-development"}
|
1473
|
+
Completed 200 OK in 93ms (Views: 91.9ms | ActiveRecord: 0.0ms)
|
1474
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1475
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1476
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:18:40 +0200
|
1477
|
+
Processing by Seiten::PagesController#show as HTML
|
1478
|
+
Parameters: {"page"=>"about/partners"}
|
1479
|
+
Completed 200 OK in 83ms (Views: 81.5ms | ActiveRecord: 0.0ms)
|
1480
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1481
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1482
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:18:40 +0200
|
1483
|
+
Processing by Seiten::PagesController#show as HTML
|
1484
|
+
Parameters: {"page"=>"about/partners"}
|
1485
|
+
Completed 200 OK in 110ms (Views: 108.6ms | ActiveRecord: 0.0ms)
|
1486
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1487
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1488
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1489
|
+
Connecting to database specified by database.yml
|
1490
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1491
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1492
|
+
Processing by Seiten::PagesController#show as HTML
|
1493
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1494
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1495
|
+
Completed 200 OK in 57ms (Views: 55.5ms | ActiveRecord: 0.0ms)
|
1496
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1497
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1498
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1499
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1500
|
+
Processing by Seiten::PagesController#show as HTML
|
1501
|
+
Parameters: {"page"=>"about/our-team"}
|
1502
|
+
Completed 200 OK in 103ms (Views: 101.4ms | ActiveRecord: 0.0ms)
|
1503
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1504
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1505
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1506
|
+
Processing by Seiten::PagesController#show as HTML
|
1507
|
+
Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.0ms)
|
1508
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1509
|
+
Processing by Seiten::PagesController#show as HTML
|
1510
|
+
Parameters: {"page"=>"contact"}
|
1511
|
+
Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.0ms)
|
1512
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1514
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1515
|
+
Processing by Seiten::PagesController#show as HTML
|
1516
|
+
Completed 200 OK in 50ms (Views: 48.8ms | ActiveRecord: 0.0ms)
|
1517
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1518
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1519
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1520
|
+
Processing by Seiten::PagesController#show as HTML
|
1521
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1522
|
+
Completed 200 OK in 112ms (Views: 111.2ms | ActiveRecord: 0.0ms)
|
1523
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1525
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:20:34 +0200
|
1526
|
+
Processing by Seiten::PagesController#show as HTML
|
1527
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1528
|
+
Completed 200 OK in 113ms (Views: 111.3ms | ActiveRecord: 0.0ms)
|
1529
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:20:35 +0200
|
1530
|
+
Processing by Seiten::PagesController#show as HTML
|
1531
|
+
Parameters: {"page"=>"about/our-team"}
|
1532
|
+
Completed 200 OK in 104ms (Views: 102.4ms | ActiveRecord: 0.0ms)
|
1533
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1535
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:35 +0200
|
1536
|
+
Processing by Seiten::PagesController#show as HTML
|
1537
|
+
Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.0ms)
|
1538
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:20:35 +0200
|
1539
|
+
Processing by Seiten::PagesController#show as HTML
|
1540
|
+
Parameters: {"page"=>"products/web-development"}
|
1541
|
+
Completed 200 OK in 94ms (Views: 92.9ms | ActiveRecord: 0.0ms)
|
1542
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1543
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1544
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:20:35 +0200
|
1545
|
+
Processing by Seiten::PagesController#show as HTML
|
1546
|
+
Parameters: {"page"=>"about/partners"}
|
1547
|
+
Completed 200 OK in 84ms (Views: 82.4ms | ActiveRecord: 0.0ms)
|
1548
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1550
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:20:35 +0200
|
1551
|
+
Processing by Seiten::PagesController#show as HTML
|
1552
|
+
Parameters: {"page"=>"about/partners"}
|
1553
|
+
Completed 200 OK in 107ms (Views: 105.9ms | ActiveRecord: 0.0ms)
|
1554
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1555
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1556
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1557
|
+
Connecting to database specified by database.yml
|
1558
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1559
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1560
|
+
Processing by Seiten::PagesController#show as HTML
|
1561
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1562
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.0ms)
|
1563
|
+
Completed 200 OK in 58ms (Views: 56.4ms | ActiveRecord: 0.0ms)
|
1564
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1565
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1566
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1567
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1568
|
+
Processing by Seiten::PagesController#show as HTML
|
1569
|
+
Parameters: {"page"=>"about/our-team"}
|
1570
|
+
Completed 200 OK in 106ms (Views: 104.8ms | ActiveRecord: 0.0ms)
|
1571
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1572
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1573
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1574
|
+
Processing by Seiten::PagesController#show as HTML
|
1575
|
+
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
1576
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1577
|
+
Processing by Seiten::PagesController#show as HTML
|
1578
|
+
Parameters: {"page"=>"contact"}
|
1579
|
+
Completed 200 OK in 73ms (Views: 71.4ms | ActiveRecord: 0.0ms)
|
1580
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1581
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1582
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1583
|
+
Processing by Seiten::PagesController#show as HTML
|
1584
|
+
Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.0ms)
|
1585
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1587
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:20:57 +0200
|
1588
|
+
Processing by Seiten::PagesController#show as HTML
|
1589
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1590
|
+
Completed 200 OK in 116ms (Views: 114.8ms | ActiveRecord: 0.0ms)
|
1591
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1592
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1593
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:20:58 +0200
|
1594
|
+
Processing by Seiten::PagesController#show as HTML
|
1595
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1596
|
+
Completed 200 OK in 113ms (Views: 111.8ms | ActiveRecord: 0.0ms)
|
1597
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:20:58 +0200
|
1598
|
+
Processing by Seiten::PagesController#show as HTML
|
1599
|
+
Parameters: {"page"=>"about/our-team"}
|
1600
|
+
Completed 200 OK in 102ms (Views: 100.6ms | ActiveRecord: 0.0ms)
|
1601
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1602
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1603
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:20:58 +0200
|
1604
|
+
Processing by Seiten::PagesController#show as HTML
|
1605
|
+
Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms)
|
1606
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:20:58 +0200
|
1607
|
+
Processing by Seiten::PagesController#show as HTML
|
1608
|
+
Parameters: {"page"=>"products/web-development"}
|
1609
|
+
Completed 200 OK in 93ms (Views: 92.0ms | ActiveRecord: 0.0ms)
|
1610
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1611
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1612
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:20:58 +0200
|
1613
|
+
Processing by Seiten::PagesController#show as HTML
|
1614
|
+
Parameters: {"page"=>"about/partners"}
|
1615
|
+
Completed 200 OK in 84ms (Views: 83.0ms | ActiveRecord: 0.0ms)
|
1616
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1617
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1618
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:20:58 +0200
|
1619
|
+
Processing by Seiten::PagesController#show as HTML
|
1620
|
+
Parameters: {"page"=>"about/partners"}
|
1621
|
+
Completed 200 OK in 108ms (Views: 106.6ms | ActiveRecord: 0.0ms)
|
1622
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1624
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1625
|
+
Connecting to database specified by database.yml
|
1626
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1627
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:21:23 +0200
|
1628
|
+
Processing by Seiten::PagesController#show as HTML
|
1629
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1630
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1631
|
+
Completed 200 OK in 57ms (Views: 55.1ms | ActiveRecord: 0.0ms)
|
1632
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1634
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:21:23 +0200
|
1635
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:21:23 +0200
|
1636
|
+
Processing by Seiten::PagesController#show as HTML
|
1637
|
+
Parameters: {"page"=>"about/our-team"}
|
1638
|
+
Completed 200 OK in 103ms (Views: 101.4ms | ActiveRecord: 0.0ms)
|
1639
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1640
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1641
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1642
|
+
Processing by Seiten::PagesController#show as HTML
|
1643
|
+
Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.0ms)
|
1644
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1645
|
+
Processing by Seiten::PagesController#show as HTML
|
1646
|
+
Parameters: {"page"=>"contact"}
|
1647
|
+
Completed 200 OK in 68ms (Views: 66.4ms | ActiveRecord: 0.0ms)
|
1648
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1649
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1650
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1651
|
+
Processing by Seiten::PagesController#show as HTML
|
1652
|
+
Completed 200 OK in 49ms (Views: 48.2ms | ActiveRecord: 0.0ms)
|
1653
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1654
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1655
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1656
|
+
Processing by Seiten::PagesController#show as HTML
|
1657
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1658
|
+
Completed 200 OK in 111ms (Views: 109.8ms | ActiveRecord: 0.0ms)
|
1659
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1660
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1661
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1662
|
+
Processing by Seiten::PagesController#show as HTML
|
1663
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1664
|
+
Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.0ms)
|
1665
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1666
|
+
Processing by Seiten::PagesController#show as HTML
|
1667
|
+
Parameters: {"page"=>"about/our-team"}
|
1668
|
+
Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.0ms)
|
1669
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1671
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1672
|
+
Processing by Seiten::PagesController#show as HTML
|
1673
|
+
Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms)
|
1674
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1675
|
+
Processing by Seiten::PagesController#show as HTML
|
1676
|
+
Parameters: {"page"=>"products/web-development"}
|
1677
|
+
Completed 200 OK in 92ms (Views: 90.4ms | ActiveRecord: 0.0ms)
|
1678
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1679
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1680
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1681
|
+
Processing by Seiten::PagesController#show as HTML
|
1682
|
+
Parameters: {"page"=>"about/partners"}
|
1683
|
+
Completed 200 OK in 82ms (Views: 80.5ms | ActiveRecord: 0.0ms)
|
1684
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1685
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1686
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:21:24 +0200
|
1687
|
+
Processing by Seiten::PagesController#show as HTML
|
1688
|
+
Parameters: {"page"=>"about/partners"}
|
1689
|
+
Completed 200 OK in 105ms (Views: 103.5ms | ActiveRecord: 0.0ms)
|
1690
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1691
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1692
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1693
|
+
Connecting to database specified by database.yml
|
1694
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
1695
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1696
|
+
Processing by Seiten::PagesController#show as HTML
|
1697
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1698
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
1699
|
+
Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.0ms)
|
1700
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1701
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1702
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1703
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1704
|
+
Processing by Seiten::PagesController#show as HTML
|
1705
|
+
Parameters: {"page"=>"about/our-team"}
|
1706
|
+
Completed 200 OK in 104ms (Views: 102.3ms | ActiveRecord: 0.0ms)
|
1707
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1708
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1709
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1710
|
+
Processing by Seiten::PagesController#show as HTML
|
1711
|
+
Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.0ms)
|
1712
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1713
|
+
Processing by Seiten::PagesController#show as HTML
|
1714
|
+
Parameters: {"page"=>"contact"}
|
1715
|
+
Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.0ms)
|
1716
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1717
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1718
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1719
|
+
Processing by Seiten::PagesController#show as HTML
|
1720
|
+
Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
1721
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1722
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1723
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1724
|
+
Processing by Seiten::PagesController#show as HTML
|
1725
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1726
|
+
Completed 200 OK in 113ms (Views: 111.9ms | ActiveRecord: 0.0ms)
|
1727
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1728
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1729
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1730
|
+
Processing by Seiten::PagesController#show as HTML
|
1731
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
1732
|
+
Completed 200 OK in 112ms (Views: 110.8ms | ActiveRecord: 0.0ms)
|
1733
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1734
|
+
Processing by Seiten::PagesController#show as HTML
|
1735
|
+
Parameters: {"page"=>"about/our-team"}
|
1736
|
+
Completed 200 OK in 101ms (Views: 100.0ms | ActiveRecord: 0.0ms)
|
1737
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1738
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1739
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1740
|
+
Processing by Seiten::PagesController#show as HTML
|
1741
|
+
Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.0ms)
|
1742
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:22:04 +0200
|
1743
|
+
Processing by Seiten::PagesController#show as HTML
|
1744
|
+
Parameters: {"page"=>"products/web-development"}
|
1745
|
+
Completed 200 OK in 92ms (Views: 91.2ms | ActiveRecord: 0.0ms)
|
1746
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1747
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1748
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:22:05 +0200
|
1749
|
+
Processing by Seiten::PagesController#show as HTML
|
1750
|
+
Parameters: {"page"=>"about/partners"}
|
1751
|
+
Completed 200 OK in 83ms (Views: 81.7ms | ActiveRecord: 0.0ms)
|
1752
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1753
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1754
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:22:05 +0200
|
1755
|
+
Processing by Seiten::PagesController#show as HTML
|
1756
|
+
Parameters: {"page"=>"about/partners"}
|
1757
|
+
Completed 200 OK in 110ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
1758
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1759
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1760
|
+
[1m[35m (0.0ms)[0m rollback transaction
|