seiten 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/helpers/seiten_helper.rb +4 -2
- data/lib/seiten/controllers/helpers.rb +5 -0
- data/lib/seiten/page_store.rb +1 -2
- data/lib/seiten/version.rb +1 -1
- data/lib/seiten.rb +0 -1
- data/test/dummy/app/pages/about/our-team/italy.html.erb +0 -0
- data/test/dummy/app/pages/about/our-team/switzerland.html.erb +0 -0
- data/test/dummy/app/pages/about/our-team.html.erb +2 -0
- data/test/dummy/app/pages/about/partners.html.erb +1 -0
- data/test/dummy/app/pages/about/works.html.erb +0 -0
- data/test/dummy/app/pages/contact.html.erb +0 -0
- data/test/dummy/app/pages/products/logo-design.html.erb +0 -0
- data/test/dummy/app/pages/products/web-development.html.erb +0 -0
- data/test/dummy/app/pages/products.html.erb +0 -0
- data/test/dummy/app/views/layouts/application.html.erb +4 -0
- data/test/dummy/config/navigation.yml +20 -7
- data/test/dummy/log/development.log +2300 -0
- data/test/dummy/log/test.log +1534 -0
- data/test/dummy/tmp/pids/server.pid +1 -1
- data/test/integration/navigation_test.rb +57 -3
- data/test/page_test.rb +6 -6
- data/test/test_helper.rb +3 -2
- metadata +20 -4
- data/test/fixtures/navigation.yml +0 -17
@@ -649,3 +649,2303 @@ ActionView::Template::Error (Missing template /Users/pulleasy/code/seiten/test/d
|
|
649
649
|
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
650
650
|
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
651
651
|
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms)
|
652
|
+
|
653
|
+
|
654
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:11 +0200
|
655
|
+
Processing by Seiten::PagesController#show as HTML
|
656
|
+
Parameters: {"page"=>"about/me"}
|
657
|
+
Rendered app/pages/about/me.html.erb (0.3ms)
|
658
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
659
|
+
Completed 200 OK in 41ms (Views: 39.6ms | ActiveRecord: 0.0ms)
|
660
|
+
|
661
|
+
|
662
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:11 +0200
|
663
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
664
|
+
|
665
|
+
|
666
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:11:12 +0200
|
667
|
+
Processing by Seiten::PagesController#show as HTML
|
668
|
+
Parameters: {"page"=>"about/our-product"}
|
669
|
+
Rendered app/pages/about/our-product.html.erb (0.3ms)
|
670
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
671
|
+
Completed 200 OK in 39ms (Views: 37.6ms | ActiveRecord: 0.0ms)
|
672
|
+
|
673
|
+
|
674
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:12 +0200
|
675
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
676
|
+
|
677
|
+
|
678
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:14 +0200
|
679
|
+
Processing by Seiten::PagesController#show as HTML
|
680
|
+
Parameters: {"page"=>"about/me"}
|
681
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
682
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
683
|
+
Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
684
|
+
|
685
|
+
|
686
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:14 +0200
|
687
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
688
|
+
|
689
|
+
|
690
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:15 +0200
|
691
|
+
|
692
|
+
|
693
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:15 +0200
|
694
|
+
Processing by Seiten::PagesController#show as HTML
|
695
|
+
Parameters: {"page"=>"about/me"}
|
696
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
697
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
698
|
+
Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.0ms)
|
699
|
+
|
700
|
+
|
701
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:15 +0200
|
702
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
703
|
+
|
704
|
+
|
705
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:17 +0200
|
706
|
+
|
707
|
+
|
708
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:17 +0200
|
709
|
+
Processing by Seiten::PagesController#show as HTML
|
710
|
+
Parameters: {"page"=>"about/me"}
|
711
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
712
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
713
|
+
Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms)
|
714
|
+
|
715
|
+
|
716
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:17 +0200
|
717
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
718
|
+
|
719
|
+
|
720
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:19 +0200
|
721
|
+
|
722
|
+
|
723
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:19 +0200
|
724
|
+
Processing by Seiten::PagesController#show as HTML
|
725
|
+
Parameters: {"page"=>"about/me"}
|
726
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
727
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
728
|
+
Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.0ms)
|
729
|
+
|
730
|
+
|
731
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:19 +0200
|
732
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
733
|
+
|
734
|
+
|
735
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:11:21 +0200
|
736
|
+
Processing by Seiten::PagesController#show as HTML
|
737
|
+
Parameters: {"page"=>"about/our-product"}
|
738
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
739
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
740
|
+
Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.0ms)
|
741
|
+
|
742
|
+
|
743
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:21 +0200
|
744
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
745
|
+
|
746
|
+
|
747
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:11:22 +0200
|
748
|
+
Processing by Seiten::PagesController#show as HTML
|
749
|
+
Parameters: {"page"=>"contact-me"}
|
750
|
+
Rendered app/pages/contact-me.html.erb (0.3ms)
|
751
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
752
|
+
Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
753
|
+
|
754
|
+
|
755
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:22 +0200
|
756
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
757
|
+
|
758
|
+
|
759
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:11:23 +0200
|
760
|
+
Processing by Seiten::PagesController#show as HTML
|
761
|
+
Parameters: {"page"=>"test"}
|
762
|
+
Rendered app/pages/test.html.erb (0.3ms)
|
763
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
764
|
+
Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.0ms)
|
765
|
+
|
766
|
+
|
767
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:23 +0200
|
768
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
769
|
+
|
770
|
+
|
771
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:11:24 +0200
|
772
|
+
Processing by Seiten::PagesController#show as HTML
|
773
|
+
Parameters: {"page"=>"contact-me"}
|
774
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
775
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
776
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
777
|
+
|
778
|
+
|
779
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:24 +0200
|
780
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
781
|
+
|
782
|
+
|
783
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
784
|
+
Processing by Seiten::PagesController#show as HTML
|
785
|
+
Parameters: {"page"=>"about/our-product"}
|
786
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
787
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
788
|
+
Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.0ms)
|
789
|
+
|
790
|
+
|
791
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
792
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
793
|
+
|
794
|
+
|
795
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
796
|
+
Processing by Seiten::PagesController#show as HTML
|
797
|
+
Parameters: {"page"=>"about/me"}
|
798
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
799
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
800
|
+
Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms)
|
801
|
+
|
802
|
+
|
803
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
804
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
805
|
+
|
806
|
+
|
807
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
808
|
+
|
809
|
+
|
810
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
811
|
+
Processing by Seiten::PagesController#show as HTML
|
812
|
+
Parameters: {"page"=>"about/me"}
|
813
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
814
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
815
|
+
Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.0ms)
|
816
|
+
|
817
|
+
|
818
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:25 +0200
|
819
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
820
|
+
|
821
|
+
|
822
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:11:26 +0200
|
823
|
+
Processing by Seiten::PagesController#show as HTML
|
824
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
825
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.9ms)
|
826
|
+
Completed 200 OK in 35ms (Views: 33.7ms | ActiveRecord: 0.0ms)
|
827
|
+
|
828
|
+
|
829
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:26 +0200
|
830
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
831
|
+
|
832
|
+
|
833
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:27 +0200
|
834
|
+
|
835
|
+
|
836
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:27 +0200
|
837
|
+
Processing by Seiten::PagesController#show as HTML
|
838
|
+
Parameters: {"page"=>"about/me"}
|
839
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
840
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
841
|
+
Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms)
|
842
|
+
|
843
|
+
|
844
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:27 +0200
|
845
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
846
|
+
|
847
|
+
|
848
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:11:27 +0200
|
849
|
+
Processing by Seiten::PagesController#show as HTML
|
850
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
851
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
852
|
+
Completed 200 OK in 34ms (Views: 33.3ms | ActiveRecord: 0.0ms)
|
853
|
+
|
854
|
+
|
855
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:27 +0200
|
856
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
857
|
+
|
858
|
+
|
859
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:27 +0200
|
860
|
+
|
861
|
+
|
862
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:28 +0200
|
863
|
+
Processing by Seiten::PagesController#show as HTML
|
864
|
+
Parameters: {"page"=>"about/me"}
|
865
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
866
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
867
|
+
Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.0ms)
|
868
|
+
|
869
|
+
|
870
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:28 +0200
|
871
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
872
|
+
|
873
|
+
|
874
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:28 +0200
|
875
|
+
Processing by Seiten::PagesController#show as HTML
|
876
|
+
Parameters: {"page"=>"about/me"}
|
877
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
878
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
879
|
+
Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.0ms)
|
880
|
+
|
881
|
+
|
882
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:28 +0200
|
883
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
884
|
+
|
885
|
+
|
886
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:11:28 +0200
|
887
|
+
Processing by Seiten::PagesController#show as HTML
|
888
|
+
Parameters: {"page"=>"about/our-product"}
|
889
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
890
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
891
|
+
Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms)
|
892
|
+
|
893
|
+
|
894
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:28 +0200
|
895
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
896
|
+
|
897
|
+
|
898
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:11:29 +0200
|
899
|
+
Processing by Seiten::PagesController#show as HTML
|
900
|
+
Parameters: {"page"=>"contact-me"}
|
901
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
902
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
903
|
+
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
904
|
+
|
905
|
+
|
906
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:29 +0200
|
907
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
908
|
+
|
909
|
+
|
910
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:11:29 +0200
|
911
|
+
Processing by Seiten::PagesController#show as HTML
|
912
|
+
Parameters: {"page"=>"test"}
|
913
|
+
Rendered app/pages/test.html.erb (0.0ms)
|
914
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
915
|
+
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
916
|
+
|
917
|
+
|
918
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:29 +0200
|
919
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
920
|
+
|
921
|
+
|
922
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:11:30 +0200
|
923
|
+
Processing by Seiten::PagesController#show as HTML
|
924
|
+
Parameters: {"page"=>"contact-me"}
|
925
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
926
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
927
|
+
Completed 200 OK in 35ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
928
|
+
|
929
|
+
|
930
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:30 +0200
|
931
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
932
|
+
|
933
|
+
|
934
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:11:30 +0200
|
935
|
+
Processing by Seiten::PagesController#show as HTML
|
936
|
+
Parameters: {"page"=>"about/our-product"}
|
937
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
938
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
939
|
+
Completed 200 OK in 50ms (Views: 49.3ms | ActiveRecord: 0.0ms)
|
940
|
+
|
941
|
+
|
942
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:30 +0200
|
943
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
944
|
+
|
945
|
+
|
946
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:30 +0200
|
947
|
+
Processing by Seiten::PagesController#show as HTML
|
948
|
+
Parameters: {"page"=>"about/me"}
|
949
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
950
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.4ms)
|
951
|
+
Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.0ms)
|
952
|
+
|
953
|
+
|
954
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:30 +0200
|
955
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
956
|
+
|
957
|
+
|
958
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:31 +0200
|
959
|
+
|
960
|
+
|
961
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:31 +0200
|
962
|
+
Processing by Seiten::PagesController#show as HTML
|
963
|
+
Parameters: {"page"=>"about/me"}
|
964
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
965
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
966
|
+
Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.0ms)
|
967
|
+
|
968
|
+
|
969
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:31 +0200
|
970
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
971
|
+
|
972
|
+
|
973
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:11:31 +0200
|
974
|
+
Processing by Seiten::PagesController#show as HTML
|
975
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
976
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
977
|
+
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.0ms)
|
978
|
+
|
979
|
+
|
980
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:31 +0200
|
981
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
982
|
+
|
983
|
+
|
984
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:32 +0200
|
985
|
+
|
986
|
+
|
987
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:32 +0200
|
988
|
+
Processing by Seiten::PagesController#show as HTML
|
989
|
+
Parameters: {"page"=>"about/me"}
|
990
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
991
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
992
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
993
|
+
|
994
|
+
|
995
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:32 +0200
|
996
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
997
|
+
|
998
|
+
|
999
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:11:32 +0200
|
1000
|
+
Processing by Seiten::PagesController#show as HTML
|
1001
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1002
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1003
|
+
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
1004
|
+
|
1005
|
+
|
1006
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:32 +0200
|
1007
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1008
|
+
|
1009
|
+
|
1010
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1011
|
+
|
1012
|
+
|
1013
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1014
|
+
Processing by Seiten::PagesController#show as HTML
|
1015
|
+
Parameters: {"page"=>"about/me"}
|
1016
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1017
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1018
|
+
Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.0ms)
|
1019
|
+
|
1020
|
+
|
1021
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1022
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1023
|
+
|
1024
|
+
|
1025
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1026
|
+
Processing by Seiten::PagesController#show as HTML
|
1027
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1028
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1029
|
+
Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
1030
|
+
|
1031
|
+
|
1032
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1033
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1034
|
+
|
1035
|
+
|
1036
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1037
|
+
|
1038
|
+
|
1039
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1040
|
+
Processing by Seiten::PagesController#show as HTML
|
1041
|
+
Parameters: {"page"=>"about/me"}
|
1042
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1043
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.9ms)
|
1044
|
+
Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.0ms)
|
1045
|
+
|
1046
|
+
|
1047
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:33 +0200
|
1048
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1049
|
+
|
1050
|
+
|
1051
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:11:34 +0200
|
1052
|
+
Processing by Seiten::PagesController#show as HTML
|
1053
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1054
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1055
|
+
Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
1056
|
+
|
1057
|
+
|
1058
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:11:34 +0200
|
1059
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1060
|
+
|
1061
|
+
|
1062
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:13:29 +0200
|
1063
|
+
Processing by Seiten::PagesController#show as HTML
|
1064
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1065
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1066
|
+
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
1067
|
+
|
1068
|
+
|
1069
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:30 +0200
|
1070
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1071
|
+
|
1072
|
+
|
1073
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:30 +0200
|
1074
|
+
|
1075
|
+
|
1076
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:30 +0200
|
1077
|
+
Processing by Seiten::PagesController#show as HTML
|
1078
|
+
Parameters: {"page"=>"about/me"}
|
1079
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1080
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1081
|
+
Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.0ms)
|
1082
|
+
|
1083
|
+
|
1084
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:30 +0200
|
1085
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1086
|
+
|
1087
|
+
|
1088
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:31 +0200
|
1089
|
+
Processing by Seiten::PagesController#show as HTML
|
1090
|
+
Parameters: {"page"=>"about/me"}
|
1091
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1092
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.3ms)
|
1093
|
+
Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
1094
|
+
|
1095
|
+
|
1096
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:31 +0200
|
1097
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1098
|
+
|
1099
|
+
|
1100
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:31 +0200
|
1101
|
+
Processing by Seiten::PagesController#show as HTML
|
1102
|
+
Parameters: {"page"=>"about/our-product"}
|
1103
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1104
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1105
|
+
Completed 200 OK in 41ms (Views: 39.3ms | ActiveRecord: 0.0ms)
|
1106
|
+
|
1107
|
+
|
1108
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:32 +0200
|
1109
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1110
|
+
|
1111
|
+
|
1112
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:13:32 +0200
|
1113
|
+
Processing by Seiten::PagesController#show as HTML
|
1114
|
+
Parameters: {"page"=>"contact-me"}
|
1115
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1116
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1117
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
1118
|
+
|
1119
|
+
|
1120
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:32 +0200
|
1121
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1122
|
+
|
1123
|
+
|
1124
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:13:33 +0200
|
1125
|
+
Processing by Seiten::PagesController#show as HTML
|
1126
|
+
Parameters: {"page"=>"test"}
|
1127
|
+
Rendered app/pages/test.html.erb (0.0ms)
|
1128
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1129
|
+
Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.0ms)
|
1130
|
+
|
1131
|
+
|
1132
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:33 +0200
|
1133
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1134
|
+
|
1135
|
+
|
1136
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:13:33 +0200
|
1137
|
+
Processing by Seiten::PagesController#show as HTML
|
1138
|
+
Parameters: {"page"=>"contact-me"}
|
1139
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1140
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1141
|
+
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.0ms)
|
1142
|
+
|
1143
|
+
|
1144
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:33 +0200
|
1145
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1146
|
+
|
1147
|
+
|
1148
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:34 +0200
|
1149
|
+
Processing by Seiten::PagesController#show as HTML
|
1150
|
+
Parameters: {"page"=>"about/our-product"}
|
1151
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1152
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1153
|
+
Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.0ms)
|
1154
|
+
|
1155
|
+
|
1156
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:34 +0200
|
1157
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1158
|
+
|
1159
|
+
|
1160
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:34 +0200
|
1161
|
+
Processing by Seiten::PagesController#show as HTML
|
1162
|
+
Parameters: {"page"=>"about/me"}
|
1163
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1164
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1165
|
+
Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.0ms)
|
1166
|
+
|
1167
|
+
|
1168
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:34 +0200
|
1169
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1170
|
+
|
1171
|
+
|
1172
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:35 +0200
|
1173
|
+
|
1174
|
+
|
1175
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:35 +0200
|
1176
|
+
Processing by Seiten::PagesController#show as HTML
|
1177
|
+
Parameters: {"page"=>"about/me"}
|
1178
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1179
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1180
|
+
Completed 200 OK in 37ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
1181
|
+
|
1182
|
+
|
1183
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:35 +0200
|
1184
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1185
|
+
|
1186
|
+
|
1187
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:36 +0200
|
1188
|
+
|
1189
|
+
|
1190
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:36 +0200
|
1191
|
+
Processing by Seiten::PagesController#show as HTML
|
1192
|
+
Parameters: {"page"=>"about/me"}
|
1193
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1194
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1195
|
+
Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.0ms)
|
1196
|
+
|
1197
|
+
|
1198
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:36 +0200
|
1199
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1200
|
+
|
1201
|
+
|
1202
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:13:36 +0200
|
1203
|
+
Processing by Seiten::PagesController#show as HTML
|
1204
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1205
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1206
|
+
Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.0ms)
|
1207
|
+
|
1208
|
+
|
1209
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:36 +0200
|
1210
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1211
|
+
|
1212
|
+
|
1213
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:37 +0200
|
1214
|
+
|
1215
|
+
|
1216
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:37 +0200
|
1217
|
+
Processing by Seiten::PagesController#show as HTML
|
1218
|
+
Parameters: {"page"=>"about/me"}
|
1219
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1220
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1221
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
1222
|
+
|
1223
|
+
|
1224
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:37 +0200
|
1225
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1226
|
+
|
1227
|
+
|
1228
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:37 +0200
|
1229
|
+
Processing by Seiten::PagesController#show as HTML
|
1230
|
+
Parameters: {"page"=>"about/me"}
|
1231
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1232
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1233
|
+
Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.0ms)
|
1234
|
+
|
1235
|
+
|
1236
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:37 +0200
|
1237
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1238
|
+
|
1239
|
+
|
1240
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:38 +0200
|
1241
|
+
Processing by Seiten::PagesController#show as HTML
|
1242
|
+
Parameters: {"page"=>"about/our-product"}
|
1243
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1244
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1245
|
+
Completed 200 OK in 37ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
1246
|
+
|
1247
|
+
|
1248
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:38 +0200
|
1249
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1250
|
+
|
1251
|
+
|
1252
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:13:38 +0200
|
1253
|
+
Processing by Seiten::PagesController#show as HTML
|
1254
|
+
Parameters: {"page"=>"contact-me"}
|
1255
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1256
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1257
|
+
Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.0ms)
|
1258
|
+
|
1259
|
+
|
1260
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:38 +0200
|
1261
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1262
|
+
|
1263
|
+
|
1264
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:13:38 +0200
|
1265
|
+
Processing by Seiten::PagesController#show as HTML
|
1266
|
+
Parameters: {"page"=>"test"}
|
1267
|
+
Rendered app/pages/test.html.erb (0.0ms)
|
1268
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1269
|
+
Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
|
1270
|
+
|
1271
|
+
|
1272
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:39 +0200
|
1273
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1274
|
+
|
1275
|
+
|
1276
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:13:39 +0200
|
1277
|
+
Processing by Seiten::PagesController#show as HTML
|
1278
|
+
Parameters: {"page"=>"contact-me"}
|
1279
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1280
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1281
|
+
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
1282
|
+
|
1283
|
+
|
1284
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:39 +0200
|
1285
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1286
|
+
|
1287
|
+
|
1288
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1289
|
+
Processing by Seiten::PagesController#show as HTML
|
1290
|
+
Parameters: {"page"=>"about/our-product"}
|
1291
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1292
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1293
|
+
Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.0ms)
|
1294
|
+
|
1295
|
+
|
1296
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1297
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1298
|
+
|
1299
|
+
|
1300
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1301
|
+
Processing by Seiten::PagesController#show as HTML
|
1302
|
+
Parameters: {"page"=>"about/me"}
|
1303
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1304
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1305
|
+
Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.0ms)
|
1306
|
+
|
1307
|
+
|
1308
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1309
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1310
|
+
|
1311
|
+
|
1312
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1313
|
+
|
1314
|
+
|
1315
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1316
|
+
Processing by Seiten::PagesController#show as HTML
|
1317
|
+
Parameters: {"page"=>"about/me"}
|
1318
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1319
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1320
|
+
Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
|
1321
|
+
|
1322
|
+
|
1323
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:40 +0200
|
1324
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1325
|
+
|
1326
|
+
|
1327
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:13:41 +0200
|
1328
|
+
Processing by Seiten::PagesController#show as HTML
|
1329
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1330
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1331
|
+
Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 0.0ms)
|
1332
|
+
|
1333
|
+
|
1334
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:41 +0200
|
1335
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1336
|
+
|
1337
|
+
|
1338
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:41 +0200
|
1339
|
+
|
1340
|
+
|
1341
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:41 +0200
|
1342
|
+
Processing by Seiten::PagesController#show as HTML
|
1343
|
+
Parameters: {"page"=>"about/me"}
|
1344
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1345
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1346
|
+
Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.0ms)
|
1347
|
+
|
1348
|
+
|
1349
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:41 +0200
|
1350
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1351
|
+
|
1352
|
+
|
1353
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:41 +0200
|
1354
|
+
Processing by Seiten::PagesController#show as HTML
|
1355
|
+
Parameters: {"page"=>"about/me"}
|
1356
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1357
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1358
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
1359
|
+
|
1360
|
+
|
1361
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:42 +0200
|
1362
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1363
|
+
|
1364
|
+
|
1365
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:42 +0200
|
1366
|
+
Processing by Seiten::PagesController#show as HTML
|
1367
|
+
Parameters: {"page"=>"about/our-product"}
|
1368
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1369
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1370
|
+
Completed 200 OK in 38ms (Views: 36.8ms | ActiveRecord: 0.0ms)
|
1371
|
+
|
1372
|
+
|
1373
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:42 +0200
|
1374
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1375
|
+
|
1376
|
+
|
1377
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:13:42 +0200
|
1378
|
+
Processing by Seiten::PagesController#show as HTML
|
1379
|
+
Parameters: {"page"=>"contact-me"}
|
1380
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1381
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1382
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
1383
|
+
|
1384
|
+
|
1385
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:42 +0200
|
1386
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1387
|
+
|
1388
|
+
|
1389
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:13:43 +0200
|
1390
|
+
Processing by Seiten::PagesController#show as HTML
|
1391
|
+
Parameters: {"page"=>"test"}
|
1392
|
+
Rendered app/pages/test.html.erb (0.0ms)
|
1393
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1394
|
+
Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.0ms)
|
1395
|
+
|
1396
|
+
|
1397
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:43 +0200
|
1398
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1399
|
+
|
1400
|
+
|
1401
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:13:43 +0200
|
1402
|
+
Processing by Seiten::PagesController#show as HTML
|
1403
|
+
Parameters: {"page"=>"contact-me"}
|
1404
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1405
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1406
|
+
Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.0ms)
|
1407
|
+
|
1408
|
+
|
1409
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:43 +0200
|
1410
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1411
|
+
|
1412
|
+
|
1413
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:43 +0200
|
1414
|
+
Processing by Seiten::PagesController#show as HTML
|
1415
|
+
Parameters: {"page"=>"about/our-product"}
|
1416
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1417
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1418
|
+
Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.0ms)
|
1419
|
+
|
1420
|
+
|
1421
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:43 +0200
|
1422
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1423
|
+
|
1424
|
+
|
1425
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:44 +0200
|
1426
|
+
Processing by Seiten::PagesController#show as HTML
|
1427
|
+
Parameters: {"page"=>"about/me"}
|
1428
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1429
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1430
|
+
Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.0ms)
|
1431
|
+
|
1432
|
+
|
1433
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:44 +0200
|
1434
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1435
|
+
|
1436
|
+
|
1437
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:13:44 +0200
|
1438
|
+
|
1439
|
+
|
1440
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:44 +0200
|
1441
|
+
Processing by Seiten::PagesController#show as HTML
|
1442
|
+
Parameters: {"page"=>"about/me"}
|
1443
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1444
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1445
|
+
Completed 200 OK in 41ms (Views: 39.7ms | ActiveRecord: 0.0ms)
|
1446
|
+
|
1447
|
+
|
1448
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:44 +0200
|
1449
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1450
|
+
|
1451
|
+
|
1452
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:13:44 +0200
|
1453
|
+
Processing by Seiten::PagesController#show as HTML
|
1454
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1455
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1456
|
+
Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.0ms)
|
1457
|
+
|
1458
|
+
|
1459
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:45 +0200
|
1460
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1461
|
+
|
1462
|
+
|
1463
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:13:45 +0200
|
1464
|
+
Processing by Seiten::PagesController#show as HTML
|
1465
|
+
Parameters: {"page"=>"about/our-product"}
|
1466
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1467
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1468
|
+
Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.0ms)
|
1469
|
+
|
1470
|
+
|
1471
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:46 +0200
|
1472
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1473
|
+
|
1474
|
+
|
1475
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:13:46 +0200
|
1476
|
+
Processing by Seiten::PagesController#show as HTML
|
1477
|
+
Parameters: {"page"=>"about/me"}
|
1478
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1479
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1480
|
+
Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.0ms)
|
1481
|
+
|
1482
|
+
|
1483
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:46 +0200
|
1484
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1485
|
+
|
1486
|
+
|
1487
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:13:47 +0200
|
1488
|
+
Processing by Seiten::PagesController#show as HTML
|
1489
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1490
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.9ms)
|
1491
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
1492
|
+
|
1493
|
+
|
1494
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:13:47 +0200
|
1495
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1496
|
+
|
1497
|
+
|
1498
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:16:08 +0200
|
1499
|
+
Processing by Seiten::PagesController#show as HTML
|
1500
|
+
Parameters: {"page"=>"test"}
|
1501
|
+
Rendered app/pages/test.html.erb (0.0ms)
|
1502
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1503
|
+
Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
1504
|
+
|
1505
|
+
|
1506
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:08 +0200
|
1507
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1508
|
+
|
1509
|
+
|
1510
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:16:09 +0200
|
1511
|
+
Processing by Seiten::PagesController#show as HTML
|
1512
|
+
Parameters: {"page"=>"contact-me"}
|
1513
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1514
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1515
|
+
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
|
1516
|
+
|
1517
|
+
|
1518
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:09 +0200
|
1519
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1520
|
+
|
1521
|
+
|
1522
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:16:09 +0200
|
1523
|
+
Processing by Seiten::PagesController#show as HTML
|
1524
|
+
Parameters: {"page"=>"about/our-product"}
|
1525
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1526
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1527
|
+
Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.0ms)
|
1528
|
+
|
1529
|
+
|
1530
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:10 +0200
|
1531
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1532
|
+
|
1533
|
+
|
1534
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:10 +0200
|
1535
|
+
Processing by Seiten::PagesController#show as HTML
|
1536
|
+
Parameters: {"page"=>"about/me"}
|
1537
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1538
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1539
|
+
Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms)
|
1540
|
+
|
1541
|
+
|
1542
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:10 +0200
|
1543
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1544
|
+
|
1545
|
+
|
1546
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:16:10 +0200
|
1547
|
+
|
1548
|
+
|
1549
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:10 +0200
|
1550
|
+
Processing by Seiten::PagesController#show as HTML
|
1551
|
+
Parameters: {"page"=>"about/me"}
|
1552
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1553
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1554
|
+
Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.0ms)
|
1555
|
+
|
1556
|
+
|
1557
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:11 +0200
|
1558
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1559
|
+
|
1560
|
+
|
1561
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:16:11 +0200
|
1562
|
+
Processing by Seiten::PagesController#show as HTML
|
1563
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1564
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1565
|
+
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
|
1566
|
+
|
1567
|
+
|
1568
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:11 +0200
|
1569
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1570
|
+
|
1571
|
+
|
1572
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:16:12 +0200
|
1573
|
+
|
1574
|
+
|
1575
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:12 +0200
|
1576
|
+
Processing by Seiten::PagesController#show as HTML
|
1577
|
+
Parameters: {"page"=>"about/me"}
|
1578
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1579
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1580
|
+
Completed 200 OK in 38ms (Views: 36.7ms | ActiveRecord: 0.0ms)
|
1581
|
+
|
1582
|
+
|
1583
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:12 +0200
|
1584
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1585
|
+
|
1586
|
+
|
1587
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:12 +0200
|
1588
|
+
Processing by Seiten::PagesController#show as HTML
|
1589
|
+
Parameters: {"page"=>"about/me"}
|
1590
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1591
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1592
|
+
Completed 200 OK in 38ms (Views: 36.9ms | ActiveRecord: 0.0ms)
|
1593
|
+
|
1594
|
+
|
1595
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:12 +0200
|
1596
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1597
|
+
|
1598
|
+
|
1599
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:16:13 +0200
|
1600
|
+
Processing by Seiten::PagesController#show as HTML
|
1601
|
+
Parameters: {"page"=>"about/our-product"}
|
1602
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1603
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1604
|
+
Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
1605
|
+
|
1606
|
+
|
1607
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:13 +0200
|
1608
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1609
|
+
|
1610
|
+
|
1611
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:13 +0200
|
1612
|
+
Processing by Seiten::PagesController#show as HTML
|
1613
|
+
Parameters: {"page"=>"about/me"}
|
1614
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1615
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1616
|
+
Completed 200 OK in 39ms (Views: 38.3ms | ActiveRecord: 0.0ms)
|
1617
|
+
|
1618
|
+
|
1619
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:13 +0200
|
1620
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1621
|
+
|
1622
|
+
|
1623
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:16:14 +0200
|
1624
|
+
Processing by Seiten::PagesController#show as HTML
|
1625
|
+
Parameters: {"page"=>"about/our-product"}
|
1626
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1627
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.0ms)
|
1628
|
+
Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.0ms)
|
1629
|
+
|
1630
|
+
|
1631
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:14 +0200
|
1632
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1633
|
+
|
1634
|
+
|
1635
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:16:14 +0200
|
1636
|
+
|
1637
|
+
|
1638
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:14 +0200
|
1639
|
+
Processing by Seiten::PagesController#show as HTML
|
1640
|
+
Parameters: {"page"=>"about/me"}
|
1641
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1642
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (24.4ms)
|
1643
|
+
Completed 200 OK in 39ms (Views: 38.1ms | ActiveRecord: 0.0ms)
|
1644
|
+
|
1645
|
+
|
1646
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:14 +0200
|
1647
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1648
|
+
|
1649
|
+
|
1650
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:16:14 +0200
|
1651
|
+
Processing by Seiten::PagesController#show as HTML
|
1652
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1653
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1654
|
+
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.0ms)
|
1655
|
+
|
1656
|
+
|
1657
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:15 +0200
|
1658
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1659
|
+
|
1660
|
+
|
1661
|
+
Started GET "/test" for 127.0.0.1 at 2013-07-23 15:16:15 +0200
|
1662
|
+
Processing by Seiten::PagesController#show as HTML
|
1663
|
+
Parameters: {"page"=>"test"}
|
1664
|
+
Rendered app/pages/test.html.erb (0.0ms)
|
1665
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1666
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
1667
|
+
|
1668
|
+
|
1669
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:15 +0200
|
1670
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1671
|
+
|
1672
|
+
|
1673
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:16:16 +0200
|
1674
|
+
Processing by Seiten::PagesController#show as HTML
|
1675
|
+
Parameters: {"page"=>"contact-me"}
|
1676
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1677
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1678
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
1679
|
+
|
1680
|
+
|
1681
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:16 +0200
|
1682
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1683
|
+
|
1684
|
+
|
1685
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:16:16 +0200
|
1686
|
+
Processing by Seiten::PagesController#show as HTML
|
1687
|
+
Parameters: {"page"=>"about/our-product"}
|
1688
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1689
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1690
|
+
Completed 200 OK in 39ms (Views: 38.5ms | ActiveRecord: 0.0ms)
|
1691
|
+
|
1692
|
+
|
1693
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:16 +0200
|
1694
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1695
|
+
|
1696
|
+
|
1697
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:16 +0200
|
1698
|
+
Processing by Seiten::PagesController#show as HTML
|
1699
|
+
Parameters: {"page"=>"about/me"}
|
1700
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1701
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.4ms)
|
1702
|
+
Completed 200 OK in 41ms (Views: 39.9ms | ActiveRecord: 0.0ms)
|
1703
|
+
|
1704
|
+
|
1705
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:17 +0200
|
1706
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1707
|
+
|
1708
|
+
|
1709
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:16:17 +0200
|
1710
|
+
|
1711
|
+
|
1712
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:17 +0200
|
1713
|
+
Processing by Seiten::PagesController#show as HTML
|
1714
|
+
Parameters: {"page"=>"about/me"}
|
1715
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1716
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1717
|
+
Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.0ms)
|
1718
|
+
|
1719
|
+
|
1720
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:17 +0200
|
1721
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1722
|
+
|
1723
|
+
|
1724
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:16:17 +0200
|
1725
|
+
Processing by Seiten::PagesController#show as HTML
|
1726
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1727
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
1728
|
+
Completed 200 OK in 37ms (Views: 36.0ms | ActiveRecord: 0.0ms)
|
1729
|
+
|
1730
|
+
|
1731
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:17 +0200
|
1732
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1733
|
+
|
1734
|
+
|
1735
|
+
Started GET "/contact-me" for 127.0.0.1 at 2013-07-23 15:16:18 +0200
|
1736
|
+
Processing by Seiten::PagesController#show as HTML
|
1737
|
+
Parameters: {"page"=>"contact-me"}
|
1738
|
+
Rendered app/pages/contact-me.html.erb (0.0ms)
|
1739
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1740
|
+
Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
1741
|
+
|
1742
|
+
|
1743
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:19 +0200
|
1744
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1745
|
+
|
1746
|
+
|
1747
|
+
Started GET "/about/our-product" for 127.0.0.1 at 2013-07-23 15:16:19 +0200
|
1748
|
+
Processing by Seiten::PagesController#show as HTML
|
1749
|
+
Parameters: {"page"=>"about/our-product"}
|
1750
|
+
Rendered app/pages/about/our-product.html.erb (0.0ms)
|
1751
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1752
|
+
Completed 200 OK in 38ms (Views: 37.5ms | ActiveRecord: 0.0ms)
|
1753
|
+
|
1754
|
+
|
1755
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:19 +0200
|
1756
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1757
|
+
|
1758
|
+
|
1759
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:19 +0200
|
1760
|
+
Processing by Seiten::PagesController#show as HTML
|
1761
|
+
Parameters: {"page"=>"about/me"}
|
1762
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1763
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1764
|
+
Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.0ms)
|
1765
|
+
|
1766
|
+
|
1767
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:19 +0200
|
1768
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1769
|
+
|
1770
|
+
|
1771
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-23 15:16:20 +0200
|
1772
|
+
|
1773
|
+
|
1774
|
+
Started GET "/about/me" for 127.0.0.1 at 2013-07-23 15:16:20 +0200
|
1775
|
+
Processing by Seiten::PagesController#show as HTML
|
1776
|
+
Parameters: {"page"=>"about/me"}
|
1777
|
+
Rendered app/pages/about/me.html.erb (0.0ms)
|
1778
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (23.3ms)
|
1779
|
+
Completed 200 OK in 38ms (Views: 37.0ms | ActiveRecord: 0.0ms)
|
1780
|
+
|
1781
|
+
|
1782
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:20 +0200
|
1783
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1784
|
+
|
1785
|
+
|
1786
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:16:20 +0200
|
1787
|
+
Processing by Seiten::PagesController#show as HTML
|
1788
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1789
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1790
|
+
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.0ms)
|
1791
|
+
|
1792
|
+
|
1793
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:16:20 +0200
|
1794
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1795
|
+
|
1796
|
+
|
1797
|
+
Started GET "/" for 127.0.0.1 at 2013-07-23 15:36:37 +0200
|
1798
|
+
Processing by Seiten::PagesController#show as HTML
|
1799
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1800
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1801
|
+
Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.0ms)
|
1802
|
+
|
1803
|
+
|
1804
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-23 15:36:38 +0200
|
1805
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1806
|
+
Connecting to database specified by database.yml
|
1807
|
+
Connecting to database specified by database.yml
|
1808
|
+
|
1809
|
+
|
1810
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:41:57 +0200
|
1811
|
+
Processing by Seiten::PagesController#show as HTML
|
1812
|
+
Rendered app/pages/home.html.erb (0.2ms)
|
1813
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.9ms)
|
1814
|
+
Completed 200 OK in 58ms (Views: 56.7ms | ActiveRecord: 0.0ms)
|
1815
|
+
|
1816
|
+
|
1817
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:41:57 +0200
|
1818
|
+
Served asset /application.css - 304 Not Modified (1ms)
|
1819
|
+
|
1820
|
+
|
1821
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:43:16 +0200
|
1822
|
+
Processing by Seiten::PagesController#show as HTML
|
1823
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
1824
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1825
|
+
Completed 200 OK in 47ms (Views: 46.1ms | ActiveRecord: 0.0ms)
|
1826
|
+
|
1827
|
+
|
1828
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:17 +0200
|
1829
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1830
|
+
|
1831
|
+
|
1832
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:43:17 +0200
|
1833
|
+
|
1834
|
+
|
1835
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:17 +0200
|
1836
|
+
Processing by Seiten::PagesController#show as HTML
|
1837
|
+
Parameters: {"page"=>"about/our-team"}
|
1838
|
+
Rendered app/pages/about/our-team.html.erb (0.3ms)
|
1839
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1840
|
+
Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.0ms)
|
1841
|
+
|
1842
|
+
|
1843
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:17 +0200
|
1844
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1845
|
+
|
1846
|
+
|
1847
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:18 +0200
|
1848
|
+
Processing by Seiten::PagesController#show as HTML
|
1849
|
+
Parameters: {"page"=>"about/our-team"}
|
1850
|
+
Rendered app/pages/about/our-team.html.erb (0.1ms)
|
1851
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.5ms)
|
1852
|
+
Completed 200 OK in 67ms (Views: 65.2ms | ActiveRecord: 0.0ms)
|
1853
|
+
|
1854
|
+
|
1855
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:18 +0200
|
1856
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1857
|
+
|
1858
|
+
|
1859
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 11:43:18 +0200
|
1860
|
+
Processing by Seiten::PagesController#show as HTML
|
1861
|
+
Parameters: {"page"=>"about/works"}
|
1862
|
+
Rendered app/pages/about/works.html.erb (0.3ms)
|
1863
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
1864
|
+
Completed 200 OK in 64ms (Views: 62.2ms | ActiveRecord: 0.0ms)
|
1865
|
+
|
1866
|
+
|
1867
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:19 +0200
|
1868
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1869
|
+
|
1870
|
+
|
1871
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:43:19 +0200
|
1872
|
+
Processing by Seiten::PagesController#show as HTML
|
1873
|
+
Parameters: {"page"=>"about/partners"}
|
1874
|
+
Rendered app/pages/about/partners.html.erb (0.3ms)
|
1875
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
1876
|
+
Completed 200 OK in 84ms (Views: 58.9ms | ActiveRecord: 0.0ms)
|
1877
|
+
|
1878
|
+
|
1879
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:19 +0200
|
1880
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1881
|
+
|
1882
|
+
|
1883
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 11:43:19 +0200
|
1884
|
+
Processing by Seiten::PagesController#show as HTML
|
1885
|
+
Parameters: {"page"=>"about/works"}
|
1886
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
1887
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1888
|
+
Completed 200 OK in 61ms (Views: 59.4ms | ActiveRecord: 0.0ms)
|
1889
|
+
|
1890
|
+
|
1891
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:20 +0200
|
1892
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1893
|
+
|
1894
|
+
|
1895
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:20 +0200
|
1896
|
+
Processing by Seiten::PagesController#show as HTML
|
1897
|
+
Parameters: {"page"=>"about/our-team"}
|
1898
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
1899
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1900
|
+
Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.0ms)
|
1901
|
+
|
1902
|
+
|
1903
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:20 +0200
|
1904
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1905
|
+
|
1906
|
+
|
1907
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:43:20 +0200
|
1908
|
+
Processing by Seiten::PagesController#show as HTML
|
1909
|
+
Parameters: {"page"=>"contact"}
|
1910
|
+
Rendered app/pages/contact.html.erb (0.3ms)
|
1911
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1912
|
+
Completed 200 OK in 60ms (Views: 58.4ms | ActiveRecord: 0.0ms)
|
1913
|
+
|
1914
|
+
|
1915
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:20 +0200
|
1916
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1917
|
+
|
1918
|
+
|
1919
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 11:43:21 +0200
|
1920
|
+
Processing by Seiten::PagesController#show as HTML
|
1921
|
+
Parameters: {"page"=>"products/web-development"}
|
1922
|
+
Rendered app/pages/products/web-development.html.erb (0.3ms)
|
1923
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
1924
|
+
Completed 200 OK in 61ms (Views: 60.0ms | ActiveRecord: 0.0ms)
|
1925
|
+
|
1926
|
+
|
1927
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:21 +0200
|
1928
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1929
|
+
|
1930
|
+
|
1931
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 11:43:21 +0200
|
1932
|
+
Processing by Seiten::PagesController#show as HTML
|
1933
|
+
Parameters: {"page"=>"products/logo-design"}
|
1934
|
+
Rendered app/pages/products/logo-design.html.erb (0.4ms)
|
1935
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.4ms)
|
1936
|
+
Completed 200 OK in 84ms (Views: 82.7ms | ActiveRecord: 0.0ms)
|
1937
|
+
|
1938
|
+
|
1939
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:21 +0200
|
1940
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1941
|
+
|
1942
|
+
|
1943
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:22 +0200
|
1944
|
+
Processing by Seiten::PagesController#show as HTML
|
1945
|
+
Parameters: {"page"=>"about/our-team"}
|
1946
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
1947
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1948
|
+
Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 0.0ms)
|
1949
|
+
|
1950
|
+
|
1951
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:22 +0200
|
1952
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1953
|
+
|
1954
|
+
|
1955
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 11:43:22 +0200
|
1956
|
+
Processing by Seiten::PagesController#show as HTML
|
1957
|
+
Parameters: {"page"=>"about/works"}
|
1958
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
1959
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1960
|
+
Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.0ms)
|
1961
|
+
|
1962
|
+
|
1963
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:22 +0200
|
1964
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1965
|
+
|
1966
|
+
|
1967
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:43:23 +0200
|
1968
|
+
Processing by Seiten::PagesController#show as HTML
|
1969
|
+
Parameters: {"page"=>"about/partners"}
|
1970
|
+
Rendered app/pages/about/partners.html.erb (0.0ms)
|
1971
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1972
|
+
Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.0ms)
|
1973
|
+
|
1974
|
+
|
1975
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:23 +0200
|
1976
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1977
|
+
|
1978
|
+
|
1979
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:43:23 +0200
|
1980
|
+
Processing by Seiten::PagesController#show as HTML
|
1981
|
+
Parameters: {"page"=>"contact"}
|
1982
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
1983
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
1984
|
+
Completed 200 OK in 61ms (Views: 59.5ms | ActiveRecord: 0.0ms)
|
1985
|
+
|
1986
|
+
|
1987
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:23 +0200
|
1988
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
1989
|
+
|
1990
|
+
|
1991
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:43:24 +0200
|
1992
|
+
Processing by Seiten::PagesController#show as HTML
|
1993
|
+
Parameters: {"page"=>"about/partners"}
|
1994
|
+
Rendered app/pages/about/partners.html.erb (0.0ms)
|
1995
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
1996
|
+
Completed 200 OK in 63ms (Views: 61.5ms | ActiveRecord: 0.0ms)
|
1997
|
+
|
1998
|
+
|
1999
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:24 +0200
|
2000
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2001
|
+
|
2002
|
+
|
2003
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 11:43:24 +0200
|
2004
|
+
Processing by Seiten::PagesController#show as HTML
|
2005
|
+
Parameters: {"page"=>"about/works"}
|
2006
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
2007
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2008
|
+
Completed 200 OK in 82ms (Views: 80.4ms | ActiveRecord: 0.0ms)
|
2009
|
+
|
2010
|
+
|
2011
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:24 +0200
|
2012
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2013
|
+
|
2014
|
+
|
2015
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:25 +0200
|
2016
|
+
Processing by Seiten::PagesController#show as HTML
|
2017
|
+
Parameters: {"page"=>"about/our-team"}
|
2018
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2019
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2020
|
+
Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.0ms)
|
2021
|
+
|
2022
|
+
|
2023
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:25 +0200
|
2024
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2025
|
+
|
2026
|
+
|
2027
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:43:25 +0200
|
2028
|
+
|
2029
|
+
|
2030
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:25 +0200
|
2031
|
+
Processing by Seiten::PagesController#show as HTML
|
2032
|
+
Parameters: {"page"=>"about/our-team"}
|
2033
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2034
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2035
|
+
Completed 200 OK in 59ms (Views: 58.1ms | ActiveRecord: 0.0ms)
|
2036
|
+
|
2037
|
+
|
2038
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:25 +0200
|
2039
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2040
|
+
|
2041
|
+
|
2042
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:43:26 +0200
|
2043
|
+
Processing by Seiten::PagesController#show as HTML
|
2044
|
+
Parameters: {"page"=>"contact"}
|
2045
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2046
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2047
|
+
Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.0ms)
|
2048
|
+
|
2049
|
+
|
2050
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:26 +0200
|
2051
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2052
|
+
|
2053
|
+
|
2054
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 11:43:26 +0200
|
2055
|
+
Processing by Seiten::PagesController#show as HTML
|
2056
|
+
Parameters: {"page"=>"products/web-development"}
|
2057
|
+
Rendered app/pages/products/web-development.html.erb (0.0ms)
|
2058
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2059
|
+
Completed 200 OK in 61ms (Views: 59.8ms | ActiveRecord: 0.0ms)
|
2060
|
+
|
2061
|
+
|
2062
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:26 +0200
|
2063
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2064
|
+
|
2065
|
+
|
2066
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 11:43:26 +0200
|
2067
|
+
Processing by Seiten::PagesController#show as HTML
|
2068
|
+
Parameters: {"page"=>"products/logo-design"}
|
2069
|
+
Rendered app/pages/products/logo-design.html.erb (0.0ms)
|
2070
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2071
|
+
Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.0ms)
|
2072
|
+
|
2073
|
+
|
2074
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:27 +0200
|
2075
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2076
|
+
|
2077
|
+
|
2078
|
+
Started GET "/products" for 127.0.0.1 at 2013-07-24 11:43:27 +0200
|
2079
|
+
Processing by Seiten::PagesController#show as HTML
|
2080
|
+
Parameters: {"page"=>"products"}
|
2081
|
+
Rendered app/pages/products.html.erb (0.3ms)
|
2082
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2083
|
+
Completed 200 OK in 46ms (Views: 22.1ms | ActiveRecord: 0.0ms)
|
2084
|
+
|
2085
|
+
|
2086
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:27 +0200
|
2087
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2088
|
+
|
2089
|
+
|
2090
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:43:27 +0200
|
2091
|
+
Processing by Seiten::PagesController#show as HTML
|
2092
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
2093
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2094
|
+
Completed 200 OK in 46ms (Views: 44.9ms | ActiveRecord: 0.0ms)
|
2095
|
+
|
2096
|
+
|
2097
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:27 +0200
|
2098
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2099
|
+
|
2100
|
+
|
2101
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:43:28 +0200
|
2102
|
+
Processing by Seiten::PagesController#show as HTML
|
2103
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
2104
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2105
|
+
Completed 200 OK in 50ms (Views: 48.2ms | ActiveRecord: 0.0ms)
|
2106
|
+
|
2107
|
+
|
2108
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:28 +0200
|
2109
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2110
|
+
|
2111
|
+
|
2112
|
+
Started GET "/products" for 127.0.0.1 at 2013-07-24 11:43:29 +0200
|
2113
|
+
Processing by Seiten::PagesController#show as HTML
|
2114
|
+
Parameters: {"page"=>"products"}
|
2115
|
+
Rendered app/pages/products.html.erb (0.0ms)
|
2116
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2117
|
+
Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.0ms)
|
2118
|
+
|
2119
|
+
|
2120
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:29 +0200
|
2121
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2122
|
+
|
2123
|
+
|
2124
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 11:43:30 +0200
|
2125
|
+
Processing by Seiten::PagesController#show as HTML
|
2126
|
+
Parameters: {"page"=>"products/logo-design"}
|
2127
|
+
Rendered app/pages/products/logo-design.html.erb (0.0ms)
|
2128
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.3ms)
|
2129
|
+
Completed 200 OK in 83ms (Views: 81.4ms | ActiveRecord: 0.0ms)
|
2130
|
+
|
2131
|
+
|
2132
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:30 +0200
|
2133
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2134
|
+
|
2135
|
+
|
2136
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 11:43:30 +0200
|
2137
|
+
Processing by Seiten::PagesController#show as HTML
|
2138
|
+
Parameters: {"page"=>"products/web-development"}
|
2139
|
+
Rendered app/pages/products/web-development.html.erb (0.0ms)
|
2140
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.9ms)
|
2141
|
+
Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.0ms)
|
2142
|
+
|
2143
|
+
|
2144
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:30 +0200
|
2145
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2146
|
+
|
2147
|
+
|
2148
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:43:31 +0200
|
2149
|
+
Processing by Seiten::PagesController#show as HTML
|
2150
|
+
Parameters: {"page"=>"contact"}
|
2151
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2152
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2153
|
+
Completed 200 OK in 58ms (Views: 57.2ms | ActiveRecord: 0.0ms)
|
2154
|
+
|
2155
|
+
|
2156
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:31 +0200
|
2157
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2158
|
+
|
2159
|
+
|
2160
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:43:31 +0200
|
2161
|
+
|
2162
|
+
|
2163
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:43:31 +0200
|
2164
|
+
Processing by Seiten::PagesController#show as HTML
|
2165
|
+
Parameters: {"page"=>"about/our-team"}
|
2166
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2167
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2168
|
+
Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.0ms)
|
2169
|
+
|
2170
|
+
|
2171
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:31 +0200
|
2172
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2173
|
+
|
2174
|
+
|
2175
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 11:43:32 +0200
|
2176
|
+
Processing by Seiten::PagesController#show as HTML
|
2177
|
+
Parameters: {"page"=>"about/works"}
|
2178
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
2179
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2180
|
+
Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 0.0ms)
|
2181
|
+
|
2182
|
+
|
2183
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:33 +0200
|
2184
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2185
|
+
|
2186
|
+
|
2187
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:43:33 +0200
|
2188
|
+
Processing by Seiten::PagesController#show as HTML
|
2189
|
+
Parameters: {"page"=>"about/partners"}
|
2190
|
+
Rendered app/pages/about/partners.html.erb (0.0ms)
|
2191
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2192
|
+
Completed 200 OK in 60ms (Views: 58.4ms | ActiveRecord: 0.0ms)
|
2193
|
+
|
2194
|
+
|
2195
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:33 +0200
|
2196
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2197
|
+
|
2198
|
+
|
2199
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:43:34 +0200
|
2200
|
+
Processing by Seiten::PagesController#show as HTML
|
2201
|
+
Parameters: {"page"=>"contact"}
|
2202
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2203
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
2204
|
+
Completed 200 OK in 82ms (Views: 80.3ms | ActiveRecord: 0.0ms)
|
2205
|
+
|
2206
|
+
|
2207
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:43:34 +0200
|
2208
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2209
|
+
|
2210
|
+
|
2211
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:47:55 +0200
|
2212
|
+
Processing by Seiten::PagesController#show as HTML
|
2213
|
+
Parameters: {"page"=>"contact"}
|
2214
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2215
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2216
|
+
Completed 200 OK in 63ms (Views: 61.8ms | ActiveRecord: 0.0ms)
|
2217
|
+
|
2218
|
+
|
2219
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:47:55 +0200
|
2220
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2221
|
+
|
2222
|
+
|
2223
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:47:58 +0200
|
2224
|
+
Processing by Seiten::PagesController#show as HTML
|
2225
|
+
Parameters: {"page"=>"about/partners"}
|
2226
|
+
Rendered app/pages/about/partners.html.erb (0.0ms)
|
2227
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.0ms)
|
2228
|
+
Completed 200 OK in 63ms (Views: 61.6ms | ActiveRecord: 0.0ms)
|
2229
|
+
|
2230
|
+
|
2231
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:47:58 +0200
|
2232
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2233
|
+
|
2234
|
+
|
2235
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:48:32 +0200
|
2236
|
+
Processing by Seiten::PagesController#show as HTML
|
2237
|
+
Parameters: {"page"=>"about/partners"}
|
2238
|
+
Rendered app/pages/about/partners.html.erb (5.4ms)
|
2239
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (6.2ms)
|
2240
|
+
Completed 500 Internal Server Error in 9ms
|
2241
|
+
|
2242
|
+
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Page):
|
2243
|
+
1: <%= seiten_navigation parent_id: Page.find_by_slug("/about/partners") %>
|
2244
|
+
app/pages/about/partners.html.erb:1:in `_app_pages_about_partners_html_erb__2338302875781222569_70294662471100'
|
2245
|
+
|
2246
|
+
|
2247
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
2248
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
2249
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.3ms)
|
2250
|
+
|
2251
|
+
|
2252
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:48:49 +0200
|
2253
|
+
Processing by Seiten::PagesController#show as HTML
|
2254
|
+
Parameters: {"page"=>"about/partners"}
|
2255
|
+
Rendered app/pages/about/partners.html.erb (2.6ms)
|
2256
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (3.5ms)
|
2257
|
+
Completed 500 Internal Server Error in 6ms
|
2258
|
+
|
2259
|
+
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Page):
|
2260
|
+
1: <%= seiten_navigation(parent_id: Page.find_by_slug("/about/partners")) %>
|
2261
|
+
app/pages/about/partners.html.erb:1:in `_app_pages_about_partners_html_erb__2338302875781222569_70294709142620'
|
2262
|
+
|
2263
|
+
|
2264
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
2265
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
2266
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms)
|
2267
|
+
|
2268
|
+
|
2269
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:49:02 +0200
|
2270
|
+
Processing by Seiten::PagesController#show as HTML
|
2271
|
+
Parameters: {"page"=>"about/partners"}
|
2272
|
+
Rendered app/pages/about/partners.html.erb (2.7ms)
|
2273
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (3.7ms)
|
2274
|
+
Completed 200 OK in 68ms (Views: 66.3ms | ActiveRecord: 0.0ms)
|
2275
|
+
|
2276
|
+
|
2277
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:02 +0200
|
2278
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2279
|
+
|
2280
|
+
|
2281
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:49:04 +0200
|
2282
|
+
Processing by Seiten::PagesController#show as HTML
|
2283
|
+
Parameters: {"page"=>"about/partners"}
|
2284
|
+
Rendered app/pages/about/partners.html.erb (1.9ms)
|
2285
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (2.6ms)
|
2286
|
+
Completed 200 OK in 62ms (Views: 60.9ms | ActiveRecord: 0.0ms)
|
2287
|
+
|
2288
|
+
|
2289
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:04 +0200
|
2290
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2291
|
+
|
2292
|
+
|
2293
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:49:05 +0200
|
2294
|
+
Processing by Seiten::PagesController#show as HTML
|
2295
|
+
Parameters: {"page"=>"about/partners"}
|
2296
|
+
Rendered app/pages/about/partners.html.erb (2.1ms)
|
2297
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (3.2ms)
|
2298
|
+
Completed 200 OK in 64ms (Views: 62.1ms | ActiveRecord: 0.0ms)
|
2299
|
+
|
2300
|
+
|
2301
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:06 +0200
|
2302
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2303
|
+
|
2304
|
+
|
2305
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 11:49:06 +0200
|
2306
|
+
Processing by Seiten::PagesController#show as HTML
|
2307
|
+
Parameters: {"page"=>"about/works"}
|
2308
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
2309
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2310
|
+
Completed 200 OK in 60ms (Views: 58.7ms | ActiveRecord: 0.0ms)
|
2311
|
+
|
2312
|
+
|
2313
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:06 +0200
|
2314
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2315
|
+
|
2316
|
+
|
2317
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:49:07 +0200
|
2318
|
+
Processing by Seiten::PagesController#show as HTML
|
2319
|
+
Parameters: {"page"=>"about/our-team"}
|
2320
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2321
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.9ms)
|
2322
|
+
Completed 200 OK in 86ms (Views: 83.4ms | ActiveRecord: 0.0ms)
|
2323
|
+
|
2324
|
+
|
2325
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:07 +0200
|
2326
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2327
|
+
|
2328
|
+
|
2329
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 11:49:08 +0200
|
2330
|
+
|
2331
|
+
|
2332
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:49:08 +0200
|
2333
|
+
Processing by Seiten::PagesController#show as HTML
|
2334
|
+
Parameters: {"page"=>"about/our-team"}
|
2335
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2336
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2337
|
+
Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.0ms)
|
2338
|
+
|
2339
|
+
|
2340
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:08 +0200
|
2341
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2342
|
+
|
2343
|
+
|
2344
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 11:49:08 +0200
|
2345
|
+
Processing by Seiten::PagesController#show as HTML
|
2346
|
+
Parameters: {"page"=>"contact"}
|
2347
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2348
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2349
|
+
Completed 200 OK in 58ms (Views: 57.3ms | ActiveRecord: 0.0ms)
|
2350
|
+
|
2351
|
+
|
2352
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:09 +0200
|
2353
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2354
|
+
|
2355
|
+
|
2356
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 11:49:09 +0200
|
2357
|
+
Processing by Seiten::PagesController#show as HTML
|
2358
|
+
Parameters: {"page"=>"products/web-development"}
|
2359
|
+
Rendered app/pages/products/web-development.html.erb (0.0ms)
|
2360
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2361
|
+
Completed 200 OK in 58ms (Views: 57.2ms | ActiveRecord: 0.0ms)
|
2362
|
+
|
2363
|
+
|
2364
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:09 +0200
|
2365
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2366
|
+
|
2367
|
+
|
2368
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 11:49:09 +0200
|
2369
|
+
Processing by Seiten::PagesController#show as HTML
|
2370
|
+
Parameters: {"page"=>"products/logo-design"}
|
2371
|
+
Rendered app/pages/products/logo-design.html.erb (0.0ms)
|
2372
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2373
|
+
Completed 200 OK in 60ms (Views: 58.8ms | ActiveRecord: 0.0ms)
|
2374
|
+
|
2375
|
+
|
2376
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:09 +0200
|
2377
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2378
|
+
|
2379
|
+
|
2380
|
+
Started GET "/products" for 127.0.0.1 at 2013-07-24 11:49:10 +0200
|
2381
|
+
Processing by Seiten::PagesController#show as HTML
|
2382
|
+
Parameters: {"page"=>"products"}
|
2383
|
+
Rendered app/pages/products.html.erb (0.0ms)
|
2384
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2385
|
+
Completed 200 OK in 46ms (Views: 44.4ms | ActiveRecord: 0.0ms)
|
2386
|
+
|
2387
|
+
|
2388
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:10 +0200
|
2389
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2390
|
+
|
2391
|
+
|
2392
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 11:49:10 +0200
|
2393
|
+
Processing by Seiten::PagesController#show as HTML
|
2394
|
+
Rendered app/pages/home.html.erb (0.0ms)
|
2395
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2396
|
+
Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)
|
2397
|
+
|
2398
|
+
|
2399
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:10 +0200
|
2400
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2401
|
+
|
2402
|
+
|
2403
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:49:11 +0200
|
2404
|
+
Processing by Seiten::PagesController#show as HTML
|
2405
|
+
Parameters: {"page"=>"about/partners"}
|
2406
|
+
Rendered app/pages/about/partners.html.erb (2.5ms)
|
2407
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (3.3ms)
|
2408
|
+
Completed 200 OK in 61ms (Views: 59.9ms | ActiveRecord: 0.0ms)
|
2409
|
+
|
2410
|
+
|
2411
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:11 +0200
|
2412
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2413
|
+
|
2414
|
+
|
2415
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:49:18 +0200
|
2416
|
+
Processing by Seiten::PagesController#show as HTML
|
2417
|
+
Parameters: {"page"=>"about/partners"}
|
2418
|
+
Rendered app/pages/about/partners.html.erb (13.5ms)
|
2419
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (14.6ms)
|
2420
|
+
Completed 200 OK in 103ms (Views: 102.1ms | ActiveRecord: 0.0ms)
|
2421
|
+
|
2422
|
+
|
2423
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:49:18 +0200
|
2424
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2425
|
+
|
2426
|
+
|
2427
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 11:51:12 +0200
|
2428
|
+
Processing by Seiten::PagesController#show as HTML
|
2429
|
+
Parameters: {"page"=>"about/our-team"}
|
2430
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2431
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2432
|
+
Completed 200 OK in 62ms (Views: 60.6ms | ActiveRecord: 0.0ms)
|
2433
|
+
|
2434
|
+
|
2435
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:51:13 +0200
|
2436
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2437
|
+
|
2438
|
+
|
2439
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:51:33 +0200
|
2440
|
+
Processing by Seiten::PagesController#show as HTML
|
2441
|
+
Parameters: {"page"=>"about/partners"}
|
2442
|
+
Rendered app/pages/about/partners.html.erb (12.1ms)
|
2443
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (12.9ms)
|
2444
|
+
Completed 200 OK in 71ms (Views: 69.8ms | ActiveRecord: 0.0ms)
|
2445
|
+
|
2446
|
+
|
2447
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:51:34 +0200
|
2448
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2449
|
+
Connecting to database specified by database.yml
|
2450
|
+
|
2451
|
+
|
2452
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 11:52:32 +0200
|
2453
|
+
Processing by Seiten::PagesController#show as HTML
|
2454
|
+
Parameters: {"page"=>"about/partners"}
|
2455
|
+
Rendered app/pages/about/partners.html.erb (34.7ms)
|
2456
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (36.5ms)
|
2457
|
+
Completed 200 OK in 103ms (Views: 101.9ms | ActiveRecord: 0.0ms)
|
2458
|
+
|
2459
|
+
|
2460
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 11:52:33 +0200
|
2461
|
+
Served asset /application.css - 304 Not Modified (1ms)
|
2462
|
+
|
2463
|
+
|
2464
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:05:28 +0200
|
2465
|
+
Processing by Seiten::PagesController#show as HTML
|
2466
|
+
Parameters: {"page"=>"about/partners"}
|
2467
|
+
Rendered app/pages/about/partners.html.erb (37.6ms)
|
2468
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (38.4ms)
|
2469
|
+
Completed 200 OK in 99ms (Views: 97.5ms | ActiveRecord: 0.0ms)
|
2470
|
+
|
2471
|
+
|
2472
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:29 +0200
|
2473
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2474
|
+
|
2475
|
+
|
2476
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 12:05:29 +0200
|
2477
|
+
Processing by Seiten::PagesController#show as HTML
|
2478
|
+
Parameters: {"page"=>"about/works"}
|
2479
|
+
Rendered app/pages/about/works.html.erb (0.3ms)
|
2480
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2481
|
+
Completed 200 OK in 61ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
2482
|
+
|
2483
|
+
|
2484
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:29 +0200
|
2485
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2486
|
+
|
2487
|
+
|
2488
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:05:30 +0200
|
2489
|
+
Processing by Seiten::PagesController#show as HTML
|
2490
|
+
Parameters: {"page"=>"about/our-team"}
|
2491
|
+
Rendered app/pages/about/our-team.html.erb (0.4ms)
|
2492
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
2493
|
+
Completed 200 OK in 63ms (Views: 61.0ms | ActiveRecord: 0.0ms)
|
2494
|
+
|
2495
|
+
|
2496
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:30 +0200
|
2497
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2498
|
+
|
2499
|
+
|
2500
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:05:30 +0200
|
2501
|
+
|
2502
|
+
|
2503
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:05:30 +0200
|
2504
|
+
Processing by Seiten::PagesController#show as HTML
|
2505
|
+
Parameters: {"page"=>"about/our-team"}
|
2506
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2507
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2508
|
+
Completed 200 OK in 59ms (Views: 58.2ms | ActiveRecord: 0.0ms)
|
2509
|
+
|
2510
|
+
|
2511
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:30 +0200
|
2512
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2513
|
+
|
2514
|
+
|
2515
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:05:31 +0200
|
2516
|
+
Processing by Seiten::PagesController#show as HTML
|
2517
|
+
Parameters: {"page"=>"about/our-team"}
|
2518
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2519
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2520
|
+
Completed 200 OK in 62ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
2521
|
+
|
2522
|
+
|
2523
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:31 +0200
|
2524
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2525
|
+
|
2526
|
+
|
2527
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 12:05:31 +0200
|
2528
|
+
Processing by Seiten::PagesController#show as HTML
|
2529
|
+
Parameters: {"page"=>"about/works"}
|
2530
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
2531
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
2532
|
+
Completed 200 OK in 84ms (Views: 82.4ms | ActiveRecord: 0.0ms)
|
2533
|
+
|
2534
|
+
|
2535
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:31 +0200
|
2536
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2537
|
+
|
2538
|
+
|
2539
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:05:32 +0200
|
2540
|
+
Processing by Seiten::PagesController#show as HTML
|
2541
|
+
Parameters: {"page"=>"about/partners"}
|
2542
|
+
Rendered app/pages/about/partners.html.erb (12.6ms)
|
2543
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (13.4ms)
|
2544
|
+
Completed 200 OK in 73ms (Views: 71.4ms | ActiveRecord: 0.0ms)
|
2545
|
+
|
2546
|
+
|
2547
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:32 +0200
|
2548
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2549
|
+
|
2550
|
+
|
2551
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:05:32 +0200
|
2552
|
+
Processing by Seiten::PagesController#show as HTML
|
2553
|
+
Parameters: {"page"=>"contact"}
|
2554
|
+
Rendered app/pages/contact.html.erb (0.3ms)
|
2555
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.6ms)
|
2556
|
+
Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.0ms)
|
2557
|
+
|
2558
|
+
|
2559
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:32 +0200
|
2560
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2561
|
+
|
2562
|
+
|
2563
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:05:33 +0200
|
2564
|
+
Processing by Seiten::PagesController#show as HTML
|
2565
|
+
Parameters: {"page"=>"about/our-team"}
|
2566
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2567
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2568
|
+
Completed 200 OK in 61ms (Views: 59.6ms | ActiveRecord: 0.0ms)
|
2569
|
+
|
2570
|
+
|
2571
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:33 +0200
|
2572
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2573
|
+
|
2574
|
+
|
2575
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:05:34 +0200
|
2576
|
+
Processing by Seiten::PagesController#show as HTML
|
2577
|
+
Parameters: {"page"=>"contact"}
|
2578
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2579
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2580
|
+
Completed 200 OK in 82ms (Views: 58.6ms | ActiveRecord: 0.0ms)
|
2581
|
+
|
2582
|
+
|
2583
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:34 +0200
|
2584
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2585
|
+
|
2586
|
+
|
2587
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:05:34 +0200
|
2588
|
+
Processing by Seiten::PagesController#show as HTML
|
2589
|
+
Parameters: {"page"=>"products/web-development"}
|
2590
|
+
Rendered app/pages/products/web-development.html.erb (0.3ms)
|
2591
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2592
|
+
Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.0ms)
|
2593
|
+
|
2594
|
+
|
2595
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:35 +0200
|
2596
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2597
|
+
|
2598
|
+
|
2599
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 12:05:35 +0200
|
2600
|
+
Processing by Seiten::PagesController#show as HTML
|
2601
|
+
Parameters: {"page"=>"products/logo-design"}
|
2602
|
+
Rendered app/pages/products/logo-design.html.erb (0.3ms)
|
2603
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
2604
|
+
Completed 200 OK in 62ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
2605
|
+
|
2606
|
+
|
2607
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:35 +0200
|
2608
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2609
|
+
|
2610
|
+
|
2611
|
+
Started GET "/products" for 127.0.0.1 at 2013-07-24 12:05:35 +0200
|
2612
|
+
Processing by Seiten::PagesController#show as HTML
|
2613
|
+
Parameters: {"page"=>"products"}
|
2614
|
+
Rendered app/pages/products.html.erb (0.3ms)
|
2615
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.3ms)
|
2616
|
+
Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.0ms)
|
2617
|
+
|
2618
|
+
|
2619
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:35 +0200
|
2620
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2621
|
+
|
2622
|
+
|
2623
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:05:36 +0200
|
2624
|
+
Processing by Seiten::PagesController#show as HTML
|
2625
|
+
Parameters: {"page"=>"products/web-development"}
|
2626
|
+
Rendered app/pages/products/web-development.html.erb (0.0ms)
|
2627
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2628
|
+
Completed 200 OK in 59ms (Views: 57.9ms | ActiveRecord: 0.0ms)
|
2629
|
+
|
2630
|
+
|
2631
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:36 +0200
|
2632
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2633
|
+
|
2634
|
+
|
2635
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:05:37 +0200
|
2636
|
+
Processing by Seiten::PagesController#show as HTML
|
2637
|
+
Parameters: {"page"=>"about/partners"}
|
2638
|
+
Rendered app/pages/about/partners.html.erb (12.6ms)
|
2639
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (13.3ms)
|
2640
|
+
Completed 200 OK in 72ms (Views: 70.5ms | ActiveRecord: 0.0ms)
|
2641
|
+
|
2642
|
+
|
2643
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:38 +0200
|
2644
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2645
|
+
|
2646
|
+
|
2647
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:05:44 +0200
|
2648
|
+
Processing by Seiten::PagesController#show as HTML
|
2649
|
+
Parameters: {"page"=>"contact"}
|
2650
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2651
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2652
|
+
Completed 200 OK in 60ms (Views: 58.9ms | ActiveRecord: 0.0ms)
|
2653
|
+
|
2654
|
+
|
2655
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:44 +0200
|
2656
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2657
|
+
|
2658
|
+
|
2659
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:05:45 +0200
|
2660
|
+
Processing by Seiten::PagesController#show as HTML
|
2661
|
+
Parameters: {"page"=>"about/partners"}
|
2662
|
+
Rendered app/pages/about/partners.html.erb (13.1ms)
|
2663
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (13.9ms)
|
2664
|
+
Completed 200 OK in 74ms (Views: 72.9ms | ActiveRecord: 0.0ms)
|
2665
|
+
|
2666
|
+
|
2667
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:05:45 +0200
|
2668
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2669
|
+
|
2670
|
+
|
2671
|
+
Started GET "/about/partners" for 127.0.0.1 at 2013-07-24 12:07:39 +0200
|
2672
|
+
Processing by Seiten::PagesController#show as HTML
|
2673
|
+
Parameters: {"page"=>"about/partners"}
|
2674
|
+
Rendered app/pages/about/partners.html.erb (35.7ms)
|
2675
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (36.5ms)
|
2676
|
+
Completed 200 OK in 98ms (Views: 96.7ms | ActiveRecord: 0.0ms)
|
2677
|
+
|
2678
|
+
|
2679
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:40 +0200
|
2680
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2681
|
+
|
2682
|
+
|
2683
|
+
Started GET "/" for 127.0.0.1 at 2013-07-24 12:07:43 +0200
|
2684
|
+
Processing by Seiten::PagesController#show as HTML
|
2685
|
+
Rendered app/pages/home.html.erb (0.4ms)
|
2686
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.8ms)
|
2687
|
+
Completed 200 OK in 55ms (Views: 53.5ms | ActiveRecord: 0.0ms)
|
2688
|
+
|
2689
|
+
|
2690
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:43 +0200
|
2691
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2692
|
+
|
2693
|
+
|
2694
|
+
Started GET "/products" for 127.0.0.1 at 2013-07-24 12:07:45 +0200
|
2695
|
+
Processing by Seiten::PagesController#show as HTML
|
2696
|
+
Parameters: {"page"=>"products"}
|
2697
|
+
Rendered app/pages/products.html.erb (0.0ms)
|
2698
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2699
|
+
Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.0ms)
|
2700
|
+
|
2701
|
+
|
2702
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:45 +0200
|
2703
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2704
|
+
|
2705
|
+
|
2706
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 12:07:46 +0200
|
2707
|
+
Processing by Seiten::PagesController#show as HTML
|
2708
|
+
Parameters: {"page"=>"products/logo-design"}
|
2709
|
+
Rendered app/pages/products/logo-design.html.erb (0.0ms)
|
2710
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.2ms)
|
2711
|
+
Completed 200 OK in 63ms (Views: 62.1ms | ActiveRecord: 0.0ms)
|
2712
|
+
|
2713
|
+
|
2714
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:46 +0200
|
2715
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2716
|
+
|
2717
|
+
|
2718
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:07:47 +0200
|
2719
|
+
Processing by Seiten::PagesController#show as HTML
|
2720
|
+
Parameters: {"page"=>"products/web-development"}
|
2721
|
+
Rendered app/pages/products/web-development.html.erb (0.0ms)
|
2722
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2723
|
+
Completed 200 OK in 62ms (Views: 60.6ms | ActiveRecord: 0.0ms)
|
2724
|
+
|
2725
|
+
|
2726
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:47 +0200
|
2727
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2728
|
+
|
2729
|
+
|
2730
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:07:48 +0200
|
2731
|
+
Processing by Seiten::PagesController#show as HTML
|
2732
|
+
Parameters: {"page"=>"contact"}
|
2733
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2734
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2735
|
+
Completed 200 OK in 63ms (Views: 61.3ms | ActiveRecord: 0.0ms)
|
2736
|
+
|
2737
|
+
|
2738
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:48 +0200
|
2739
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2740
|
+
|
2741
|
+
|
2742
|
+
Started GET "/about" for 127.0.0.1 at 2013-07-24 12:07:49 +0200
|
2743
|
+
|
2744
|
+
|
2745
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:07:49 +0200
|
2746
|
+
Processing by Seiten::PagesController#show as HTML
|
2747
|
+
Parameters: {"page"=>"about/our-team"}
|
2748
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2749
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2750
|
+
Completed 200 OK in 86ms (Views: 84.4ms | ActiveRecord: 0.0ms)
|
2751
|
+
|
2752
|
+
|
2753
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:49 +0200
|
2754
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2755
|
+
|
2756
|
+
|
2757
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:07:50 +0200
|
2758
|
+
Processing by Seiten::PagesController#show as HTML
|
2759
|
+
Parameters: {"page"=>"about/our-team"}
|
2760
|
+
Rendered app/pages/about/our-team.html.erb (0.0ms)
|
2761
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2762
|
+
Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.0ms)
|
2763
|
+
|
2764
|
+
|
2765
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:50 +0200
|
2766
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2767
|
+
|
2768
|
+
|
2769
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 12:07:51 +0200
|
2770
|
+
Processing by Seiten::PagesController#show as HTML
|
2771
|
+
Parameters: {"page"=>"about/works"}
|
2772
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
2773
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2774
|
+
Completed 200 OK in 62ms (Views: 60.9ms | ActiveRecord: 0.0ms)
|
2775
|
+
|
2776
|
+
|
2777
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:07:51 +0200
|
2778
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2779
|
+
|
2780
|
+
|
2781
|
+
Started GET "/about/works" for 127.0.0.1 at 2013-07-24 12:08:21 +0200
|
2782
|
+
Processing by Seiten::PagesController#show as HTML
|
2783
|
+
Parameters: {"page"=>"about/works"}
|
2784
|
+
Rendered app/pages/about/works.html.erb (0.0ms)
|
2785
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.7ms)
|
2786
|
+
Completed 200 OK in 64ms (Views: 62.5ms | ActiveRecord: 0.0ms)
|
2787
|
+
|
2788
|
+
|
2789
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:08:21 +0200
|
2790
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2791
|
+
|
2792
|
+
|
2793
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:10:43 +0200
|
2794
|
+
Processing by Seiten::PagesController#show as HTML
|
2795
|
+
Parameters: {"page"=>"about/our-team"}
|
2796
|
+
Rendered app/pages/about/our-team.html.erb (2.7ms)
|
2797
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (3.6ms)
|
2798
|
+
Completed 500 Internal Server Error in 29ms
|
2799
|
+
|
2800
|
+
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Page):
|
2801
|
+
1: <%= seiten_navigation parent_id: Page.find_by_slug("/about/our-team").id %>
|
2802
|
+
app/pages/about/our-team.html.erb:1:in `_app_pages_about_our_team_html_erb___3165038281381046443_70174294101220'
|
2803
|
+
|
2804
|
+
|
2805
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
2806
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
2807
|
+
Rendered /Users/pulleasy/code/seiten/.bundle/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
|
2808
|
+
|
2809
|
+
|
2810
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:10:50 +0200
|
2811
|
+
Processing by Seiten::PagesController#show as HTML
|
2812
|
+
Parameters: {"page"=>"about/our-team"}
|
2813
|
+
Rendered app/pages/about/our-team.html.erb (14.3ms)
|
2814
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (15.6ms)
|
2815
|
+
Completed 200 OK in 84ms (Views: 82.6ms | ActiveRecord: 0.0ms)
|
2816
|
+
|
2817
|
+
|
2818
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:10:50 +0200
|
2819
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2820
|
+
|
2821
|
+
|
2822
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:10:59 +0200
|
2823
|
+
Processing by Seiten::PagesController#show as HTML
|
2824
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2825
|
+
Rendered app/pages/about/our-team/switzerland.html.erb (0.3ms)
|
2826
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2827
|
+
Completed 200 OK in 115ms (Views: 113.2ms | ActiveRecord: 0.0ms)
|
2828
|
+
|
2829
|
+
|
2830
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:10:59 +0200
|
2831
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2832
|
+
|
2833
|
+
|
2834
|
+
Started GET "/about/our-team/italy" for 127.0.0.1 at 2013-07-24 12:11:09 +0200
|
2835
|
+
Processing by Seiten::PagesController#show as HTML
|
2836
|
+
Parameters: {"page"=>"about/our-team/italy"}
|
2837
|
+
Rendered app/pages/about/our-team/italy.html.erb (0.3ms)
|
2838
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (1.1ms)
|
2839
|
+
Completed 200 OK in 114ms (Views: 112.9ms | ActiveRecord: 0.0ms)
|
2840
|
+
|
2841
|
+
|
2842
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:09 +0200
|
2843
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2844
|
+
|
2845
|
+
|
2846
|
+
Started GET "/products/web-development" for 127.0.0.1 at 2013-07-24 12:11:10 +0200
|
2847
|
+
Processing by Seiten::PagesController#show as HTML
|
2848
|
+
Parameters: {"page"=>"products/web-development"}
|
2849
|
+
Rendered app/pages/products/web-development.html.erb (0.0ms)
|
2850
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2851
|
+
Completed 200 OK in 75ms (Views: 73.1ms | ActiveRecord: 0.0ms)
|
2852
|
+
|
2853
|
+
|
2854
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:10 +0200
|
2855
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2856
|
+
|
2857
|
+
|
2858
|
+
Started GET "/products/logo-design" for 127.0.0.1 at 2013-07-24 12:11:11 +0200
|
2859
|
+
Processing by Seiten::PagesController#show as HTML
|
2860
|
+
Parameters: {"page"=>"products/logo-design"}
|
2861
|
+
Rendered app/pages/products/logo-design.html.erb (0.0ms)
|
2862
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2863
|
+
Completed 200 OK in 69ms (Views: 67.3ms | ActiveRecord: 0.0ms)
|
2864
|
+
|
2865
|
+
|
2866
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:11 +0200
|
2867
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2868
|
+
|
2869
|
+
|
2870
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:11:12 +0200
|
2871
|
+
Processing by Seiten::PagesController#show as HTML
|
2872
|
+
Parameters: {"page"=>"about/our-team"}
|
2873
|
+
Rendered app/pages/about/our-team.html.erb (11.0ms)
|
2874
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (11.8ms)
|
2875
|
+
Completed 200 OK in 80ms (Views: 78.7ms | ActiveRecord: 0.0ms)
|
2876
|
+
|
2877
|
+
|
2878
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:12 +0200
|
2879
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2880
|
+
|
2881
|
+
|
2882
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:11:13 +0200
|
2883
|
+
Processing by Seiten::PagesController#show as HTML
|
2884
|
+
Parameters: {"page"=>"about/our-team"}
|
2885
|
+
Rendered app/pages/about/our-team.html.erb (34.6ms)
|
2886
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (35.5ms)
|
2887
|
+
Completed 200 OK in 104ms (Views: 102.6ms | ActiveRecord: 0.0ms)
|
2888
|
+
|
2889
|
+
|
2890
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:13 +0200
|
2891
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2892
|
+
|
2893
|
+
|
2894
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:11:14 +0200
|
2895
|
+
Processing by Seiten::PagesController#show as HTML
|
2896
|
+
Parameters: {"page"=>"about/our-team"}
|
2897
|
+
Rendered app/pages/about/our-team.html.erb (11.1ms)
|
2898
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (11.9ms)
|
2899
|
+
Completed 200 OK in 104ms (Views: 102.8ms | ActiveRecord: 0.0ms)
|
2900
|
+
|
2901
|
+
|
2902
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:14 +0200
|
2903
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2904
|
+
|
2905
|
+
|
2906
|
+
Started GET "/contact" for 127.0.0.1 at 2013-07-24 12:11:15 +0200
|
2907
|
+
Processing by Seiten::PagesController#show as HTML
|
2908
|
+
Parameters: {"page"=>"contact"}
|
2909
|
+
Rendered app/pages/contact.html.erb (0.0ms)
|
2910
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2911
|
+
Completed 200 OK in 71ms (Views: 69.3ms | ActiveRecord: 0.0ms)
|
2912
|
+
|
2913
|
+
|
2914
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:15 +0200
|
2915
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2916
|
+
|
2917
|
+
|
2918
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:11:16 +0200
|
2919
|
+
Processing by Seiten::PagesController#show as HTML
|
2920
|
+
Parameters: {"page"=>"about/our-team"}
|
2921
|
+
Rendered app/pages/about/our-team.html.erb (10.7ms)
|
2922
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (11.4ms)
|
2923
|
+
Completed 200 OK in 101ms (Views: 100.0ms | ActiveRecord: 0.0ms)
|
2924
|
+
|
2925
|
+
|
2926
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:11:17 +0200
|
2927
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2928
|
+
|
2929
|
+
|
2930
|
+
Started GET "/about/our-team" for 127.0.0.1 at 2013-07-24 12:12:03 +0200
|
2931
|
+
Processing by Seiten::PagesController#show as HTML
|
2932
|
+
Parameters: {"page"=>"about/our-team"}
|
2933
|
+
Rendered app/pages/about/our-team.html.erb (11.0ms)
|
2934
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (11.9ms)
|
2935
|
+
Completed 200 OK in 81ms (Views: 79.6ms | ActiveRecord: 0.0ms)
|
2936
|
+
|
2937
|
+
|
2938
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:12:03 +0200
|
2939
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2940
|
+
|
2941
|
+
|
2942
|
+
Started GET "/about/our-team/switzerland" for 127.0.0.1 at 2013-07-24 12:12:05 +0200
|
2943
|
+
Processing by Seiten::PagesController#show as HTML
|
2944
|
+
Parameters: {"page"=>"about/our-team/switzerland"}
|
2945
|
+
Rendered app/pages/about/our-team/switzerland.html.erb (0.0ms)
|
2946
|
+
Rendered /Users/pulleasy/code/seiten/app/views/seiten/pages/show.html.erb within layouts/application (0.8ms)
|
2947
|
+
Completed 200 OK in 113ms (Views: 111.0ms | ActiveRecord: 0.0ms)
|
2948
|
+
|
2949
|
+
|
2950
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-24 12:12:05 +0200
|
2951
|
+
Served asset /application.css - 304 Not Modified (0ms)
|