seiten 0.0.4 → 0.0.5
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/controllers/seiten/pages_controller.rb +1 -0
- data/app/helpers/seiten_helper.rb +2 -1
- data/config/routes.rb +1 -1
- data/lib/seiten/page.rb +2 -1
- data/lib/seiten/page_store.rb +40 -12
- data/lib/seiten/version.rb +1 -1
- data/test/dummy/app/views/layouts/application.html.erb +2 -0
- data/test/dummy/app/views/layouts/home.html.erb +22 -0
- data/test/dummy/app/views/layouts/products.html.erb +22 -0
- data/test/dummy/app/views/layouts/team.html.erb +22 -0
- data/test/dummy/config/navigation.yml +8 -1
- data/test/dummy/log/development.log +1012 -0
- data/test/dummy/log/test.log +2805 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- data/test/integration/layout_test.rb +26 -0
- data/test/integration/navigation_test.rb +0 -11
- data/test/integration/redirect_test.rb +15 -0
- data/test/page_test.rb +4 -0
- metadata +17 -7
data/test/dummy/log/test.log
CHANGED
@@ -2602,3 +2602,2808 @@ Completed 200 OK in 109ms (Views: 107.8ms | ActiveRecord: 0.0ms)
|
|
2602
2602
|
[1m[35m (0.0ms)[0m rollback transaction
|
2603
2603
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2604
2604
|
[1m[35m (0.0ms)[0m rollback transaction
|
2605
|
+
Connecting to database specified by database.yml
|
2606
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
2607
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2608
|
+
Processing by Seiten::PagesController#show as HTML
|
2609
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
2610
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.3ms)
|
2611
|
+
Completed 200 OK in 60ms (Views: 57.9ms | ActiveRecord: 0.0ms)
|
2612
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2613
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2614
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2615
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2616
|
+
Processing by Seiten::PagesController#show as HTML
|
2617
|
+
Parameters: {"page"=>"about/our-team"}
|
2618
|
+
Completed 200 OK in 108ms (Views: 106.3ms | ActiveRecord: 0.0ms)
|
2619
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2620
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2621
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2622
|
+
Processing by Seiten::PagesController#show as HTML
|
2623
|
+
Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)
|
2624
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2625
|
+
Processing by Seiten::PagesController#show as HTML
|
2626
|
+
Parameters: {"page"=>"contact"}
|
2627
|
+
Completed 200 OK in 69ms (Views: 67.2ms | ActiveRecord: 0.0ms)
|
2628
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2629
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2630
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2631
|
+
Processing by Seiten::PagesController#show as HTML
|
2632
|
+
Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.0ms)
|
2633
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2634
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2635
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2636
|
+
Processing by Seiten::PagesController#show as HTML
|
2637
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2638
|
+
Completed 200 OK in 116ms (Views: 114.1ms | ActiveRecord: 0.0ms)
|
2639
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2640
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2641
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2642
|
+
Processing by Seiten::PagesController#show as HTML
|
2643
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2644
|
+
Completed 200 OK in 116ms (Views: 114.5ms | ActiveRecord: 0.0ms)
|
2645
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2646
|
+
Processing by Seiten::PagesController#show as HTML
|
2647
|
+
Parameters: {"page"=>"about/our-team"}
|
2648
|
+
Completed 200 OK in 102ms (Views: 100.4ms | ActiveRecord: 0.0ms)
|
2649
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2650
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2651
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:39:38 +0200
|
2652
|
+
Processing by Seiten::PagesController#show as HTML
|
2653
|
+
Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.0ms)
|
2654
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-25 09:39:39 +0200
|
2655
|
+
Processing by Seiten::PagesController#show as HTML
|
2656
|
+
Parameters: {"page"=>"products/web-development"}
|
2657
|
+
Completed 200 OK in 94ms (Views: 92.7ms | ActiveRecord: 0.0ms)
|
2658
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2659
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2660
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 09:39:39 +0200
|
2661
|
+
Processing by Seiten::PagesController#show as HTML
|
2662
|
+
Parameters: {"page"=>"about/partners"}
|
2663
|
+
Completed 200 OK in 85ms (Views: 83.6ms | ActiveRecord: 0.0ms)
|
2664
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2665
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2666
|
+
Started GET "/secret" for 127.0.0.1 at 2013-07-25 09:39:39 +0200
|
2667
|
+
Processing by PagesController#secret as HTML
|
2668
|
+
Completed 200 OK in 52ms (Views: 51.6ms | ActiveRecord: 0.0ms)
|
2669
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2670
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2671
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 09:39:39 +0200
|
2672
|
+
Processing by Seiten::PagesController#show as HTML
|
2673
|
+
Parameters: {"page"=>"about/partners"}
|
2674
|
+
Completed 200 OK in 108ms (Views: 106.9ms | ActiveRecord: 0.0ms)
|
2675
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2676
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2677
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2678
|
+
Connecting to database specified by database.yml
|
2679
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
2680
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2681
|
+
Processing by Seiten::PagesController#show as HTML
|
2682
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
2683
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
2684
|
+
Completed 200 OK in 56ms (Views: 54.3ms | ActiveRecord: 0.0ms)
|
2685
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2686
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2687
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2688
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2689
|
+
Processing by Seiten::PagesController#show as HTML
|
2690
|
+
Parameters: {"page"=>"about/our-team"}
|
2691
|
+
Completed 200 OK in 105ms (Views: 103.1ms | ActiveRecord: 0.0ms)
|
2692
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2693
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2694
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2695
|
+
Processing by Seiten::PagesController#show as HTML
|
2696
|
+
Completed 200 OK in 50ms (Views: 48.5ms | ActiveRecord: 0.0ms)
|
2697
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2698
|
+
Processing by Seiten::PagesController#show as HTML
|
2699
|
+
Parameters: {"page"=>"contact"}
|
2700
|
+
Completed 200 OK in 68ms (Views: 66.1ms | ActiveRecord: 0.0ms)
|
2701
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2702
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2703
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2704
|
+
Processing by Seiten::PagesController#show as HTML
|
2705
|
+
Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.0ms)
|
2706
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2707
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2708
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2709
|
+
Processing by Seiten::PagesController#show as HTML
|
2710
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2711
|
+
Completed 200 OK in 113ms (Views: 111.5ms | ActiveRecord: 0.0ms)
|
2712
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2713
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2714
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2715
|
+
Processing by Seiten::PagesController#show as HTML
|
2716
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2717
|
+
Completed 200 OK in 110ms (Views: 108.8ms | ActiveRecord: 0.0ms)
|
2718
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2719
|
+
Processing by Seiten::PagesController#show as HTML
|
2720
|
+
Parameters: {"page"=>"about/our-team"}
|
2721
|
+
Completed 200 OK in 99ms (Views: 97.8ms | ActiveRecord: 0.0ms)
|
2722
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2723
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2724
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:49:51 +0200
|
2725
|
+
Processing by Seiten::PagesController#show as HTML
|
2726
|
+
Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.0ms)
|
2727
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-25 09:49:52 +0200
|
2728
|
+
Processing by Seiten::PagesController#show as HTML
|
2729
|
+
Parameters: {"page"=>"products/web-development"}
|
2730
|
+
Completed 200 OK in 92ms (Views: 90.4ms | ActiveRecord: 0.0ms)
|
2731
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2732
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2733
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 09:49:52 +0200
|
2734
|
+
Processing by Seiten::PagesController#show as HTML
|
2735
|
+
Parameters: {"page"=>"about/partners"}
|
2736
|
+
Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.0ms)
|
2737
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2738
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2739
|
+
Started GET "/secret" for 127.0.0.1 at 2013-07-25 09:49:52 +0200
|
2740
|
+
Processing by PagesController#secret as HTML
|
2741
|
+
Completed 200 OK in 50ms (Views: 50.1ms | ActiveRecord: 0.0ms)
|
2742
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2743
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2744
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 09:49:52 +0200
|
2745
|
+
Processing by Seiten::PagesController#show as HTML
|
2746
|
+
Parameters: {"page"=>"about/partners"}
|
2747
|
+
Completed 200 OK in 105ms (Views: 104.1ms | ActiveRecord: 0.0ms)
|
2748
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2749
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2750
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2751
|
+
Connecting to database specified by database.yml
|
2752
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
2753
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2754
|
+
Processing by Seiten::PagesController#show as HTML
|
2755
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
2756
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
2757
|
+
Completed 200 OK in 57ms (Views: 55.4ms | ActiveRecord: 0.0ms)
|
2758
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2759
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2760
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2761
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2762
|
+
Processing by Seiten::PagesController#show as HTML
|
2763
|
+
Parameters: {"page"=>"about/our-team"}
|
2764
|
+
Completed 200 OK in 103ms (Views: 101.6ms | ActiveRecord: 0.0ms)
|
2765
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2767
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2768
|
+
Processing by Seiten::PagesController#show as HTML
|
2769
|
+
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)
|
2770
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2771
|
+
Processing by Seiten::PagesController#show as HTML
|
2772
|
+
Parameters: {"page"=>"contact"}
|
2773
|
+
Completed 200 OK in 67ms (Views: 65.4ms | ActiveRecord: 0.0ms)
|
2774
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2775
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2776
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2777
|
+
Processing by Seiten::PagesController#show as HTML
|
2778
|
+
Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.0ms)
|
2779
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2780
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2781
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2782
|
+
Processing by Seiten::PagesController#show as HTML
|
2783
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2784
|
+
Completed 200 OK in 114ms (Views: 113.0ms | ActiveRecord: 0.0ms)
|
2785
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2786
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2787
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2788
|
+
Processing by Seiten::PagesController#show as HTML
|
2789
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2790
|
+
Completed 200 OK in 112ms (Views: 110.8ms | ActiveRecord: 0.0ms)
|
2791
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2792
|
+
Processing by Seiten::PagesController#show as HTML
|
2793
|
+
Parameters: {"page"=>"about/our-team"}
|
2794
|
+
Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.0ms)
|
2795
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2796
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2797
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2798
|
+
Processing by Seiten::PagesController#show as HTML
|
2799
|
+
Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.0ms)
|
2800
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2801
|
+
Processing by Seiten::PagesController#show as HTML
|
2802
|
+
Parameters: {"page"=>"products/web-development"}
|
2803
|
+
Completed 200 OK in 94ms (Views: 93.0ms | ActiveRecord: 0.0ms)
|
2804
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2805
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2806
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 09:52:18 +0200
|
2807
|
+
Processing by Seiten::PagesController#show as HTML
|
2808
|
+
Parameters: {"page"=>"about/partners"}
|
2809
|
+
Completed 200 OK in 83ms (Views: 82.1ms | ActiveRecord: 0.0ms)
|
2810
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2811
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2812
|
+
Started GET "/secret" for 127.0.0.1 at 2013-07-25 09:52:19 +0200
|
2813
|
+
Processing by PagesController#secret as HTML
|
2814
|
+
Completed 200 OK in 52ms (Views: 51.5ms | ActiveRecord: 0.0ms)
|
2815
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2816
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2817
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 09:52:19 +0200
|
2818
|
+
Processing by Seiten::PagesController#show as HTML
|
2819
|
+
Parameters: {"page"=>"about/partners"}
|
2820
|
+
Completed 200 OK in 105ms (Views: 104.2ms | ActiveRecord: 0.0ms)
|
2821
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2822
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2823
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2824
|
+
Connecting to database specified by database.yml
|
2825
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
2826
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2827
|
+
Processing by Seiten::PagesController#show as HTML
|
2828
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
2829
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.5ms)
|
2830
|
+
Completed 200 OK in 62ms (Views: 60.1ms | ActiveRecord: 0.0ms)
|
2831
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2832
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2833
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2834
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2835
|
+
Processing by Seiten::PagesController#show as HTML
|
2836
|
+
Parameters: {"page"=>"about/our-team"}
|
2837
|
+
Completed 200 OK in 81ms (Views: 79.5ms | ActiveRecord: 0.0ms)
|
2838
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2839
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2840
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2841
|
+
Processing by Seiten::PagesController#show as HTML
|
2842
|
+
Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.0ms)
|
2843
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2844
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2845
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2846
|
+
Processing by Seiten::PagesController#show as HTML
|
2847
|
+
Completed 200 OK in 49ms (Views: 47.8ms | ActiveRecord: 0.0ms)
|
2848
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2849
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2850
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2851
|
+
Processing by Seiten::PagesController#show as HTML
|
2852
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2853
|
+
Completed 200 OK in 115ms (Views: 88.1ms | ActiveRecord: 0.0ms)
|
2854
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2855
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2856
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2857
|
+
Processing by Seiten::PagesController#show as HTML
|
2858
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2859
|
+
Completed 200 OK in 112ms (Views: 111.1ms | ActiveRecord: 0.0ms)
|
2860
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2861
|
+
Processing by Seiten::PagesController#show as HTML
|
2862
|
+
Parameters: {"page"=>"about/our-team"}
|
2863
|
+
Completed 200 OK in 78ms (Views: 77.2ms | ActiveRecord: 0.0ms)
|
2864
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2866
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2867
|
+
Processing by Seiten::PagesController#show as HTML
|
2868
|
+
Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.0ms)
|
2869
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2870
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2871
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2872
|
+
Processing by Seiten::PagesController#show as HTML
|
2873
|
+
Parameters: {"page"=>"about/partners"}
|
2874
|
+
Completed 200 OK in 109ms (Views: 107.3ms | ActiveRecord: 0.0ms)
|
2875
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2876
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2877
|
+
Started GET "/secret" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2878
|
+
Processing by PagesController#secret as HTML
|
2879
|
+
Completed 200 OK in 26ms (Views: 26.2ms | ActiveRecord: 0.0ms)
|
2880
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2881
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2882
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 12:03:50 +0200
|
2883
|
+
Processing by Seiten::PagesController#show as HTML
|
2884
|
+
Parameters: {"page"=>"about/partners"}
|
2885
|
+
Completed 200 OK in 108ms (Views: 83.0ms | ActiveRecord: 0.0ms)
|
2886
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2887
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2888
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2889
|
+
Connecting to database specified by database.yml
|
2890
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
2891
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2892
|
+
Processing by Seiten::PagesController#show as HTML
|
2893
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
2894
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
2895
|
+
Completed 200 OK in 59ms (Views: 57.2ms | ActiveRecord: 0.0ms)
|
2896
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2897
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2898
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2899
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2900
|
+
Processing by Seiten::PagesController#show as HTML
|
2901
|
+
Parameters: {"page"=>"about/our-team"}
|
2902
|
+
Completed 200 OK in 105ms (Views: 103.1ms | ActiveRecord: 0.0ms)
|
2903
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2905
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2906
|
+
Processing by Seiten::PagesController#show as HTML
|
2907
|
+
Completed 200 OK in 51ms (Views: 49.5ms | ActiveRecord: 0.0ms)
|
2908
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2909
|
+
Processing by Seiten::PagesController#show as HTML
|
2910
|
+
Parameters: {"page"=>"contact"}
|
2911
|
+
Completed 200 OK in 74ms (Views: 72.2ms | ActiveRecord: 0.0ms)
|
2912
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2913
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2914
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2915
|
+
Processing by Seiten::PagesController#show as HTML
|
2916
|
+
Completed 200 OK in 53ms (Views: 51.6ms | ActiveRecord: 0.0ms)
|
2917
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2918
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2919
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2920
|
+
Processing by Seiten::PagesController#show as HTML
|
2921
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2922
|
+
Completed 200 OK in 124ms (Views: 122.2ms | ActiveRecord: 0.0ms)
|
2923
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2924
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2925
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-25 12:06:41 +0200
|
2926
|
+
Processing by Seiten::PagesController#show as HTML
|
2927
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2928
|
+
Completed 200 OK in 113ms (Views: 111.7ms | ActiveRecord: 0.0ms)
|
2929
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-25 12:06:42 +0200
|
2930
|
+
Processing by Seiten::PagesController#show as HTML
|
2931
|
+
Parameters: {"page"=>"about/our-team"}
|
2932
|
+
Completed 200 OK in 76ms (Views: 74.5ms | ActiveRecord: 0.0ms)
|
2933
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2934
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2935
|
+
Started GET "/" for 127.0.0.1 at 2013-07-25 12:06:42 +0200
|
2936
|
+
Processing by Seiten::PagesController#show as HTML
|
2937
|
+
Completed 200 OK in 49ms (Views: 48.2ms | ActiveRecord: 0.0ms)
|
2938
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-25 12:06:42 +0200
|
2939
|
+
Processing by Seiten::PagesController#show as HTML
|
2940
|
+
Parameters: {"page"=>"products/web-development"}
|
2941
|
+
Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.0ms)
|
2942
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2943
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2944
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 12:06:42 +0200
|
2945
|
+
Processing by Seiten::PagesController#show as HTML
|
2946
|
+
Parameters: {"page"=>"about/partners"}
|
2947
|
+
Completed 200 OK in 107ms (Views: 105.4ms | ActiveRecord: 0.0ms)
|
2948
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2949
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2950
|
+
Started GET "/secret" for 127.0.0.1 at 2013-07-25 12:06:42 +0200
|
2951
|
+
Processing by PagesController#secret as HTML
|
2952
|
+
Completed 200 OK in 51ms (Views: 50.2ms | ActiveRecord: 0.0ms)
|
2953
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2954
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2955
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-25 12:06:42 +0200
|
2956
|
+
Processing by Seiten::PagesController#show as HTML
|
2957
|
+
Parameters: {"page"=>"about/partners"}
|
2958
|
+
Completed 200 OK in 107ms (Views: 106.0ms | ActiveRecord: 0.0ms)
|
2959
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2960
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2961
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
2962
|
+
Connecting to database specified by database.yml
|
2963
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
2964
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2965
|
+
Processing by Seiten::PagesController#show as HTML
|
2966
|
+
Rendered app/pages/home.html.erb (0.3ms)
|
2967
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (3.0ms)
|
2968
|
+
Completed 200 OK in 61ms (Views: 58.9ms | ActiveRecord: 0.0ms)
|
2969
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2970
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2971
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2972
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2973
|
+
Processing by Seiten::PagesController#show as HTML
|
2974
|
+
Parameters: {"page"=>"about/our-team"}
|
2975
|
+
Completed 200 OK in 101ms (Views: 99.2ms | ActiveRecord: 0.0ms)
|
2976
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2977
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2978
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2979
|
+
Processing by Seiten::PagesController#show as HTML
|
2980
|
+
Completed 200 OK in 48ms (Views: 47.3ms | ActiveRecord: 0.0ms)
|
2981
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2982
|
+
Processing by Seiten::PagesController#show as HTML
|
2983
|
+
Parameters: {"page"=>"contact"}
|
2984
|
+
Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.0ms)
|
2985
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2986
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2987
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2988
|
+
Processing by Seiten::PagesController#show as HTML
|
2989
|
+
Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.0ms)
|
2990
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2992
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:22:49 +0200
|
2993
|
+
Processing by Seiten::PagesController#show as HTML
|
2994
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2995
|
+
Completed 200 OK in 109ms (Views: 108.1ms | ActiveRecord: 0.0ms)
|
2996
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2997
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2998
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
2999
|
+
Processing by Seiten::PagesController#show as HTML
|
3000
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3001
|
+
Completed 200 OK in 107ms (Views: 106.0ms | ActiveRecord: 0.0ms)
|
3002
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
3003
|
+
Processing by Seiten::PagesController#show as HTML
|
3004
|
+
Parameters: {"page"=>"about/our-team"}
|
3005
|
+
Completed 200 OK in 74ms (Views: 72.7ms | ActiveRecord: 0.0ms)
|
3006
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3007
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3008
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
3009
|
+
Processing by Seiten::PagesController#show as HTML
|
3010
|
+
Completed 200 OK in 48ms (Views: 47.2ms | ActiveRecord: 0.0ms)
|
3011
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
3012
|
+
Processing by Seiten::PagesController#show as HTML
|
3013
|
+
Parameters: {"page"=>"products/web-development"}
|
3014
|
+
Completed 200 OK in 66ms (Views: 64.3ms | ActiveRecord: 0.0ms)
|
3015
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3016
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3017
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
3018
|
+
Processing by Seiten::PagesController#show as HTML
|
3019
|
+
Parameters: {"page"=>"about/partners"}
|
3020
|
+
Completed 200 OK in 105ms (Views: 103.3ms | ActiveRecord: 0.0ms)
|
3021
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3022
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3023
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
3024
|
+
Processing by PagesController#secret as HTML
|
3025
|
+
Completed 200 OK in 50ms (Views: 49.7ms | ActiveRecord: 0.0ms)
|
3026
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3028
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:22:50 +0200
|
3029
|
+
Processing by Seiten::PagesController#show as HTML
|
3030
|
+
Parameters: {"page"=>"about/partners"}
|
3031
|
+
Completed 200 OK in 102ms (Views: 100.9ms | ActiveRecord: 0.0ms)
|
3032
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3033
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3034
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3035
|
+
Connecting to database specified by database.yml
|
3036
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3037
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3038
|
+
Processing by Seiten::PagesController#show as HTML
|
3039
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
3040
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
3041
|
+
Completed 200 OK in 55ms (Views: 53.2ms | ActiveRecord: 0.0ms)
|
3042
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3044
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3045
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3046
|
+
Processing by Seiten::PagesController#show as HTML
|
3047
|
+
Parameters: {"page"=>"about/our-team"}
|
3048
|
+
Completed 200 OK in 100ms (Views: 98.6ms | ActiveRecord: 0.0ms)
|
3049
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3051
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3052
|
+
Processing by Seiten::PagesController#show as HTML
|
3053
|
+
Completed 200 OK in 48ms (Views: 46.6ms | ActiveRecord: 0.0ms)
|
3054
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3055
|
+
Processing by Seiten::PagesController#show as HTML
|
3056
|
+
Parameters: {"page"=>"contact"}
|
3057
|
+
Completed 200 OK in 65ms (Views: 64.1ms | ActiveRecord: 0.0ms)
|
3058
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3059
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3060
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3061
|
+
Processing by Seiten::PagesController#show as HTML
|
3062
|
+
Completed 200 OK in 49ms (Views: 48.2ms | ActiveRecord: 0.0ms)
|
3063
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3064
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3065
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3066
|
+
Processing by Seiten::PagesController#show as HTML
|
3067
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3068
|
+
Completed 200 OK in 109ms (Views: 107.6ms | ActiveRecord: 0.0ms)
|
3069
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3070
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3071
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3072
|
+
Processing by Seiten::PagesController#show as HTML
|
3073
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3074
|
+
Completed 200 OK in 107ms (Views: 106.1ms | ActiveRecord: 0.0ms)
|
3075
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3076
|
+
Processing by Seiten::PagesController#show as HTML
|
3077
|
+
Parameters: {"page"=>"about/our-team"}
|
3078
|
+
Completed 200 OK in 74ms (Views: 72.8ms | ActiveRecord: 0.0ms)
|
3079
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3080
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3081
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3082
|
+
Processing by Seiten::PagesController#show as HTML
|
3083
|
+
Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 0.0ms)
|
3084
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:24:01 +0200
|
3085
|
+
Processing by Seiten::PagesController#show as HTML
|
3086
|
+
Parameters: {"page"=>"products/web-development"}
|
3087
|
+
Completed 200 OK in 66ms (Views: 64.6ms | ActiveRecord: 0.0ms)
|
3088
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3089
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3090
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:24:02 +0200
|
3091
|
+
Processing by Seiten::PagesController#show as HTML
|
3092
|
+
Parameters: {"page"=>"about/partners"}
|
3093
|
+
Completed 200 OK in 104ms (Views: 102.6ms | ActiveRecord: 0.0ms)
|
3094
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3095
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3096
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:24:02 +0200
|
3097
|
+
Processing by PagesController#secret as HTML
|
3098
|
+
Completed 200 OK in 49ms (Views: 48.7ms | ActiveRecord: 0.0ms)
|
3099
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3100
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3101
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:24:02 +0200
|
3102
|
+
Processing by Seiten::PagesController#show as HTML
|
3103
|
+
Parameters: {"page"=>"about/partners"}
|
3104
|
+
Completed 200 OK in 102ms (Views: 100.5ms | ActiveRecord: 0.0ms)
|
3105
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3106
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3107
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3108
|
+
Connecting to database specified by database.yml
|
3109
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3110
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:25:37 +0200
|
3111
|
+
Processing by Seiten::PagesController#show as HTML
|
3112
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
3113
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
3114
|
+
Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.0ms)
|
3115
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3117
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:25:37 +0200
|
3118
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:25:37 +0200
|
3119
|
+
Processing by Seiten::PagesController#show as HTML
|
3120
|
+
Parameters: {"page"=>"about/our-team"}
|
3121
|
+
Completed 200 OK in 99ms (Views: 97.8ms | ActiveRecord: 0.0ms)
|
3122
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3123
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3124
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:25:37 +0200
|
3125
|
+
Processing by Seiten::PagesController#show as HTML
|
3126
|
+
Completed 200 OK in 50ms (Views: 49.0ms | ActiveRecord: 0.0ms)
|
3127
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3128
|
+
Processing by Seiten::PagesController#show as HTML
|
3129
|
+
Parameters: {"page"=>"contact"}
|
3130
|
+
Completed 200 OK in 65ms (Views: 63.8ms | ActiveRecord: 0.0ms)
|
3131
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3132
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3133
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3134
|
+
Processing by Seiten::PagesController#show as HTML
|
3135
|
+
Completed 200 OK in 48ms (Views: 46.9ms | ActiveRecord: 0.0ms)
|
3136
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3138
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3139
|
+
Processing by Seiten::PagesController#show as HTML
|
3140
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3141
|
+
Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.0ms)
|
3142
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3144
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3145
|
+
Processing by Seiten::PagesController#show as HTML
|
3146
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3147
|
+
Completed 200 OK in 107ms (Views: 105.9ms | ActiveRecord: 0.0ms)
|
3148
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3149
|
+
Processing by Seiten::PagesController#show as HTML
|
3150
|
+
Parameters: {"page"=>"about/our-team"}
|
3151
|
+
Completed 200 OK in 73ms (Views: 71.7ms | ActiveRecord: 0.0ms)
|
3152
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3153
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3154
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3155
|
+
Processing by Seiten::PagesController#show as HTML
|
3156
|
+
Completed 200 OK in 47ms (Views: 46.3ms | ActiveRecord: 0.0ms)
|
3157
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3158
|
+
Processing by Seiten::PagesController#show as HTML
|
3159
|
+
Parameters: {"page"=>"products/web-development"}
|
3160
|
+
Completed 200 OK in 65ms (Views: 63.5ms | ActiveRecord: 0.0ms)
|
3161
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3162
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3163
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3164
|
+
Processing by Seiten::PagesController#show as HTML
|
3165
|
+
Parameters: {"page"=>"about/partners"}
|
3166
|
+
Completed 200 OK in 102ms (Views: 100.4ms | ActiveRecord: 0.0ms)
|
3167
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3169
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3170
|
+
Processing by PagesController#secret as HTML
|
3171
|
+
Completed 200 OK in 48ms (Views: 48.0ms | ActiveRecord: 0.0ms)
|
3172
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3173
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3174
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:25:38 +0200
|
3175
|
+
Processing by Seiten::PagesController#show as HTML
|
3176
|
+
Parameters: {"page"=>"about/partners"}
|
3177
|
+
Completed 200 OK in 101ms (Views: 100.2ms | ActiveRecord: 0.0ms)
|
3178
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3179
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3180
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3181
|
+
Connecting to database specified by database.yml
|
3182
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3183
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3184
|
+
Processing by Seiten::PagesController#show as HTML
|
3185
|
+
Parameters: {"page"=>"contact"}
|
3186
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3187
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
3188
|
+
Completed 200 OK in 74ms (Views: 72.9ms | ActiveRecord: 0.0ms)
|
3189
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3190
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3191
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3192
|
+
Processing by Seiten::PagesController#show as HTML
|
3193
|
+
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
3194
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3195
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3196
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3197
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3198
|
+
Processing by Seiten::PagesController#show as HTML
|
3199
|
+
Parameters: {"page"=>"about/our-team"}
|
3200
|
+
Completed 200 OK in 82ms (Views: 80.2ms | ActiveRecord: 0.0ms)
|
3201
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3202
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3203
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3204
|
+
Processing by Seiten::PagesController#show as HTML
|
3205
|
+
Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms)
|
3206
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3207
|
+
Processing by Seiten::PagesController#show as HTML
|
3208
|
+
Parameters: {"page"=>"contact"}
|
3209
|
+
Completed 200 OK in 68ms (Views: 66.4ms | ActiveRecord: 0.0ms)
|
3210
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3211
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3212
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3213
|
+
Processing by Seiten::PagesController#show as HTML
|
3214
|
+
Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.0ms)
|
3215
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3217
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3218
|
+
Processing by Seiten::PagesController#show as HTML
|
3219
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3220
|
+
Completed 200 OK in 113ms (Views: 112.0ms | ActiveRecord: 0.0ms)
|
3221
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3222
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3223
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3224
|
+
Processing by Seiten::PagesController#show as HTML
|
3225
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3226
|
+
Completed 200 OK in 90ms (Views: 88.8ms | ActiveRecord: 0.0ms)
|
3227
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3228
|
+
Processing by Seiten::PagesController#show as HTML
|
3229
|
+
Parameters: {"page"=>"about/our-team"}
|
3230
|
+
Completed 200 OK in 103ms (Views: 101.6ms | ActiveRecord: 0.0ms)
|
3231
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3232
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3233
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3234
|
+
Processing by Seiten::PagesController#show as HTML
|
3235
|
+
Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.0ms)
|
3236
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:33:04 +0200
|
3237
|
+
Processing by Seiten::PagesController#show as HTML
|
3238
|
+
Parameters: {"page"=>"products/web-development"}
|
3239
|
+
Completed 200 OK in 69ms (Views: 67.6ms | ActiveRecord: 0.0ms)
|
3240
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3241
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3242
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:33:05 +0200
|
3243
|
+
Processing by Seiten::PagesController#show as HTML
|
3244
|
+
Parameters: {"page"=>"about/partners"}
|
3245
|
+
Completed 200 OK in 108ms (Views: 106.8ms | ActiveRecord: 0.0ms)
|
3246
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3247
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3248
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:33:05 +0200
|
3249
|
+
Processing by PagesController#secret as HTML
|
3250
|
+
Completed 200 OK in 52ms (Views: 51.2ms | ActiveRecord: 0.0ms)
|
3251
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3252
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3253
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:33:05 +0200
|
3254
|
+
Processing by Seiten::PagesController#show as HTML
|
3255
|
+
Parameters: {"page"=>"about/partners"}
|
3256
|
+
Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.0ms)
|
3257
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3259
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3260
|
+
Connecting to database specified by database.yml
|
3261
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3262
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:34:00 +0200
|
3263
|
+
Processing by Seiten::PagesController#show as HTML
|
3264
|
+
Parameters: {"page"=>"contact"}
|
3265
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3266
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
3267
|
+
Completed 200 OK in 73ms (Views: 71.4ms | ActiveRecord: 0.0ms)
|
3268
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3269
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3270
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:34:00 +0200
|
3271
|
+
Processing by Seiten::PagesController#show as HTML
|
3272
|
+
Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
3273
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3274
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3275
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:34:00 +0200
|
3276
|
+
Processing by Seiten::PagesController#show as HTML
|
3277
|
+
Completed 200 OK in 51ms (Views: 49.4ms | ActiveRecord: 0.0ms)
|
3278
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3279
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3280
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:34:00 +0200
|
3281
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:34:00 +0200
|
3282
|
+
Processing by Seiten::PagesController#show as HTML
|
3283
|
+
Parameters: {"page"=>"about/our-team"}
|
3284
|
+
Completed 200 OK in 80ms (Views: 79.0ms | ActiveRecord: 0.0ms)
|
3285
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3286
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3287
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3288
|
+
Processing by Seiten::PagesController#show as HTML
|
3289
|
+
Completed 200 OK in 50ms (Views: 48.3ms | ActiveRecord: 0.0ms)
|
3290
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3291
|
+
Processing by Seiten::PagesController#show as HTML
|
3292
|
+
Parameters: {"page"=>"contact"}
|
3293
|
+
Completed 200 OK in 66ms (Views: 64.7ms | ActiveRecord: 0.0ms)
|
3294
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3295
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3296
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3297
|
+
Processing by Seiten::PagesController#show as HTML
|
3298
|
+
Completed 200 OK in 50ms (Views: 49.0ms | ActiveRecord: 0.0ms)
|
3299
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3300
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3301
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3302
|
+
Processing by Seiten::PagesController#show as HTML
|
3303
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3304
|
+
Completed 200 OK in 112ms (Views: 110.7ms | ActiveRecord: 0.0ms)
|
3305
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3307
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3308
|
+
Processing by Seiten::PagesController#show as HTML
|
3309
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3310
|
+
Completed 200 OK in 88ms (Views: 87.0ms | ActiveRecord: 0.0ms)
|
3311
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3312
|
+
Processing by Seiten::PagesController#show as HTML
|
3313
|
+
Parameters: {"page"=>"about/our-team"}
|
3314
|
+
Completed 200 OK in 99ms (Views: 97.8ms | ActiveRecord: 0.0ms)
|
3315
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3316
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3317
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3318
|
+
Processing by Seiten::PagesController#show as HTML
|
3319
|
+
Completed 200 OK in 49ms (Views: 48.3ms | ActiveRecord: 0.0ms)
|
3320
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3321
|
+
Processing by Seiten::PagesController#show as HTML
|
3322
|
+
Parameters: {"page"=>"products/web-development"}
|
3323
|
+
Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.0ms)
|
3324
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3325
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3326
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3327
|
+
Processing by Seiten::PagesController#show as HTML
|
3328
|
+
Parameters: {"page"=>"about/partners"}
|
3329
|
+
Completed 200 OK in 110ms (Views: 108.5ms | ActiveRecord: 0.0ms)
|
3330
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3332
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3333
|
+
Processing by PagesController#secret as HTML
|
3334
|
+
Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.0ms)
|
3335
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3336
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3337
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:34:01 +0200
|
3338
|
+
Processing by Seiten::PagesController#show as HTML
|
3339
|
+
Parameters: {"page"=>"about/partners"}
|
3340
|
+
Completed 200 OK in 108ms (Views: 106.2ms | ActiveRecord: 0.0ms)
|
3341
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3342
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3343
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3344
|
+
Connecting to database specified by database.yml
|
3345
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3346
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3347
|
+
Processing by Seiten::PagesController#show as HTML
|
3348
|
+
Parameters: {"page"=>"contact"}
|
3349
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3350
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
3351
|
+
Completed 200 OK in 73ms (Views: 71.9ms | ActiveRecord: 0.0ms)
|
3352
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3353
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3354
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3355
|
+
Processing by Seiten::PagesController#show as HTML
|
3356
|
+
Completed 200 OK in 52ms (Views: 50.6ms | ActiveRecord: 0.0ms)
|
3357
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3359
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3360
|
+
Processing by Seiten::PagesController#show as HTML
|
3361
|
+
Parameters: {"page"=>"products/logo-design"}
|
3362
|
+
Completed 200 OK in 99ms (Views: 97.8ms | ActiveRecord: 0.0ms)
|
3363
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3365
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3366
|
+
Processing by Seiten::PagesController#show as HTML
|
3367
|
+
Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.0ms)
|
3368
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3369
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3370
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3371
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3372
|
+
Processing by Seiten::PagesController#show as HTML
|
3373
|
+
Parameters: {"page"=>"about/our-team"}
|
3374
|
+
Completed 200 OK in 108ms (Views: 106.9ms | ActiveRecord: 0.0ms)
|
3375
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3376
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3377
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3378
|
+
Processing by Seiten::PagesController#show as HTML
|
3379
|
+
Completed 200 OK in 51ms (Views: 49.5ms | ActiveRecord: 0.0ms)
|
3380
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3381
|
+
Processing by Seiten::PagesController#show as HTML
|
3382
|
+
Parameters: {"page"=>"contact"}
|
3383
|
+
Completed 200 OK in 66ms (Views: 65.1ms | ActiveRecord: 0.0ms)
|
3384
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3385
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3386
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3387
|
+
Processing by Seiten::PagesController#show as HTML
|
3388
|
+
Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
3389
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3390
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3391
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3392
|
+
Processing by Seiten::PagesController#show as HTML
|
3393
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3394
|
+
Completed 200 OK in 112ms (Views: 87.5ms | ActiveRecord: 0.0ms)
|
3395
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3396
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3397
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3398
|
+
Processing by Seiten::PagesController#show as HTML
|
3399
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3400
|
+
Completed 200 OK in 110ms (Views: 108.9ms | ActiveRecord: 0.0ms)
|
3401
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:35:33 +0200
|
3402
|
+
Processing by Seiten::PagesController#show as HTML
|
3403
|
+
Parameters: {"page"=>"about/our-team"}
|
3404
|
+
Completed 200 OK in 100ms (Views: 98.9ms | ActiveRecord: 0.0ms)
|
3405
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3406
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3407
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:35:34 +0200
|
3408
|
+
Processing by Seiten::PagesController#show as HTML
|
3409
|
+
Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.0ms)
|
3410
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:35:34 +0200
|
3411
|
+
Processing by Seiten::PagesController#show as HTML
|
3412
|
+
Parameters: {"page"=>"products/web-development"}
|
3413
|
+
Completed 200 OK in 93ms (Views: 91.8ms | ActiveRecord: 0.0ms)
|
3414
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3415
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3416
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:35:34 +0200
|
3417
|
+
Processing by Seiten::PagesController#show as HTML
|
3418
|
+
Parameters: {"page"=>"about/partners"}
|
3419
|
+
Completed 200 OK in 84ms (Views: 82.5ms | ActiveRecord: 0.0ms)
|
3420
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3421
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3422
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:35:34 +0200
|
3423
|
+
Processing by PagesController#secret as HTML
|
3424
|
+
Completed 200 OK in 51ms (Views: 50.8ms | ActiveRecord: 0.0ms)
|
3425
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3426
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3427
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:35:34 +0200
|
3428
|
+
Processing by Seiten::PagesController#show as HTML
|
3429
|
+
Parameters: {"page"=>"about/partners"}
|
3430
|
+
Completed 200 OK in 106ms (Views: 104.7ms | ActiveRecord: 0.0ms)
|
3431
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3432
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3433
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3434
|
+
Connecting to database specified by database.yml
|
3435
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3436
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3437
|
+
Processing by Seiten::PagesController#show as HTML
|
3438
|
+
Parameters: {"page"=>"contact"}
|
3439
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3440
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
3441
|
+
Completed 200 OK in 75ms (Views: 73.3ms | ActiveRecord: 0.0ms)
|
3442
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3443
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3444
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3445
|
+
Processing by Seiten::PagesController#show as HTML
|
3446
|
+
Completed 200 OK in 54ms (Views: 52.1ms | ActiveRecord: 0.0ms)
|
3447
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3448
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3449
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3450
|
+
Processing by Seiten::PagesController#show as HTML
|
3451
|
+
Parameters: {"page"=>"products/logo-design"}
|
3452
|
+
Completed 200 OK in 92ms (Views: 90.9ms | ActiveRecord: 0.0ms)
|
3453
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3454
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3455
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3456
|
+
Processing by Seiten::PagesController#show as HTML
|
3457
|
+
Completed 200 OK in 49ms (Views: 47.3ms | ActiveRecord: 0.0ms)
|
3458
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3459
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3460
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3461
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3462
|
+
Processing by Seiten::PagesController#show as HTML
|
3463
|
+
Parameters: {"page"=>"about/our-team"}
|
3464
|
+
Completed 200 OK in 106ms (Views: 104.7ms | ActiveRecord: 0.0ms)
|
3465
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3466
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3467
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3468
|
+
Processing by Seiten::PagesController#show as HTML
|
3469
|
+
Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)
|
3470
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3471
|
+
Processing by Seiten::PagesController#show as HTML
|
3472
|
+
Parameters: {"page"=>"contact"}
|
3473
|
+
Completed 200 OK in 72ms (Views: 71.0ms | ActiveRecord: 0.0ms)
|
3474
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3475
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3476
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3477
|
+
Processing by Seiten::PagesController#show as HTML
|
3478
|
+
Completed 200 OK in 50ms (Views: 48.7ms | ActiveRecord: 0.0ms)
|
3479
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3480
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3481
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3482
|
+
Processing by Seiten::PagesController#show as HTML
|
3483
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3484
|
+
Completed 200 OK in 111ms (Views: 86.6ms | ActiveRecord: 0.0ms)
|
3485
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3486
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3487
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3488
|
+
Processing by Seiten::PagesController#show as HTML
|
3489
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3490
|
+
Completed 200 OK in 110ms (Views: 109.0ms | ActiveRecord: 0.0ms)
|
3491
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 11:44:29 +0200
|
3492
|
+
Processing by Seiten::PagesController#show as HTML
|
3493
|
+
Parameters: {"page"=>"about/our-team"}
|
3494
|
+
Completed 200 OK in 99ms (Views: 97.4ms | ActiveRecord: 0.0ms)
|
3495
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3496
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3497
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 11:44:30 +0200
|
3498
|
+
Processing by Seiten::PagesController#show as HTML
|
3499
|
+
Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.0ms)
|
3500
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 11:44:30 +0200
|
3501
|
+
Processing by Seiten::PagesController#show as HTML
|
3502
|
+
Parameters: {"page"=>"products/web-development"}
|
3503
|
+
Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.0ms)
|
3504
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3505
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3506
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:44:30 +0200
|
3507
|
+
Processing by Seiten::PagesController#show as HTML
|
3508
|
+
Parameters: {"page"=>"about/partners"}
|
3509
|
+
Completed 200 OK in 81ms (Views: 79.9ms | ActiveRecord: 0.0ms)
|
3510
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3511
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3512
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 11:44:30 +0200
|
3513
|
+
Processing by PagesController#secret as HTML
|
3514
|
+
Completed 200 OK in 50ms (Views: 49.4ms | ActiveRecord: 0.0ms)
|
3515
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3517
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 11:44:30 +0200
|
3518
|
+
Processing by Seiten::PagesController#show as HTML
|
3519
|
+
Parameters: {"page"=>"about/partners"}
|
3520
|
+
Completed 200 OK in 103ms (Views: 101.8ms | ActiveRecord: 0.0ms)
|
3521
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3522
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3523
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3524
|
+
Connecting to database specified by database.yml
|
3525
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3526
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:01:51 +0200
|
3527
|
+
Processing by Seiten::PagesController#show as HTML
|
3528
|
+
Parameters: {"page"=>"contact"}
|
3529
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3530
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
3531
|
+
Completed 200 OK in 78ms (Views: 76.2ms | ActiveRecord: 0.0ms)
|
3532
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3533
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3534
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:01:51 +0200
|
3535
|
+
Processing by Seiten::PagesController#show as HTML
|
3536
|
+
Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.0ms)
|
3537
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3538
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3539
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:01:51 +0200
|
3540
|
+
Processing by Seiten::PagesController#show as HTML
|
3541
|
+
Parameters: {"page"=>"products/logo-design"}
|
3542
|
+
Completed 200 OK in 100ms (Views: 98.1ms | ActiveRecord: 0.0ms)
|
3543
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3545
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:01:51 +0200
|
3546
|
+
Processing by Seiten::PagesController#show as HTML
|
3547
|
+
Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.0ms)
|
3548
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3549
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3550
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:01:51 +0200
|
3551
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:01:51 +0200
|
3552
|
+
Processing by Seiten::PagesController#show as HTML
|
3553
|
+
Parameters: {"page"=>"about/our-team"}
|
3554
|
+
Completed 200 OK in 110ms (Views: 108.5ms | ActiveRecord: 0.0ms)
|
3555
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3556
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3557
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3558
|
+
Processing by Seiten::PagesController#show as HTML
|
3559
|
+
Completed 200 OK in 55ms (Views: 54.1ms | ActiveRecord: 0.0ms)
|
3560
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3561
|
+
Processing by Seiten::PagesController#show as HTML
|
3562
|
+
Parameters: {"page"=>"contact"}
|
3563
|
+
Completed 200 OK in 72ms (Views: 70.8ms | ActiveRecord: 0.0ms)
|
3564
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3565
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3566
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3567
|
+
Processing by Seiten::PagesController#show as HTML
|
3568
|
+
Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.0ms)
|
3569
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3570
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3571
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3572
|
+
Processing by Seiten::PagesController#show as HTML
|
3573
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3574
|
+
Completed 200 OK in 119ms (Views: 95.2ms | ActiveRecord: 0.0ms)
|
3575
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3576
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3577
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3578
|
+
Processing by Seiten::PagesController#show as HTML
|
3579
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3580
|
+
Completed 200 OK in 119ms (Views: 117.4ms | ActiveRecord: 0.0ms)
|
3581
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3582
|
+
Processing by Seiten::PagesController#show as HTML
|
3583
|
+
Parameters: {"page"=>"about/our-team"}
|
3584
|
+
Completed 200 OK in 106ms (Views: 104.7ms | ActiveRecord: 0.0ms)
|
3585
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3586
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3587
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3588
|
+
Processing by Seiten::PagesController#show as HTML
|
3589
|
+
Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.0ms)
|
3590
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3591
|
+
Processing by Seiten::PagesController#show as HTML
|
3592
|
+
Parameters: {"page"=>"products/web-development"}
|
3593
|
+
Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.0ms)
|
3594
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3595
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3596
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3597
|
+
Processing by Seiten::PagesController#show as HTML
|
3598
|
+
Parameters: {"page"=>"about/partners"}
|
3599
|
+
Completed 200 OK in 90ms (Views: 88.7ms | ActiveRecord: 0.0ms)
|
3600
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3601
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3602
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:01:52 +0200
|
3603
|
+
Processing by PagesController#secret as HTML
|
3604
|
+
Completed 200 OK in 54ms (Views: 53.6ms | ActiveRecord: 0.0ms)
|
3605
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3606
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3607
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:01:53 +0200
|
3608
|
+
Processing by Seiten::PagesController#show as HTML
|
3609
|
+
Parameters: {"page"=>"about/partners"}
|
3610
|
+
Completed 200 OK in 114ms (Views: 112.6ms | ActiveRecord: 0.0ms)
|
3611
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3612
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3613
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3614
|
+
Connecting to database specified by database.yml
|
3615
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3616
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3617
|
+
Processing by Seiten::PagesController#show as HTML
|
3618
|
+
Parameters: {"page"=>"contact"}
|
3619
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3620
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
3621
|
+
Completed 200 OK in 77ms (Views: 75.0ms | ActiveRecord: 0.0ms)
|
3622
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3623
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3624
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3625
|
+
Processing by Seiten::PagesController#show as HTML
|
3626
|
+
Completed 200 OK in 54ms (Views: 52.7ms | ActiveRecord: 0.0ms)
|
3627
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3628
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3629
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3630
|
+
Processing by Seiten::PagesController#show as HTML
|
3631
|
+
Parameters: {"page"=>"products/logo-design"}
|
3632
|
+
Completed 200 OK in 102ms (Views: 100.4ms | ActiveRecord: 0.0ms)
|
3633
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3634
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3635
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3636
|
+
Processing by Seiten::PagesController#show as HTML
|
3637
|
+
Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.0ms)
|
3638
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3639
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3640
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3641
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3642
|
+
Processing by Seiten::PagesController#show as HTML
|
3643
|
+
Parameters: {"page"=>"about/our-team"}
|
3644
|
+
Completed 200 OK in 113ms (Views: 111.2ms | ActiveRecord: 0.0ms)
|
3645
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3646
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3647
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3648
|
+
Processing by Seiten::PagesController#show as HTML
|
3649
|
+
Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.0ms)
|
3650
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3651
|
+
Processing by Seiten::PagesController#show as HTML
|
3652
|
+
Parameters: {"page"=>"contact"}
|
3653
|
+
Completed 200 OK in 70ms (Views: 68.5ms | ActiveRecord: 0.0ms)
|
3654
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3655
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3656
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3657
|
+
Processing by Seiten::PagesController#show as HTML
|
3658
|
+
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
3659
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3660
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3661
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3662
|
+
Processing by Seiten::PagesController#show as HTML
|
3663
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3664
|
+
Completed 200 OK in 119ms (Views: 93.1ms | ActiveRecord: 0.0ms)
|
3665
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3666
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3667
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3668
|
+
Processing by Seiten::PagesController#show as HTML
|
3669
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3670
|
+
Completed 200 OK in 119ms (Views: 117.8ms | ActiveRecord: 0.0ms)
|
3671
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:02:16 +0200
|
3672
|
+
Processing by Seiten::PagesController#show as HTML
|
3673
|
+
Parameters: {"page"=>"about/our-team"}
|
3674
|
+
Completed 200 OK in 105ms (Views: 104.0ms | ActiveRecord: 0.0ms)
|
3675
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3676
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3677
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:02:17 +0200
|
3678
|
+
Processing by Seiten::PagesController#show as HTML
|
3679
|
+
Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms)
|
3680
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:02:17 +0200
|
3681
|
+
Processing by Seiten::PagesController#show as HTML
|
3682
|
+
Parameters: {"page"=>"products/web-development"}
|
3683
|
+
Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.0ms)
|
3684
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3685
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3686
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:02:17 +0200
|
3687
|
+
Processing by Seiten::PagesController#show as HTML
|
3688
|
+
Parameters: {"page"=>"about/partners"}
|
3689
|
+
Completed 200 OK in 90ms (Views: 88.2ms | ActiveRecord: 0.0ms)
|
3690
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3691
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3692
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:02:17 +0200
|
3693
|
+
Processing by PagesController#secret as HTML
|
3694
|
+
Completed 200 OK in 54ms (Views: 54.0ms | ActiveRecord: 0.0ms)
|
3695
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3696
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3697
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:02:17 +0200
|
3698
|
+
Processing by Seiten::PagesController#show as HTML
|
3699
|
+
Parameters: {"page"=>"about/partners"}
|
3700
|
+
Completed 200 OK in 112ms (Views: 110.1ms | ActiveRecord: 0.0ms)
|
3701
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3702
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3703
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3704
|
+
Connecting to database specified by database.yml
|
3705
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3706
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3707
|
+
Processing by Seiten::PagesController#show as HTML
|
3708
|
+
Parameters: {"page"=>"contact"}
|
3709
|
+
Rendered app/pages/contact.html.erb (0.3ms)
|
3710
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.2ms)
|
3711
|
+
Completed 200 OK in 77ms (Views: 74.9ms | ActiveRecord: 0.0ms)
|
3712
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3713
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3714
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3715
|
+
Processing by Seiten::PagesController#show as HTML
|
3716
|
+
Completed 200 OK in 53ms (Views: 51.3ms | ActiveRecord: 0.0ms)
|
3717
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3718
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3719
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3720
|
+
Processing by Seiten::PagesController#show as HTML
|
3721
|
+
Parameters: {"page"=>"products/logo-design"}
|
3722
|
+
Completed 200 OK in 97ms (Views: 95.2ms | ActiveRecord: 0.0ms)
|
3723
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3724
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3725
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3726
|
+
Processing by Seiten::PagesController#show as HTML
|
3727
|
+
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)
|
3728
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3729
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3730
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3731
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3732
|
+
Processing by Seiten::PagesController#show as HTML
|
3733
|
+
Parameters: {"page"=>"about/our-team"}
|
3734
|
+
Completed 200 OK in 107ms (Views: 106.0ms | ActiveRecord: 0.0ms)
|
3735
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3736
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3737
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3738
|
+
Processing by Seiten::PagesController#show as HTML
|
3739
|
+
Completed 200 OK in 52ms (Views: 50.6ms | ActiveRecord: 0.0ms)
|
3740
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3741
|
+
Processing by Seiten::PagesController#show as HTML
|
3742
|
+
Parameters: {"page"=>"contact"}
|
3743
|
+
Completed 200 OK in 68ms (Views: 67.2ms | ActiveRecord: 0.0ms)
|
3744
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3745
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3746
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3747
|
+
Processing by Seiten::PagesController#show as HTML
|
3748
|
+
Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms)
|
3749
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3750
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3751
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3752
|
+
Processing by Seiten::PagesController#show as HTML
|
3753
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3754
|
+
Completed 200 OK in 116ms (Views: 91.1ms | ActiveRecord: 0.0ms)
|
3755
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3756
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3757
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3758
|
+
Processing by Seiten::PagesController#show as HTML
|
3759
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3760
|
+
Completed 200 OK in 114ms (Views: 112.3ms | ActiveRecord: 0.0ms)
|
3761
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:03:35 +0200
|
3762
|
+
Processing by Seiten::PagesController#show as HTML
|
3763
|
+
Parameters: {"page"=>"about/our-team"}
|
3764
|
+
Completed 200 OK in 101ms (Views: 100.0ms | ActiveRecord: 0.0ms)
|
3765
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3766
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3767
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:03:36 +0200
|
3768
|
+
Processing by Seiten::PagesController#show as HTML
|
3769
|
+
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)
|
3770
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:03:36 +0200
|
3771
|
+
Processing by Seiten::PagesController#show as HTML
|
3772
|
+
Parameters: {"page"=>"products/web-development"}
|
3773
|
+
Completed 200 OK in 94ms (Views: 92.9ms | ActiveRecord: 0.0ms)
|
3774
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3775
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3776
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:03:36 +0200
|
3777
|
+
Processing by Seiten::PagesController#show as HTML
|
3778
|
+
Parameters: {"page"=>"about/partners"}
|
3779
|
+
Completed 200 OK in 85ms (Views: 83.9ms | ActiveRecord: 0.0ms)
|
3780
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3781
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3782
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:03:36 +0200
|
3783
|
+
Processing by PagesController#secret as HTML
|
3784
|
+
Completed 200 OK in 52ms (Views: 51.8ms | ActiveRecord: 0.0ms)
|
3785
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3786
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3787
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:03:36 +0200
|
3788
|
+
Processing by Seiten::PagesController#show as HTML
|
3789
|
+
Parameters: {"page"=>"about/partners"}
|
3790
|
+
Completed 200 OK in 108ms (Views: 106.6ms | ActiveRecord: 0.0ms)
|
3791
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3792
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3793
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3794
|
+
Connecting to database specified by database.yml
|
3795
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3796
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3797
|
+
Processing by Seiten::PagesController#show as HTML
|
3798
|
+
Parameters: {"page"=>"contact"}
|
3799
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3800
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/products (1.8ms)
|
3801
|
+
Completed 200 OK in 79ms (Views: 77.3ms | ActiveRecord: 0.0ms)
|
3802
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3803
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3804
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3805
|
+
Processing by Seiten::PagesController#show as HTML
|
3806
|
+
Completed 200 OK in 55ms (Views: 53.2ms | ActiveRecord: 0.0ms)
|
3807
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3808
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3809
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3810
|
+
Processing by Seiten::PagesController#show as HTML
|
3811
|
+
Parameters: {"page"=>"products/logo-design"}
|
3812
|
+
Completed 200 OK in 103ms (Views: 101.4ms | ActiveRecord: 0.0ms)
|
3813
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3814
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3815
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3816
|
+
Processing by Seiten::PagesController#show as HTML
|
3817
|
+
Completed 200 OK in 56ms (Views: 54.5ms | ActiveRecord: 0.0ms)
|
3818
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3819
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3820
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3821
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3822
|
+
Processing by Seiten::PagesController#show as HTML
|
3823
|
+
Parameters: {"page"=>"about/our-team"}
|
3824
|
+
Completed 500 Internal Server Error in 7ms
|
3825
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3827
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3828
|
+
Processing by Seiten::PagesController#show as HTML
|
3829
|
+
Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
3830
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:09:08 +0200
|
3831
|
+
Processing by Seiten::PagesController#show as HTML
|
3832
|
+
Parameters: {"page"=>"contact"}
|
3833
|
+
Completed 200 OK in 73ms (Views: 71.5ms | ActiveRecord: 0.0ms)
|
3834
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3835
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3836
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3837
|
+
Processing by Seiten::PagesController#show as HTML
|
3838
|
+
Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.0ms)
|
3839
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3841
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3842
|
+
Processing by Seiten::PagesController#show as HTML
|
3843
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3844
|
+
Completed 200 OK in 125ms (Views: 123.4ms | ActiveRecord: 0.0ms)
|
3845
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3847
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3848
|
+
Processing by Seiten::PagesController#show as HTML
|
3849
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3850
|
+
Completed 200 OK in 98ms (Views: 96.9ms | ActiveRecord: 0.0ms)
|
3851
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3852
|
+
Processing by Seiten::PagesController#show as HTML
|
3853
|
+
Parameters: {"page"=>"about/our-team"}
|
3854
|
+
Completed 500 Internal Server Error in 2ms
|
3855
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3857
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3858
|
+
Processing by Seiten::PagesController#show as HTML
|
3859
|
+
Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.0ms)
|
3860
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3861
|
+
Processing by Seiten::PagesController#show as HTML
|
3862
|
+
Parameters: {"page"=>"products/web-development"}
|
3863
|
+
Completed 200 OK in 103ms (Views: 101.5ms | ActiveRecord: 0.0ms)
|
3864
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3866
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3867
|
+
Processing by Seiten::PagesController#show as HTML
|
3868
|
+
Parameters: {"page"=>"about/partners"}
|
3869
|
+
Completed 200 OK in 93ms (Views: 91.2ms | ActiveRecord: 0.0ms)
|
3870
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3871
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3872
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3873
|
+
Processing by PagesController#secret as HTML
|
3874
|
+
Completed 200 OK in 55ms (Views: 55.0ms | ActiveRecord: 0.0ms)
|
3875
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3876
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3877
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:09:09 +0200
|
3878
|
+
Processing by Seiten::PagesController#show as HTML
|
3879
|
+
Parameters: {"page"=>"about/partners"}
|
3880
|
+
Completed 200 OK in 118ms (Views: 116.8ms | ActiveRecord: 0.0ms)
|
3881
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3882
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3883
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3884
|
+
Connecting to database specified by database.yml
|
3885
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3886
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3887
|
+
Processing by Seiten::PagesController#show as HTML
|
3888
|
+
Parameters: {"page"=>"contact"}
|
3889
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3890
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/products (1.8ms)
|
3891
|
+
Completed 200 OK in 78ms (Views: 76.7ms | ActiveRecord: 0.0ms)
|
3892
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3893
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3894
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3895
|
+
Processing by Seiten::PagesController#show as HTML
|
3896
|
+
Completed 200 OK in 54ms (Views: 52.5ms | ActiveRecord: 0.0ms)
|
3897
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3898
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3899
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3900
|
+
Processing by Seiten::PagesController#show as HTML
|
3901
|
+
Parameters: {"page"=>"products/logo-design"}
|
3902
|
+
Completed 200 OK in 102ms (Views: 100.4ms | ActiveRecord: 0.0ms)
|
3903
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3905
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3906
|
+
Processing by Seiten::PagesController#show as HTML
|
3907
|
+
Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.0ms)
|
3908
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3909
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3910
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3911
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3912
|
+
Processing by Seiten::PagesController#show as HTML
|
3913
|
+
Parameters: {"page"=>"about/our-team"}
|
3914
|
+
Completed 200 OK in 109ms (Views: 107.5ms | ActiveRecord: 0.0ms)
|
3915
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3916
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3917
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3918
|
+
Processing by Seiten::PagesController#show as HTML
|
3919
|
+
Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.0ms)
|
3920
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3921
|
+
Processing by Seiten::PagesController#show as HTML
|
3922
|
+
Parameters: {"page"=>"contact"}
|
3923
|
+
Completed 200 OK in 72ms (Views: 70.2ms | ActiveRecord: 0.0ms)
|
3924
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3925
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3926
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3927
|
+
Processing by Seiten::PagesController#show as HTML
|
3928
|
+
Completed 200 OK in 54ms (Views: 52.5ms | ActiveRecord: 0.0ms)
|
3929
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3930
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3931
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3932
|
+
Processing by Seiten::PagesController#show as HTML
|
3933
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3934
|
+
Completed 200 OK in 99ms (Views: 97.4ms | ActiveRecord: 0.0ms)
|
3935
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3936
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3937
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:09:58 +0200
|
3938
|
+
Processing by Seiten::PagesController#show as HTML
|
3939
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
3940
|
+
Completed 200 OK in 119ms (Views: 117.9ms | ActiveRecord: 0.0ms)
|
3941
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:09:59 +0200
|
3942
|
+
Processing by Seiten::PagesController#show as HTML
|
3943
|
+
Parameters: {"page"=>"about/our-team"}
|
3944
|
+
Completed 200 OK in 107ms (Views: 105.6ms | ActiveRecord: 0.0ms)
|
3945
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3946
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3947
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:09:59 +0200
|
3948
|
+
Processing by Seiten::PagesController#show as HTML
|
3949
|
+
Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms)
|
3950
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:09:59 +0200
|
3951
|
+
Processing by Seiten::PagesController#show as HTML
|
3952
|
+
Parameters: {"page"=>"products/web-development"}
|
3953
|
+
Completed 200 OK in 98ms (Views: 71.9ms | ActiveRecord: 0.0ms)
|
3954
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3955
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3956
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:09:59 +0200
|
3957
|
+
Processing by Seiten::PagesController#show as HTML
|
3958
|
+
Parameters: {"page"=>"about/partners"}
|
3959
|
+
Completed 200 OK in 91ms (Views: 89.2ms | ActiveRecord: 0.0ms)
|
3960
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3961
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3962
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:09:59 +0200
|
3963
|
+
Processing by PagesController#secret as HTML
|
3964
|
+
Completed 200 OK in 29ms (Views: 28.7ms | ActiveRecord: 0.0ms)
|
3965
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3966
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3967
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:09:59 +0200
|
3968
|
+
Processing by Seiten::PagesController#show as HTML
|
3969
|
+
Parameters: {"page"=>"about/partners"}
|
3970
|
+
Completed 200 OK in 115ms (Views: 113.4ms | ActiveRecord: 0.0ms)
|
3971
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3972
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3973
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
3974
|
+
Connecting to database specified by database.yml
|
3975
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
3976
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
3977
|
+
Processing by Seiten::PagesController#show as HTML
|
3978
|
+
Parameters: {"page"=>"contact"}
|
3979
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
3980
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/products (1.9ms)
|
3981
|
+
Completed 200 OK in 77ms (Views: 75.6ms | ActiveRecord: 0.0ms)
|
3982
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3983
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3984
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
3985
|
+
Processing by Seiten::PagesController#show as HTML
|
3986
|
+
Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
3987
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3988
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3989
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
3990
|
+
Processing by Seiten::PagesController#show as HTML
|
3991
|
+
Parameters: {"page"=>"products/logo-design"}
|
3992
|
+
Completed 200 OK in 102ms (Views: 101.1ms | ActiveRecord: 0.0ms)
|
3993
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3994
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3995
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
3996
|
+
Processing by Seiten::PagesController#show as HTML
|
3997
|
+
Completed 200 OK in 54ms (Views: 53.0ms | ActiveRecord: 0.0ms)
|
3998
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
3999
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4000
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
4001
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
4002
|
+
Processing by Seiten::PagesController#show as HTML
|
4003
|
+
Parameters: {"page"=>"about/our-team"}
|
4004
|
+
Completed 200 OK in 108ms (Views: 106.8ms | ActiveRecord: 0.0ms)
|
4005
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4006
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4007
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
4008
|
+
Processing by Seiten::PagesController#show as HTML
|
4009
|
+
Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.0ms)
|
4010
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
4011
|
+
Processing by Seiten::PagesController#show as HTML
|
4012
|
+
Parameters: {"page"=>"contact"}
|
4013
|
+
Completed 200 OK in 70ms (Views: 68.5ms | ActiveRecord: 0.0ms)
|
4014
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4015
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4016
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
4017
|
+
Processing by Seiten::PagesController#show as HTML
|
4018
|
+
Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.0ms)
|
4019
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4020
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4021
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:18:25 +0200
|
4022
|
+
Processing by Seiten::PagesController#show as HTML
|
4023
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4024
|
+
Completed 200 OK in 95ms (Views: 93.9ms | ActiveRecord: 0.0ms)
|
4025
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4027
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4028
|
+
Processing by Seiten::PagesController#show as HTML
|
4029
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4030
|
+
Completed 200 OK in 117ms (Views: 116.0ms | ActiveRecord: 0.0ms)
|
4031
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4032
|
+
Processing by Seiten::PagesController#show as HTML
|
4033
|
+
Parameters: {"page"=>"about/our-team"}
|
4034
|
+
Completed 200 OK in 105ms (Views: 103.8ms | ActiveRecord: 0.0ms)
|
4035
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4036
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4037
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4038
|
+
Processing by Seiten::PagesController#show as HTML
|
4039
|
+
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms)
|
4040
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4041
|
+
Processing by Seiten::PagesController#show as HTML
|
4042
|
+
Parameters: {"page"=>"products/web-development"}
|
4043
|
+
Completed 200 OK in 97ms (Views: 69.9ms | ActiveRecord: 0.0ms)
|
4044
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4046
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4047
|
+
Processing by Seiten::PagesController#show as HTML
|
4048
|
+
Parameters: {"page"=>"about/partners"}
|
4049
|
+
Completed 200 OK in 88ms (Views: 86.9ms | ActiveRecord: 0.0ms)
|
4050
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4051
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4052
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4053
|
+
Processing by PagesController#secret as HTML
|
4054
|
+
Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.0ms)
|
4055
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4057
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:18:26 +0200
|
4058
|
+
Processing by Seiten::PagesController#show as HTML
|
4059
|
+
Parameters: {"page"=>"about/partners"}
|
4060
|
+
Completed 200 OK in 117ms (Views: 115.4ms | ActiveRecord: 0.0ms)
|
4061
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4062
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4063
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4064
|
+
Connecting to database specified by database.yml
|
4065
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4066
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4067
|
+
Processing by Seiten::PagesController#show as HTML
|
4068
|
+
Parameters: {"page"=>"contact"}
|
4069
|
+
Rendered app/pages/contact.html.erb (0.2ms)
|
4070
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/products (1.7ms)
|
4071
|
+
Completed 200 OK in 77ms (Views: 75.5ms | ActiveRecord: 0.0ms)
|
4072
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4073
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4074
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4075
|
+
Processing by Seiten::PagesController#show as HTML
|
4076
|
+
Completed 200 OK in 56ms (Views: 54.1ms | ActiveRecord: 0.0ms)
|
4077
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4078
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4079
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4080
|
+
Processing by Seiten::PagesController#show as HTML
|
4081
|
+
Parameters: {"page"=>"products/logo-design"}
|
4082
|
+
Completed 200 OK in 103ms (Views: 101.2ms | ActiveRecord: 0.0ms)
|
4083
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4084
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4085
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4086
|
+
Processing by Seiten::PagesController#show as HTML
|
4087
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.0ms)
|
4088
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4089
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4090
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4091
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4092
|
+
Processing by Seiten::PagesController#show as HTML
|
4093
|
+
Parameters: {"page"=>"about/our-team"}
|
4094
|
+
Completed 200 OK in 110ms (Views: 108.4ms | ActiveRecord: 0.0ms)
|
4095
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4096
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4097
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4098
|
+
Processing by Seiten::PagesController#show as HTML
|
4099
|
+
Completed 200 OK in 55ms (Views: 53.3ms | ActiveRecord: 0.0ms)
|
4100
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4101
|
+
Processing by Seiten::PagesController#show as HTML
|
4102
|
+
Parameters: {"page"=>"contact"}
|
4103
|
+
Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.0ms)
|
4104
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4106
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4107
|
+
Processing by Seiten::PagesController#show as HTML
|
4108
|
+
Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.0ms)
|
4109
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4111
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:21:06 +0200
|
4112
|
+
Processing by Seiten::PagesController#show as HTML
|
4113
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4114
|
+
Completed 200 OK in 98ms (Views: 96.2ms | ActiveRecord: 0.0ms)
|
4115
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4117
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4118
|
+
Processing by Seiten::PagesController#show as HTML
|
4119
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4120
|
+
Completed 200 OK in 119ms (Views: 117.3ms | ActiveRecord: 0.0ms)
|
4121
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4122
|
+
Processing by Seiten::PagesController#show as HTML
|
4123
|
+
Parameters: {"page"=>"about/our-team"}
|
4124
|
+
Completed 200 OK in 108ms (Views: 106.6ms | ActiveRecord: 0.0ms)
|
4125
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4126
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4127
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4128
|
+
Processing by Seiten::PagesController#show as HTML
|
4129
|
+
Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.0ms)
|
4130
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4131
|
+
Processing by Seiten::PagesController#show as HTML
|
4132
|
+
Parameters: {"page"=>"products/web-development"}
|
4133
|
+
Completed 200 OK in 102ms (Views: 74.7ms | ActiveRecord: 0.0ms)
|
4134
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4135
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4136
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4137
|
+
Processing by Seiten::PagesController#show as HTML
|
4138
|
+
Parameters: {"page"=>"about/partners"}
|
4139
|
+
Completed 200 OK in 90ms (Views: 88.5ms | ActiveRecord: 0.0ms)
|
4140
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4142
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4143
|
+
Processing by PagesController#secret as HTML
|
4144
|
+
Completed 200 OK in 29ms (Views: 28.4ms | ActiveRecord: 0.0ms)
|
4145
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4146
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4147
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:21:07 +0200
|
4148
|
+
Processing by Seiten::PagesController#show as HTML
|
4149
|
+
Parameters: {"page"=>"about/partners"}
|
4150
|
+
Completed 200 OK in 115ms (Views: 114.0ms | ActiveRecord: 0.0ms)
|
4151
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4152
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4153
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4154
|
+
Connecting to database specified by database.yml
|
4155
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4156
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 12:24:01 +0200
|
4157
|
+
Processing by Seiten::PagesController#show as HTML
|
4158
|
+
Parameters: {"page"=>"about/works"}
|
4159
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4160
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
4161
|
+
Completed 200 OK in 75ms (Views: 73.9ms | ActiveRecord: 0.0ms)
|
4162
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4164
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:24:01 +0200
|
4165
|
+
Processing by Seiten::PagesController#show as HTML
|
4166
|
+
Completed 200 OK in 53ms (Views: 51.6ms | ActiveRecord: 0.0ms)
|
4167
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4169
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:24:01 +0200
|
4170
|
+
Processing by Seiten::PagesController#show as HTML
|
4171
|
+
Parameters: {"page"=>"products/logo-design"}
|
4172
|
+
Completed 200 OK in 95ms (Views: 94.0ms | ActiveRecord: 0.0ms)
|
4173
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4174
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4175
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4176
|
+
Processing by Seiten::PagesController#show as HTML
|
4177
|
+
Completed 200 OK in 51ms (Views: 49.1ms | ActiveRecord: 0.0ms)
|
4178
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4179
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4180
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4181
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4182
|
+
Processing by Seiten::PagesController#show as HTML
|
4183
|
+
Parameters: {"page"=>"about/our-team"}
|
4184
|
+
Completed 200 OK in 107ms (Views: 105.4ms | ActiveRecord: 0.0ms)
|
4185
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4186
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4187
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4188
|
+
Processing by Seiten::PagesController#show as HTML
|
4189
|
+
Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms)
|
4190
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4191
|
+
Processing by Seiten::PagesController#show as HTML
|
4192
|
+
Parameters: {"page"=>"contact"}
|
4193
|
+
Completed 200 OK in 70ms (Views: 68.3ms | ActiveRecord: 0.0ms)
|
4194
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4195
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4196
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4197
|
+
Processing by Seiten::PagesController#show as HTML
|
4198
|
+
Completed 200 OK in 51ms (Views: 49.3ms | ActiveRecord: 0.0ms)
|
4199
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4200
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4201
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4202
|
+
Processing by Seiten::PagesController#show as HTML
|
4203
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4204
|
+
Completed 200 OK in 93ms (Views: 91.4ms | ActiveRecord: 0.0ms)
|
4205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4207
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4208
|
+
Processing by Seiten::PagesController#show as HTML
|
4209
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4210
|
+
Completed 200 OK in 115ms (Views: 113.3ms | ActiveRecord: 0.0ms)
|
4211
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4212
|
+
Processing by Seiten::PagesController#show as HTML
|
4213
|
+
Parameters: {"page"=>"about/our-team"}
|
4214
|
+
Completed 200 OK in 102ms (Views: 100.5ms | ActiveRecord: 0.0ms)
|
4215
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4217
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4218
|
+
Processing by Seiten::PagesController#show as HTML
|
4219
|
+
Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.0ms)
|
4220
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:24:02 +0200
|
4221
|
+
Processing by Seiten::PagesController#show as HTML
|
4222
|
+
Parameters: {"page"=>"products/web-development"}
|
4223
|
+
Completed 200 OK in 95ms (Views: 68.1ms | ActiveRecord: 0.0ms)
|
4224
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4225
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4226
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:24:03 +0200
|
4227
|
+
Processing by Seiten::PagesController#show as HTML
|
4228
|
+
Parameters: {"page"=>"about/partners"}
|
4229
|
+
Completed 200 OK in 86ms (Views: 84.2ms | ActiveRecord: 0.0ms)
|
4230
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4231
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4232
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:24:03 +0200
|
4233
|
+
Processing by PagesController#secret as HTML
|
4234
|
+
Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)
|
4235
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4236
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4237
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:24:03 +0200
|
4238
|
+
Processing by Seiten::PagesController#show as HTML
|
4239
|
+
Parameters: {"page"=>"about/partners"}
|
4240
|
+
Completed 200 OK in 111ms (Views: 109.7ms | ActiveRecord: 0.0ms)
|
4241
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4242
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4243
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4244
|
+
Connecting to database specified by database.yml
|
4245
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4246
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4247
|
+
Processing by Seiten::PagesController#show as HTML
|
4248
|
+
Parameters: {"page"=>"about/works"}
|
4249
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4250
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
4251
|
+
Completed 200 OK in 77ms (Views: 75.4ms | ActiveRecord: 0.0ms)
|
4252
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4253
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4254
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4255
|
+
Processing by Seiten::PagesController#show as HTML
|
4256
|
+
Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.0ms)
|
4257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4258
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4259
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4260
|
+
Processing by Seiten::PagesController#show as HTML
|
4261
|
+
Parameters: {"page"=>"products/logo-design"}
|
4262
|
+
Completed 200 OK in 96ms (Views: 94.9ms | ActiveRecord: 0.0ms)
|
4263
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4264
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4265
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4266
|
+
Processing by Seiten::PagesController#show as HTML
|
4267
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4268
|
+
Completed 200 OK in 115ms (Views: 114.1ms | ActiveRecord: 0.0ms)
|
4269
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4270
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4271
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4272
|
+
Processing by Seiten::PagesController#show as HTML
|
4273
|
+
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
4274
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4275
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4276
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4277
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4278
|
+
Processing by Seiten::PagesController#show as HTML
|
4279
|
+
Parameters: {"page"=>"about/our-team"}
|
4280
|
+
Completed 200 OK in 106ms (Views: 104.5ms | ActiveRecord: 0.0ms)
|
4281
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4282
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4283
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4284
|
+
Processing by Seiten::PagesController#show as HTML
|
4285
|
+
Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms)
|
4286
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:25:26 +0200
|
4287
|
+
Processing by Seiten::PagesController#show as HTML
|
4288
|
+
Parameters: {"page"=>"contact"}
|
4289
|
+
Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.0ms)
|
4290
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4291
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4292
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4293
|
+
Processing by Seiten::PagesController#show as HTML
|
4294
|
+
Completed 200 OK in 52ms (Views: 50.2ms | ActiveRecord: 0.0ms)
|
4295
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4296
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4297
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4298
|
+
Processing by Seiten::PagesController#show as HTML
|
4299
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4300
|
+
Completed 200 OK in 115ms (Views: 113.9ms | ActiveRecord: 0.0ms)
|
4301
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4302
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4303
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4304
|
+
Processing by Seiten::PagesController#show as HTML
|
4305
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4306
|
+
Completed 200 OK in 115ms (Views: 113.6ms | ActiveRecord: 0.0ms)
|
4307
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4308
|
+
Processing by Seiten::PagesController#show as HTML
|
4309
|
+
Parameters: {"page"=>"about/our-team"}
|
4310
|
+
Completed 200 OK in 102ms (Views: 101.0ms | ActiveRecord: 0.0ms)
|
4311
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4313
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4314
|
+
Processing by Seiten::PagesController#show as HTML
|
4315
|
+
Completed 200 OK in 51ms (Views: 50.0ms | ActiveRecord: 0.0ms)
|
4316
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4317
|
+
Processing by Seiten::PagesController#show as HTML
|
4318
|
+
Parameters: {"page"=>"products/web-development"}
|
4319
|
+
Completed 200 OK in 70ms (Views: 68.4ms | ActiveRecord: 0.0ms)
|
4320
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4322
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4323
|
+
Processing by Seiten::PagesController#show as HTML
|
4324
|
+
Parameters: {"page"=>"about/partners"}
|
4325
|
+
Completed 200 OK in 110ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
4326
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4327
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4328
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4329
|
+
Processing by PagesController#secret as HTML
|
4330
|
+
Completed 200 OK in 28ms (Views: 27.5ms | ActiveRecord: 0.0ms)
|
4331
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4332
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4333
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:25:27 +0200
|
4334
|
+
Processing by Seiten::PagesController#show as HTML
|
4335
|
+
Parameters: {"page"=>"about/partners"}
|
4336
|
+
Completed 200 OK in 86ms (Views: 84.3ms | ActiveRecord: 0.0ms)
|
4337
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4338
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4339
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4340
|
+
Connecting to database specified by database.yml
|
4341
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4342
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 12:27:56 +0200
|
4343
|
+
Processing by Seiten::PagesController#show as HTML
|
4344
|
+
Parameters: {"page"=>"about/works"}
|
4345
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4346
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
4347
|
+
Completed 200 OK in 78ms (Views: 75.9ms | ActiveRecord: 0.0ms)
|
4348
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4349
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4350
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:27:56 +0200
|
4351
|
+
Processing by Seiten::PagesController#show as HTML
|
4352
|
+
Completed 200 OK in 54ms (Views: 52.8ms | ActiveRecord: 0.0ms)
|
4353
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4354
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4355
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4356
|
+
Processing by Seiten::PagesController#show as HTML
|
4357
|
+
Parameters: {"page"=>"products/logo-design"}
|
4358
|
+
Completed 200 OK in 98ms (Views: 97.1ms | ActiveRecord: 0.0ms)
|
4359
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4360
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4361
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4362
|
+
Processing by Seiten::PagesController#show as HTML
|
4363
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4364
|
+
Completed 200 OK in 118ms (Views: 117.0ms | ActiveRecord: 0.0ms)
|
4365
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4367
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4368
|
+
Processing by Seiten::PagesController#show as HTML
|
4369
|
+
Completed 200 OK in 53ms (Views: 51.0ms | ActiveRecord: 0.0ms)
|
4370
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4371
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4372
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4373
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4374
|
+
Processing by Seiten::PagesController#show as HTML
|
4375
|
+
Parameters: {"page"=>"about/our-team"}
|
4376
|
+
Completed 200 OK in 109ms (Views: 107.5ms | ActiveRecord: 0.0ms)
|
4377
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4379
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4380
|
+
Processing by Seiten::PagesController#show as HTML
|
4381
|
+
Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.0ms)
|
4382
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4383
|
+
Processing by Seiten::PagesController#show as HTML
|
4384
|
+
Parameters: {"page"=>"contact"}
|
4385
|
+
Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.0ms)
|
4386
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4388
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4389
|
+
Processing by Seiten::PagesController#show as HTML
|
4390
|
+
Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.0ms)
|
4391
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4392
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4393
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4394
|
+
Processing by Seiten::PagesController#show as HTML
|
4395
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4396
|
+
Completed 200 OK in 118ms (Views: 116.7ms | ActiveRecord: 0.0ms)
|
4397
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4399
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4400
|
+
Processing by Seiten::PagesController#show as HTML
|
4401
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4402
|
+
Completed 200 OK in 118ms (Views: 116.5ms | ActiveRecord: 0.0ms)
|
4403
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:27:57 +0200
|
4404
|
+
Processing by Seiten::PagesController#show as HTML
|
4405
|
+
Parameters: {"page"=>"about/our-team"}
|
4406
|
+
Completed 200 OK in 104ms (Views: 102.7ms | ActiveRecord: 0.0ms)
|
4407
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4408
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4409
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:27:58 +0200
|
4410
|
+
Processing by Seiten::PagesController#show as HTML
|
4411
|
+
Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.0ms)
|
4412
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:27:58 +0200
|
4413
|
+
Processing by Seiten::PagesController#show as HTML
|
4414
|
+
Parameters: {"page"=>"products/web-development"}
|
4415
|
+
Completed 200 OK in 71ms (Views: 69.7ms | ActiveRecord: 0.0ms)
|
4416
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4417
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4418
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:27:58 +0200
|
4419
|
+
Processing by Seiten::PagesController#show as HTML
|
4420
|
+
Parameters: {"page"=>"about/partners"}
|
4421
|
+
Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.0ms)
|
4422
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4423
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4424
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:27:58 +0200
|
4425
|
+
Processing by PagesController#secret as HTML
|
4426
|
+
Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.0ms)
|
4427
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4428
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4429
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:27:58 +0200
|
4430
|
+
Processing by Seiten::PagesController#show as HTML
|
4431
|
+
Parameters: {"page"=>"about/partners"}
|
4432
|
+
Completed 200 OK in 87ms (Views: 85.8ms | ActiveRecord: 0.0ms)
|
4433
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4434
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4435
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4436
|
+
Connecting to database specified by database.yml
|
4437
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4438
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4439
|
+
Processing by Seiten::PagesController#show as HTML
|
4440
|
+
Parameters: {"page"=>"about/works"}
|
4441
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4442
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
4443
|
+
Completed 200 OK in 77ms (Views: 75.0ms | ActiveRecord: 0.0ms)
|
4444
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4445
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4446
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4447
|
+
Processing by Seiten::PagesController#show as HTML
|
4448
|
+
Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.0ms)
|
4449
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4450
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4451
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4452
|
+
Processing by Seiten::PagesController#show as HTML
|
4453
|
+
Parameters: {"page"=>"products/logo-design"}
|
4454
|
+
Completed 200 OK in 97ms (Views: 95.5ms | ActiveRecord: 0.0ms)
|
4455
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4456
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4457
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4458
|
+
Processing by Seiten::PagesController#show as HTML
|
4459
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4460
|
+
Completed 200 OK in 117ms (Views: 115.7ms | ActiveRecord: 0.0ms)
|
4461
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4462
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4463
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4464
|
+
Processing by Seiten::PagesController#show as HTML
|
4465
|
+
Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.0ms)
|
4466
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4467
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4468
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4469
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4470
|
+
Processing by Seiten::PagesController#show as HTML
|
4471
|
+
Parameters: {"page"=>"about/our-team"}
|
4472
|
+
Completed 200 OK in 110ms (Views: 108.1ms | ActiveRecord: 0.0ms)
|
4473
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4474
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4475
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4476
|
+
Processing by Seiten::PagesController#show as HTML
|
4477
|
+
Completed 200 OK in 53ms (Views: 51.4ms | ActiveRecord: 0.0ms)
|
4478
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4479
|
+
Processing by Seiten::PagesController#show as HTML
|
4480
|
+
Parameters: {"page"=>"contact"}
|
4481
|
+
Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.0ms)
|
4482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4483
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4484
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4485
|
+
Processing by Seiten::PagesController#show as HTML
|
4486
|
+
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
4487
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4488
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4489
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:58:06 +0200
|
4490
|
+
Processing by Seiten::PagesController#show as HTML
|
4491
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4492
|
+
Completed 200 OK in 119ms (Views: 118.1ms | ActiveRecord: 0.0ms)
|
4493
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4494
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4495
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4496
|
+
Processing by Seiten::PagesController#show as HTML
|
4497
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4498
|
+
Completed 200 OK in 118ms (Views: 116.8ms | ActiveRecord: 0.0ms)
|
4499
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4500
|
+
Processing by Seiten::PagesController#show as HTML
|
4501
|
+
Parameters: {"page"=>"about/our-team"}
|
4502
|
+
Completed 200 OK in 107ms (Views: 105.4ms | ActiveRecord: 0.0ms)
|
4503
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4504
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4505
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4506
|
+
Processing by Seiten::PagesController#show as HTML
|
4507
|
+
Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.0ms)
|
4508
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4509
|
+
Processing by Seiten::PagesController#show as HTML
|
4510
|
+
Parameters: {"page"=>"products/web-development"}
|
4511
|
+
Completed 200 OK in 72ms (Views: 70.6ms | ActiveRecord: 0.0ms)
|
4512
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4513
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4514
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4515
|
+
Processing by Seiten::PagesController#show as HTML
|
4516
|
+
Parameters: {"page"=>"about/partners"}
|
4517
|
+
Completed 200 OK in 117ms (Views: 115.7ms | ActiveRecord: 0.0ms)
|
4518
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4520
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4521
|
+
Processing by PagesController#secret as HTML
|
4522
|
+
Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.0ms)
|
4523
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4525
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:58:07 +0200
|
4526
|
+
Processing by Seiten::PagesController#show as HTML
|
4527
|
+
Parameters: {"page"=>"about/partners"}
|
4528
|
+
Completed 200 OK in 88ms (Views: 86.9ms | ActiveRecord: 0.0ms)
|
4529
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4530
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4531
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4532
|
+
Connecting to database specified by database.yml
|
4533
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4534
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4535
|
+
Processing by Seiten::PagesController#show as HTML
|
4536
|
+
Parameters: {"page"=>"about/works"}
|
4537
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4538
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
4539
|
+
Completed 200 OK in 78ms (Views: 76.2ms | ActiveRecord: 0.0ms)
|
4540
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4541
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4542
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4543
|
+
Processing by Seiten::PagesController#show as HTML
|
4544
|
+
Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.0ms)
|
4545
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4546
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4547
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4548
|
+
Processing by Seiten::PagesController#show as HTML
|
4549
|
+
Parameters: {"page"=>"products/logo-design"}
|
4550
|
+
Completed 200 OK in 97ms (Views: 96.0ms | ActiveRecord: 0.0ms)
|
4551
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4552
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4553
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4554
|
+
Processing by Seiten::PagesController#show as HTML
|
4555
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4556
|
+
Completed 200 OK in 119ms (Views: 117.7ms | ActiveRecord: 0.0ms)
|
4557
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4558
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4559
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4560
|
+
Processing by Seiten::PagesController#show as HTML
|
4561
|
+
Completed 200 OK in 52ms (Views: 50.4ms | ActiveRecord: 0.0ms)
|
4562
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4564
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4565
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4566
|
+
Processing by Seiten::PagesController#show as HTML
|
4567
|
+
Parameters: {"page"=>"about/our-team"}
|
4568
|
+
Completed 200 OK in 107ms (Views: 105.6ms | ActiveRecord: 0.0ms)
|
4569
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4570
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4571
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4572
|
+
Processing by Seiten::PagesController#show as HTML
|
4573
|
+
Completed 200 OK in 53ms (Views: 51.6ms | ActiveRecord: 0.0ms)
|
4574
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4575
|
+
Processing by Seiten::PagesController#show as HTML
|
4576
|
+
Parameters: {"page"=>"contact"}
|
4577
|
+
Completed 200 OK in 73ms (Views: 71.3ms | ActiveRecord: 0.0ms)
|
4578
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4579
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4580
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4581
|
+
Processing by Seiten::PagesController#show as HTML
|
4582
|
+
Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.0ms)
|
4583
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4584
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4585
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:59:48 +0200
|
4586
|
+
Processing by Seiten::PagesController#show as HTML
|
4587
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4588
|
+
Completed 200 OK in 118ms (Views: 116.5ms | ActiveRecord: 0.0ms)
|
4589
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4590
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4591
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4592
|
+
Processing by Seiten::PagesController#show as HTML
|
4593
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4594
|
+
Completed 200 OK in 119ms (Views: 117.2ms | ActiveRecord: 0.0ms)
|
4595
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4596
|
+
Processing by Seiten::PagesController#show as HTML
|
4597
|
+
Parameters: {"page"=>"about/our-team"}
|
4598
|
+
Completed 200 OK in 106ms (Views: 104.3ms | ActiveRecord: 0.0ms)
|
4599
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4600
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4601
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4602
|
+
Processing by Seiten::PagesController#show as HTML
|
4603
|
+
Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.0ms)
|
4604
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4605
|
+
Processing by Seiten::PagesController#show as HTML
|
4606
|
+
Parameters: {"page"=>"products/web-development"}
|
4607
|
+
Completed 200 OK in 71ms (Views: 69.4ms | ActiveRecord: 0.0ms)
|
4608
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4609
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4610
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4611
|
+
Processing by Seiten::PagesController#show as HTML
|
4612
|
+
Parameters: {"page"=>"about/partners"}
|
4613
|
+
Completed 200 OK in 110ms (Views: 109.1ms | ActiveRecord: 0.0ms)
|
4614
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4616
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4617
|
+
Processing by PagesController#secret as HTML
|
4618
|
+
Completed 200 OK in 28ms (Views: 28.0ms | ActiveRecord: 0.0ms)
|
4619
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4620
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4621
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 12:59:49 +0200
|
4622
|
+
Processing by Seiten::PagesController#show as HTML
|
4623
|
+
Parameters: {"page"=>"about/partners"}
|
4624
|
+
Completed 200 OK in 87ms (Views: 85.6ms | ActiveRecord: 0.0ms)
|
4625
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4626
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4627
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4628
|
+
Connecting to database specified by database.yml
|
4629
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4630
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:01:09 +0200
|
4631
|
+
Processing by Seiten::PagesController#show as HTML
|
4632
|
+
Parameters: {"page"=>"about/works"}
|
4633
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4634
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
4635
|
+
Completed 200 OK in 78ms (Views: 76.3ms | ActiveRecord: 0.0ms)
|
4636
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4637
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4638
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:01:09 +0200
|
4639
|
+
Processing by Seiten::PagesController#show as HTML
|
4640
|
+
Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.0ms)
|
4641
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4642
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4643
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:01:09 +0200
|
4644
|
+
Processing by Seiten::PagesController#show as HTML
|
4645
|
+
Parameters: {"page"=>"products/logo-design"}
|
4646
|
+
Completed 200 OK in 97ms (Views: 96.0ms | ActiveRecord: 0.0ms)
|
4647
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4648
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4649
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:01:09 +0200
|
4650
|
+
Processing by Seiten::PagesController#show as HTML
|
4651
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4652
|
+
Completed 200 OK in 118ms (Views: 116.4ms | ActiveRecord: 0.0ms)
|
4653
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4654
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4655
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:01:09 +0200
|
4656
|
+
Processing by Seiten::PagesController#show as HTML
|
4657
|
+
Completed 200 OK in 52ms (Views: 50.2ms | ActiveRecord: 0.0ms)
|
4658
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4659
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4660
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4661
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4662
|
+
Processing by Seiten::PagesController#show as HTML
|
4663
|
+
Parameters: {"page"=>"about/our-team"}
|
4664
|
+
Completed 200 OK in 108ms (Views: 106.3ms | ActiveRecord: 0.0ms)
|
4665
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4666
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4667
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4668
|
+
Processing by Seiten::PagesController#show as HTML
|
4669
|
+
Completed 200 OK in 53ms (Views: 51.5ms | ActiveRecord: 0.0ms)
|
4670
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4671
|
+
Processing by Seiten::PagesController#show as HTML
|
4672
|
+
Parameters: {"page"=>"contact"}
|
4673
|
+
Completed 200 OK in 72ms (Views: 70.8ms | ActiveRecord: 0.0ms)
|
4674
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4675
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4676
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4677
|
+
Processing by Seiten::PagesController#show as HTML
|
4678
|
+
Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.0ms)
|
4679
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4680
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4681
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4682
|
+
Processing by Seiten::PagesController#show as HTML
|
4683
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4684
|
+
Completed 200 OK in 121ms (Views: 119.4ms | ActiveRecord: 0.0ms)
|
4685
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4686
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4687
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4688
|
+
Processing by Seiten::PagesController#show as HTML
|
4689
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4690
|
+
Completed 200 OK in 117ms (Views: 116.0ms | ActiveRecord: 0.0ms)
|
4691
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4692
|
+
Processing by Seiten::PagesController#show as HTML
|
4693
|
+
Parameters: {"page"=>"about/our-team"}
|
4694
|
+
Completed 200 OK in 105ms (Views: 103.5ms | ActiveRecord: 0.0ms)
|
4695
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4696
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4697
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4698
|
+
Processing by Seiten::PagesController#show as HTML
|
4699
|
+
Completed 200 OK in 52ms (Views: 51.1ms | ActiveRecord: 0.0ms)
|
4700
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4701
|
+
Processing by Seiten::PagesController#show as HTML
|
4702
|
+
Parameters: {"page"=>"products/web-development"}
|
4703
|
+
Completed 200 OK in 73ms (Views: 71.5ms | ActiveRecord: 0.0ms)
|
4704
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4705
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4706
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:01:10 +0200
|
4707
|
+
Processing by Seiten::PagesController#show as HTML
|
4708
|
+
Parameters: {"page"=>"about/partners"}
|
4709
|
+
Completed 200 OK in 111ms (Views: 110.1ms | ActiveRecord: 0.0ms)
|
4710
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4711
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4712
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:01:11 +0200
|
4713
|
+
Processing by PagesController#secret as HTML
|
4714
|
+
Completed 200 OK in 29ms (Views: 28.8ms | ActiveRecord: 0.0ms)
|
4715
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4716
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4717
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:01:11 +0200
|
4718
|
+
Processing by Seiten::PagesController#show as HTML
|
4719
|
+
Parameters: {"page"=>"about/partners"}
|
4720
|
+
Completed 200 OK in 87ms (Views: 85.8ms | ActiveRecord: 0.0ms)
|
4721
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4722
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4723
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4724
|
+
Connecting to database specified by database.yml
|
4725
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4726
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:03:46 +0200
|
4727
|
+
Processing by Seiten::PagesController#show as HTML
|
4728
|
+
Parameters: {"page"=>"about/works"}
|
4729
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4730
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
4731
|
+
Completed 200 OK in 81ms (Views: 79.2ms | ActiveRecord: 0.0ms)
|
4732
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4733
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4734
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:03:46 +0200
|
4735
|
+
Processing by Seiten::PagesController#show as HTML
|
4736
|
+
Completed 200 OK in 61ms (Views: 59.2ms | ActiveRecord: 0.0ms)
|
4737
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4738
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4739
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:03:46 +0200
|
4740
|
+
Processing by Seiten::PagesController#show as HTML
|
4741
|
+
Parameters: {"page"=>"products/logo-design"}
|
4742
|
+
Completed 200 OK in 115ms (Views: 113.9ms | ActiveRecord: 0.0ms)
|
4743
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4744
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4745
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:03:46 +0200
|
4746
|
+
Processing by Seiten::PagesController#show as HTML
|
4747
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4748
|
+
Completed 200 OK in 127ms (Views: 125.0ms | ActiveRecord: 0.0ms)
|
4749
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4750
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4751
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:03:46 +0200
|
4752
|
+
Processing by Seiten::PagesController#show as HTML
|
4753
|
+
Completed 200 OK in 55ms (Views: 53.1ms | ActiveRecord: 0.0ms)
|
4754
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4755
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4756
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4757
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4758
|
+
Processing by Seiten::PagesController#show as HTML
|
4759
|
+
Parameters: {"page"=>"about/our-team"}
|
4760
|
+
Completed 200 OK in 115ms (Views: 113.5ms | ActiveRecord: 0.0ms)
|
4761
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4762
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4763
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4764
|
+
Processing by Seiten::PagesController#show as HTML
|
4765
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.0ms)
|
4766
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4767
|
+
Processing by Seiten::PagesController#show as HTML
|
4768
|
+
Parameters: {"page"=>"contact"}
|
4769
|
+
Completed 200 OK in 77ms (Views: 76.0ms | ActiveRecord: 0.0ms)
|
4770
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4771
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4772
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4773
|
+
Processing by Seiten::PagesController#show as HTML
|
4774
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.0ms)
|
4775
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4776
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4777
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4778
|
+
Processing by Seiten::PagesController#show as HTML
|
4779
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4780
|
+
Completed 200 OK in 125ms (Views: 123.9ms | ActiveRecord: 0.0ms)
|
4781
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4782
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4783
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4784
|
+
Processing by Seiten::PagesController#show as HTML
|
4785
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4786
|
+
Completed 200 OK in 126ms (Views: 124.9ms | ActiveRecord: 0.0ms)
|
4787
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4788
|
+
Processing by Seiten::PagesController#show as HTML
|
4789
|
+
Parameters: {"page"=>"about/our-team"}
|
4790
|
+
Completed 200 OK in 113ms (Views: 111.3ms | ActiveRecord: 0.0ms)
|
4791
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4792
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4793
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4794
|
+
Processing by Seiten::PagesController#show as HTML
|
4795
|
+
Completed 200 OK in 56ms (Views: 54.7ms | ActiveRecord: 0.0ms)
|
4796
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4797
|
+
Processing by Seiten::PagesController#show as HTML
|
4798
|
+
Parameters: {"page"=>"products/web-development"}
|
4799
|
+
Completed 200 OK in 77ms (Views: 75.3ms | ActiveRecord: 0.0ms)
|
4800
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4801
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4802
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:03:47 +0200
|
4803
|
+
Processing by Seiten::PagesController#show as HTML
|
4804
|
+
Parameters: {"page"=>"about/partners"}
|
4805
|
+
Completed 200 OK in 115ms (Views: 113.7ms | ActiveRecord: 0.0ms)
|
4806
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4807
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4808
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:03:48 +0200
|
4809
|
+
Processing by PagesController#secret as HTML
|
4810
|
+
Completed 200 OK in 56ms (Views: 55.5ms | ActiveRecord: 0.0ms)
|
4811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4813
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:03:48 +0200
|
4814
|
+
Processing by Seiten::PagesController#show as HTML
|
4815
|
+
Parameters: {"page"=>"about/partners"}
|
4816
|
+
Completed 200 OK in 117ms (Views: 115.2ms | ActiveRecord: 0.0ms)
|
4817
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4818
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4819
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4820
|
+
Connecting to database specified by database.yml
|
4821
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4822
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4823
|
+
Processing by Seiten::PagesController#show as HTML
|
4824
|
+
Parameters: {"page"=>"about/works"}
|
4825
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4826
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
4827
|
+
Completed 200 OK in 83ms (Views: 81.7ms | ActiveRecord: 0.0ms)
|
4828
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4829
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4830
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4831
|
+
Processing by Seiten::PagesController#show as HTML
|
4832
|
+
Completed 200 OK in 57ms (Views: 55.5ms | ActiveRecord: 0.0ms)
|
4833
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4834
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4835
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4836
|
+
Processing by Seiten::PagesController#show as HTML
|
4837
|
+
Parameters: {"page"=>"products/logo-design"}
|
4838
|
+
Completed 200 OK in 104ms (Views: 102.9ms | ActiveRecord: 0.0ms)
|
4839
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4840
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4841
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4842
|
+
Processing by Seiten::PagesController#show as HTML
|
4843
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4844
|
+
Completed 200 OK in 126ms (Views: 124.2ms | ActiveRecord: 0.0ms)
|
4845
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4846
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4847
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4848
|
+
Processing by Seiten::PagesController#show as HTML
|
4849
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.0ms)
|
4850
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4851
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4852
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4853
|
+
Started GET "/our-team" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4854
|
+
Processing by Seiten::PagesController#show as HTML
|
4855
|
+
Parameters: {"page"=>"our-team"}
|
4856
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
4857
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4858
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4859
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4860
|
+
Processing by Seiten::PagesController#show as HTML
|
4861
|
+
Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.0ms)
|
4862
|
+
Started GET "/products/hire-us" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4863
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4864
|
+
Processing by Seiten::PagesController#show as HTML
|
4865
|
+
Parameters: {"page"=>"contact"}
|
4866
|
+
Completed 200 OK in 58ms (Views: 56.5ms | ActiveRecord: 0.0ms)
|
4867
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4868
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4869
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:21 +0200
|
4870
|
+
Processing by Seiten::PagesController#show as HTML
|
4871
|
+
Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 0.0ms)
|
4872
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4873
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4874
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4875
|
+
Processing by Seiten::PagesController#show as HTML
|
4876
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4877
|
+
Completed 200 OK in 128ms (Views: 126.4ms | ActiveRecord: 0.0ms)
|
4878
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4879
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4880
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4881
|
+
Processing by Seiten::PagesController#show as HTML
|
4882
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4883
|
+
Completed 200 OK in 123ms (Views: 121.8ms | ActiveRecord: 0.0ms)
|
4884
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4885
|
+
Processing by Seiten::PagesController#show as HTML
|
4886
|
+
Parameters: {"page"=>"about/our-team"}
|
4887
|
+
Completed 200 OK in 115ms (Views: 113.2ms | ActiveRecord: 0.0ms)
|
4888
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4889
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4890
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4891
|
+
Processing by Seiten::PagesController#show as HTML
|
4892
|
+
Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
4893
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4894
|
+
Processing by Seiten::PagesController#show as HTML
|
4895
|
+
Parameters: {"page"=>"products/web-development"}
|
4896
|
+
Completed 200 OK in 80ms (Views: 78.4ms | ActiveRecord: 0.0ms)
|
4897
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4898
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4899
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4900
|
+
Processing by Seiten::PagesController#show as HTML
|
4901
|
+
Parameters: {"page"=>"about/partners"}
|
4902
|
+
Completed 200 OK in 118ms (Views: 116.4ms | ActiveRecord: 0.0ms)
|
4903
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4904
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4905
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4906
|
+
Processing by PagesController#secret as HTML
|
4907
|
+
Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.0ms)
|
4908
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4909
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4910
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:04:22 +0200
|
4911
|
+
Processing by Seiten::PagesController#show as HTML
|
4912
|
+
Parameters: {"page"=>"about/partners"}
|
4913
|
+
Completed 200 OK in 118ms (Views: 116.2ms | ActiveRecord: 0.0ms)
|
4914
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4916
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4917
|
+
Connecting to database specified by database.yml
|
4918
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
4919
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:04:52 +0200
|
4920
|
+
Processing by Seiten::PagesController#show as HTML
|
4921
|
+
Parameters: {"page"=>"about/works"}
|
4922
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
4923
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
4924
|
+
Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.0ms)
|
4925
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4926
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4927
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:52 +0200
|
4928
|
+
Processing by Seiten::PagesController#show as HTML
|
4929
|
+
Completed 200 OK in 58ms (Views: 56.1ms | ActiveRecord: 0.0ms)
|
4930
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4931
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4932
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4933
|
+
Processing by Seiten::PagesController#show as HTML
|
4934
|
+
Parameters: {"page"=>"products/logo-design"}
|
4935
|
+
Completed 200 OK in 106ms (Views: 104.2ms | ActiveRecord: 0.0ms)
|
4936
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4937
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4938
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4939
|
+
Processing by Seiten::PagesController#show as HTML
|
4940
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4941
|
+
Completed 200 OK in 127ms (Views: 125.3ms | ActiveRecord: 0.0ms)
|
4942
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4943
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4944
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4945
|
+
Processing by Seiten::PagesController#show as HTML
|
4946
|
+
Completed 200 OK in 57ms (Views: 55.4ms | ActiveRecord: 0.0ms)
|
4947
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4948
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4949
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4950
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4951
|
+
Processing by Seiten::PagesController#show as HTML
|
4952
|
+
Parameters: {"page"=>"about/our-team"}
|
4953
|
+
Completed 200 OK in 92ms (Views: 90.4ms | ActiveRecord: 0.0ms)
|
4954
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4955
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4956
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4957
|
+
Processing by Seiten::PagesController#show as HTML
|
4958
|
+
Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
4959
|
+
Started GET "/products/hire-us" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4960
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4961
|
+
Processing by Seiten::PagesController#show as HTML
|
4962
|
+
Parameters: {"page"=>"contact"}
|
4963
|
+
Completed 200 OK in 57ms (Views: 55.1ms | ActiveRecord: 0.0ms)
|
4964
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4965
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4966
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4967
|
+
Processing by Seiten::PagesController#show as HTML
|
4968
|
+
Completed 200 OK in 56ms (Views: 54.6ms | ActiveRecord: 0.0ms)
|
4969
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4970
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4971
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4972
|
+
Processing by Seiten::PagesController#show as HTML
|
4973
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4974
|
+
Completed 200 OK in 128ms (Views: 126.9ms | ActiveRecord: 0.0ms)
|
4975
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4976
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4977
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:04:53 +0200
|
4978
|
+
Processing by Seiten::PagesController#show as HTML
|
4979
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
4980
|
+
Completed 200 OK in 127ms (Views: 125.9ms | ActiveRecord: 0.0ms)
|
4981
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:04:54 +0200
|
4982
|
+
Processing by Seiten::PagesController#show as HTML
|
4983
|
+
Parameters: {"page"=>"about/our-team"}
|
4984
|
+
Completed 200 OK in 112ms (Views: 111.0ms | ActiveRecord: 0.0ms)
|
4985
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
4986
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4987
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:04:54 +0200
|
4988
|
+
Processing by Seiten::PagesController#show as HTML
|
4989
|
+
Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.0ms)
|
4990
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:04:54 +0200
|
4991
|
+
Processing by Seiten::PagesController#show as HTML
|
4992
|
+
Parameters: {"page"=>"products/web-development"}
|
4993
|
+
Completed 200 OK in 103ms (Views: 101.5ms | ActiveRecord: 0.0ms)
|
4994
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
4995
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
4996
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:04:54 +0200
|
4997
|
+
Processing by Seiten::PagesController#show as HTML
|
4998
|
+
Parameters: {"page"=>"about/partners"}
|
4999
|
+
Completed 200 OK in 121ms (Views: 119.4ms | ActiveRecord: 0.0ms)
|
5000
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5002
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:04:54 +0200
|
5003
|
+
Processing by PagesController#secret as HTML
|
5004
|
+
Completed 200 OK in 32ms (Views: 32.0ms | ActiveRecord: 0.0ms)
|
5005
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5006
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5007
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:04:54 +0200
|
5008
|
+
Processing by Seiten::PagesController#show as HTML
|
5009
|
+
Parameters: {"page"=>"about/partners"}
|
5010
|
+
Completed 200 OK in 96ms (Views: 94.4ms | ActiveRecord: 0.0ms)
|
5011
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5012
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5013
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5014
|
+
Connecting to database specified by database.yml
|
5015
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5016
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5017
|
+
Processing by Seiten::PagesController#show as HTML
|
5018
|
+
Parameters: {"page"=>"about/works"}
|
5019
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
5020
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
5021
|
+
Completed 200 OK in 83ms (Views: 80.8ms | ActiveRecord: 0.0ms)
|
5022
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5024
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5025
|
+
Processing by Seiten::PagesController#show as HTML
|
5026
|
+
Completed 200 OK in 58ms (Views: 56.0ms | ActiveRecord: 0.0ms)
|
5027
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5028
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5029
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5030
|
+
Processing by Seiten::PagesController#show as HTML
|
5031
|
+
Parameters: {"page"=>"products/logo-design"}
|
5032
|
+
Completed 200 OK in 104ms (Views: 102.5ms | ActiveRecord: 0.0ms)
|
5033
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5034
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5035
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5036
|
+
Processing by Seiten::PagesController#show as HTML
|
5037
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5038
|
+
Completed 200 OK in 127ms (Views: 125.7ms | ActiveRecord: 0.0ms)
|
5039
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5040
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5041
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5042
|
+
Processing by Seiten::PagesController#show as HTML
|
5043
|
+
Completed 200 OK in 57ms (Views: 55.2ms | ActiveRecord: 0.0ms)
|
5044
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5046
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5047
|
+
Processing by Seiten::PagesController#show as HTML
|
5048
|
+
Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.0ms)
|
5049
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5051
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5052
|
+
Processing by Seiten::PagesController#show as HTML
|
5053
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5054
|
+
Completed 200 OK in 129ms (Views: 127.7ms | ActiveRecord: 0.0ms)
|
5055
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5057
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:06:18 +0200
|
5058
|
+
Processing by Seiten::PagesController#show as HTML
|
5059
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5060
|
+
Completed 200 OK in 128ms (Views: 126.1ms | ActiveRecord: 0.0ms)
|
5061
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5062
|
+
Processing by Seiten::PagesController#show as HTML
|
5063
|
+
Parameters: {"page"=>"about/our-team"}
|
5064
|
+
Completed 200 OK in 88ms (Views: 86.8ms | ActiveRecord: 0.0ms)
|
5065
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5066
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5067
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5068
|
+
Processing by Seiten::PagesController#show as HTML
|
5069
|
+
Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.0ms)
|
5070
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5071
|
+
Processing by Seiten::PagesController#show as HTML
|
5072
|
+
Parameters: {"page"=>"products/web-development"}
|
5073
|
+
Completed 200 OK in 102ms (Views: 101.0ms | ActiveRecord: 0.0ms)
|
5074
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5075
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5076
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5077
|
+
Processing by Seiten::PagesController#show as HTML
|
5078
|
+
Parameters: {"page"=>"about/partners"}
|
5079
|
+
Completed 200 OK in 97ms (Views: 95.3ms | ActiveRecord: 0.0ms)
|
5080
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5081
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5082
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5083
|
+
Processing by PagesController#secret as HTML
|
5084
|
+
Completed 200 OK in 57ms (Views: 56.8ms | ActiveRecord: 0.0ms)
|
5085
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5086
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5087
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5088
|
+
Processing by Seiten::PagesController#show as HTML
|
5089
|
+
Parameters: {"page"=>"about/partners"}
|
5090
|
+
Completed 200 OK in 119ms (Views: 117.1ms | ActiveRecord: 0.0ms)
|
5091
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5092
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5093
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5094
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5095
|
+
Processing by Seiten::PagesController#show as HTML
|
5096
|
+
Parameters: {"page"=>"about/our-team"}
|
5097
|
+
Completed 200 OK in 90ms (Views: 88.5ms | ActiveRecord: 0.0ms)
|
5098
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5099
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5100
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5101
|
+
Processing by Seiten::PagesController#show as HTML
|
5102
|
+
Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.0ms)
|
5103
|
+
Started GET "/products/hire-us" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5104
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:06:19 +0200
|
5105
|
+
Processing by Seiten::PagesController#show as HTML
|
5106
|
+
Parameters: {"page"=>"contact"}
|
5107
|
+
Completed 200 OK in 57ms (Views: 55.4ms | ActiveRecord: 0.0ms)
|
5108
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5109
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5110
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5111
|
+
Connecting to database specified by database.yml
|
5112
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5113
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:19:16 +0200
|
5114
|
+
Processing by Seiten::PagesController#show as HTML
|
5115
|
+
Parameters: {"page"=>"about/works"}
|
5116
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
5117
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
5118
|
+
Completed 200 OK in 79ms (Views: 77.0ms | ActiveRecord: 0.0ms)
|
5119
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5120
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5121
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:16 +0200
|
5122
|
+
Processing by Seiten::PagesController#show as HTML
|
5123
|
+
Completed 200 OK in 56ms (Views: 54.8ms | ActiveRecord: 0.0ms)
|
5124
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5125
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5126
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:19:16 +0200
|
5127
|
+
Processing by Seiten::PagesController#show as HTML
|
5128
|
+
Parameters: {"page"=>"products/logo-design"}
|
5129
|
+
Completed 200 OK in 100ms (Views: 98.1ms | ActiveRecord: 0.0ms)
|
5130
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5131
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5132
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:19:16 +0200
|
5133
|
+
Processing by Seiten::PagesController#show as HTML
|
5134
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5135
|
+
Completed 200 OK in 122ms (Views: 120.6ms | ActiveRecord: 0.0ms)
|
5136
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5138
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5139
|
+
Processing by Seiten::PagesController#show as HTML
|
5140
|
+
Completed 200 OK in 54ms (Views: 52.3ms | ActiveRecord: 0.0ms)
|
5141
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5143
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5144
|
+
Processing by Seiten::PagesController#show as HTML
|
5145
|
+
Completed 200 OK in 30ms (Views: 28.0ms | ActiveRecord: 0.0ms)
|
5146
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5147
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5148
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5149
|
+
Processing by Seiten::PagesController#show as HTML
|
5150
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5151
|
+
Completed 200 OK in 120ms (Views: 118.8ms | ActiveRecord: 0.0ms)
|
5152
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5153
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5154
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5155
|
+
Processing by Seiten::PagesController#show as HTML
|
5156
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5157
|
+
Completed 200 OK in 122ms (Views: 120.6ms | ActiveRecord: 0.0ms)
|
5158
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5159
|
+
Processing by Seiten::PagesController#show as HTML
|
5160
|
+
Parameters: {"page"=>"about/our-team"}
|
5161
|
+
Completed 200 OK in 86ms (Views: 84.8ms | ActiveRecord: 0.0ms)
|
5162
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5164
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5165
|
+
Processing by Seiten::PagesController#show as HTML
|
5166
|
+
Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.0ms)
|
5167
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5168
|
+
Processing by Seiten::PagesController#show as HTML
|
5169
|
+
Parameters: {"page"=>"products/web-development"}
|
5170
|
+
Completed 200 OK in 96ms (Views: 94.9ms | ActiveRecord: 0.0ms)
|
5171
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5172
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5173
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5174
|
+
Processing by Seiten::PagesController#show as HTML
|
5175
|
+
Parameters: {"page"=>"about/partners"}
|
5176
|
+
Completed 200 OK in 94ms (Views: 92.9ms | ActiveRecord: 0.0ms)
|
5177
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5178
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5179
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5180
|
+
Processing by PagesController#secret as HTML
|
5181
|
+
Completed 200 OK in 57ms (Views: 56.6ms | ActiveRecord: 0.0ms)
|
5182
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5183
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5184
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:19:17 +0200
|
5185
|
+
Processing by Seiten::PagesController#show as HTML
|
5186
|
+
Parameters: {"page"=>"about/partners"}
|
5187
|
+
Completed 200 OK in 116ms (Views: 114.8ms | ActiveRecord: 0.0ms)
|
5188
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5189
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5190
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:19:18 +0200
|
5191
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:19:18 +0200
|
5192
|
+
Processing by Seiten::PagesController#show as HTML
|
5193
|
+
Parameters: {"page"=>"about/our-team"}
|
5194
|
+
Completed 200 OK in 87ms (Views: 85.4ms | ActiveRecord: 0.0ms)
|
5195
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5197
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:18 +0200
|
5198
|
+
Processing by Seiten::PagesController#show as HTML
|
5199
|
+
Completed 200 OK in 55ms (Views: 53.8ms | ActiveRecord: 0.0ms)
|
5200
|
+
Started GET "/products/hire-us" for 127.0.0.1 at 2013-08-20 13:19:18 +0200
|
5201
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:19:18 +0200
|
5202
|
+
Processing by Seiten::PagesController#show as HTML
|
5203
|
+
Parameters: {"page"=>"contact"}
|
5204
|
+
Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.0ms)
|
5205
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5206
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5207
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5208
|
+
Connecting to database specified by database.yml
|
5209
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5210
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5211
|
+
Processing by Seiten::PagesController#show as HTML
|
5212
|
+
Parameters: {"page"=>"about/works"}
|
5213
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
5214
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
5215
|
+
Completed 200 OK in 80ms (Views: 77.9ms | ActiveRecord: 0.0ms)
|
5216
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5218
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5219
|
+
Processing by Seiten::PagesController#show as HTML
|
5220
|
+
Completed 200 OK in 56ms (Views: 54.6ms | ActiveRecord: 0.0ms)
|
5221
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5222
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5223
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5224
|
+
Processing by Seiten::PagesController#show as HTML
|
5225
|
+
Parameters: {"page"=>"products/logo-design"}
|
5226
|
+
Completed 200 OK in 102ms (Views: 100.1ms | ActiveRecord: 0.0ms)
|
5227
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5229
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5230
|
+
Processing by Seiten::PagesController#show as HTML
|
5231
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5232
|
+
Completed 200 OK in 123ms (Views: 121.1ms | ActiveRecord: 0.0ms)
|
5233
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5234
|
+
Processing by Seiten::PagesController#show as HTML
|
5235
|
+
Parameters: {"page"=>"contact"}
|
5236
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.0ms)
|
5237
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5238
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5239
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5240
|
+
Processing by Seiten::PagesController#show as HTML
|
5241
|
+
Completed 200 OK in 54ms (Views: 52.8ms | ActiveRecord: 0.0ms)
|
5242
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5243
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5244
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:58 +0200
|
5245
|
+
Processing by Seiten::PagesController#show as HTML
|
5246
|
+
Completed 200 OK in 56ms (Views: 30.6ms | ActiveRecord: 0.0ms)
|
5247
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5249
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5250
|
+
Processing by Seiten::PagesController#show as HTML
|
5251
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5252
|
+
Completed 200 OK in 121ms (Views: 119.3ms | ActiveRecord: 0.0ms)
|
5253
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5254
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5255
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5256
|
+
Processing by Seiten::PagesController#show as HTML
|
5257
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5258
|
+
Completed 200 OK in 125ms (Views: 123.2ms | ActiveRecord: 0.0ms)
|
5259
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5260
|
+
Processing by Seiten::PagesController#show as HTML
|
5261
|
+
Parameters: {"page"=>"about/our-team"}
|
5262
|
+
Completed 200 OK in 93ms (Views: 91.5ms | ActiveRecord: 0.0ms)
|
5263
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5264
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5265
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5266
|
+
Processing by Seiten::PagesController#show as HTML
|
5267
|
+
Completed 200 OK in 55ms (Views: 53.6ms | ActiveRecord: 0.0ms)
|
5268
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5269
|
+
Processing by Seiten::PagesController#show as HTML
|
5270
|
+
Parameters: {"page"=>"products/web-development"}
|
5271
|
+
Completed 200 OK in 100ms (Views: 99.0ms | ActiveRecord: 0.0ms)
|
5272
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5273
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5274
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5275
|
+
Processing by Seiten::PagesController#show as HTML
|
5276
|
+
Parameters: {"page"=>"about/partners"}
|
5277
|
+
Completed 200 OK in 94ms (Views: 92.0ms | ActiveRecord: 0.0ms)
|
5278
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5279
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5280
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5281
|
+
Processing by PagesController#secret as HTML
|
5282
|
+
Completed 200 OK in 55ms (Views: 55.1ms | ActiveRecord: 0.0ms)
|
5283
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5284
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5285
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:19:59 +0200
|
5286
|
+
Processing by Seiten::PagesController#show as HTML
|
5287
|
+
Parameters: {"page"=>"about/partners"}
|
5288
|
+
Completed 200 OK in 115ms (Views: 113.9ms | ActiveRecord: 0.0ms)
|
5289
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5290
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5291
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:20:00 +0200
|
5292
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:20:00 +0200
|
5293
|
+
Processing by Seiten::PagesController#show as HTML
|
5294
|
+
Parameters: {"page"=>"about/our-team"}
|
5295
|
+
Completed 200 OK in 87ms (Views: 85.9ms | ActiveRecord: 0.0ms)
|
5296
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5298
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:20:00 +0200
|
5299
|
+
Processing by Seiten::PagesController#show as HTML
|
5300
|
+
Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.0ms)
|
5301
|
+
Started GET "/products/hire-us" for 127.0.0.1 at 2013-08-20 13:20:00 +0200
|
5302
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:20:00 +0200
|
5303
|
+
Processing by Seiten::PagesController#show as HTML
|
5304
|
+
Parameters: {"page"=>"contact"}
|
5305
|
+
Completed 200 OK in 53ms (Views: 52.0ms | ActiveRecord: 0.0ms)
|
5306
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5307
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5308
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5309
|
+
Connecting to database specified by database.yml
|
5310
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
5311
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5312
|
+
Processing by Seiten::PagesController#show as HTML
|
5313
|
+
Parameters: {"page"=>"about/works"}
|
5314
|
+
Rendered app/pages/about/works.html.erb (0.2ms)
|
5315
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.7ms)
|
5316
|
+
Completed 200 OK in 81ms (Views: 79.2ms | ActiveRecord: 0.0ms)
|
5317
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5318
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5319
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5320
|
+
Processing by Seiten::PagesController#show as HTML
|
5321
|
+
Completed 200 OK in 57ms (Views: 55.1ms | ActiveRecord: 0.0ms)
|
5322
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5323
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5324
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5325
|
+
Processing by Seiten::PagesController#show as HTML
|
5326
|
+
Parameters: {"page"=>"products/logo-design"}
|
5327
|
+
Completed 200 OK in 105ms (Views: 103.5ms | ActiveRecord: 0.0ms)
|
5328
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5330
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5331
|
+
Processing by Seiten::PagesController#show as HTML
|
5332
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5333
|
+
Completed 200 OK in 124ms (Views: 122.6ms | ActiveRecord: 0.0ms)
|
5334
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5335
|
+
Processing by Seiten::PagesController#show as HTML
|
5336
|
+
Parameters: {"page"=>"contact"}
|
5337
|
+
Completed 200 OK in 56ms (Views: 54.2ms | ActiveRecord: 0.0ms)
|
5338
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5339
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5340
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5341
|
+
Processing by Seiten::PagesController#show as HTML
|
5342
|
+
Completed 200 OK in 55ms (Views: 53.7ms | ActiveRecord: 0.0ms)
|
5343
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5344
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5345
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5346
|
+
Processing by Seiten::PagesController#show as HTML
|
5347
|
+
Completed 200 OK in 55ms (Views: 29.7ms | ActiveRecord: 0.0ms)
|
5348
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5349
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5350
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:22:25 +0200
|
5351
|
+
Processing by Seiten::PagesController#show as HTML
|
5352
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5353
|
+
Completed 200 OK in 123ms (Views: 121.7ms | ActiveRecord: 0.0ms)
|
5354
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5355
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5356
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5357
|
+
Processing by Seiten::PagesController#show as HTML
|
5358
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
5359
|
+
Completed 200 OK in 126ms (Views: 124.1ms | ActiveRecord: 0.0ms)
|
5360
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5361
|
+
Processing by Seiten::PagesController#show as HTML
|
5362
|
+
Parameters: {"page"=>"about/our-team"}
|
5363
|
+
Completed 200 OK in 88ms (Views: 86.4ms | ActiveRecord: 0.0ms)
|
5364
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5365
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5366
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5367
|
+
Processing by Seiten::PagesController#show as HTML
|
5368
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 0.0ms)
|
5369
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5370
|
+
Processing by Seiten::PagesController#show as HTML
|
5371
|
+
Parameters: {"page"=>"products/web-development"}
|
5372
|
+
Completed 200 OK in 99ms (Views: 98.0ms | ActiveRecord: 0.0ms)
|
5373
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5375
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5376
|
+
Processing by Seiten::PagesController#show as HTML
|
5377
|
+
Parameters: {"page"=>"about/partners"}
|
5378
|
+
Completed 200 OK in 96ms (Views: 94.3ms | ActiveRecord: 0.0ms)
|
5379
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5381
|
+
Started GET "/secret" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5382
|
+
Processing by PagesController#secret as HTML
|
5383
|
+
Completed 200 OK in 57ms (Views: 56.2ms | ActiveRecord: 0.0ms)
|
5384
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5385
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5386
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5387
|
+
Processing by Seiten::PagesController#show as HTML
|
5388
|
+
Parameters: {"page"=>"about/partners"}
|
5389
|
+
Completed 200 OK in 120ms (Views: 118.8ms | ActiveRecord: 0.0ms)
|
5390
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5391
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
5392
|
+
Started GET "/about" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5393
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5394
|
+
Processing by Seiten::PagesController#show as HTML
|
5395
|
+
Parameters: {"page"=>"about/our-team"}
|
5396
|
+
Completed 200 OK in 90ms (Views: 89.0ms | ActiveRecord: 0.0ms)
|
5397
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
5398
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5399
|
+
Started GET "/" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5400
|
+
Processing by Seiten::PagesController#show as HTML
|
5401
|
+
Completed 200 OK in 57ms (Views: 55.8ms | ActiveRecord: 0.0ms)
|
5402
|
+
Started GET "/products/hire-us" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5403
|
+
Started GET "/contact" for 127.0.0.1 at 2013-08-20 13:22:26 +0200
|
5404
|
+
Processing by Seiten::PagesController#show as HTML
|
5405
|
+
Parameters: {"page"=>"contact"}
|
5406
|
+
Completed 200 OK in 57ms (Views: 55.5ms | ActiveRecord: 0.0ms)
|
5407
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
5408
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
5409
|
+
[1m[35m (0.0ms)[0m rollback transaction
|