sitepress-rails 0.1.26 → 0.1.27

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ef11daeb9671a2da502b1c03b22c1a9e95ea46e
4
- data.tar.gz: 592f51b568adf7f17b2e3d4213d70573b8a5403d
3
+ metadata.gz: 027cfbb8b2287f8ed5c2da1368cfc75821b3d9c2
4
+ data.tar.gz: c0ee867a1293ff9ffed5aaa150df8d491bbc4f4c
5
5
  SHA512:
6
- metadata.gz: e3653dd3eafa0b3bc4d4521880fd86089aad5131c7f8461e92396274426e1714ad545f79bcaa10a8dbc93d3758f98b4c7a698f669d3dbfb28f9d5b469aeab364
7
- data.tar.gz: a0b3f0bacc8979d698fde6a4c40a9c09985b1923a20a349d218202c9ee1aaf138bf2d762bbb3da65760cea1ae064c56186c6f6976986cfd8010d09d432a94084
6
+ metadata.gz: b5f4109ea391c4f76fc5b71b892a973964e56f9bf9e25f4738c69fb8bdb99fd027e5576df7051be35e77fad1a43c5de815eebfcb2c6864306b4fab9c900072ec
7
+ data.tar.gz: e990a3321275c5d4e2edf96bdac2f2f92049f5449cb2e397b0b5c623851d89669fcefb736c8ce53d41c5d37c2709a7cf7f4064fa6125327f1bde4babea767b8e
@@ -12,13 +12,17 @@ module Sitepress
12
12
  end
13
13
 
14
14
  def show
15
- render inline: current_page.body,
16
- type: current_page.asset.template_extensions.last,
17
- layout: current_page.data.fetch("layout", controller_layout),
18
- content_type: current_page.mime_type.to_s
15
+ render_page current_page
19
16
  end
20
17
 
21
18
  protected
19
+ def render_page(page)
20
+ render inline: page.body,
21
+ type: page.asset.template_extensions.last,
22
+ layout: page.data.fetch("layout", controller_layout),
23
+ content_type: page.mime_type.to_s
24
+ end
25
+
22
26
  def current_page
23
27
  @_current_page ||= find_resource
24
28
  end
@@ -56576,3 +56576,1663 @@ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
56576
56576
   (0.0ms) rollback transaction
56577
56577
   (0.1ms) begin transaction
56578
56578
   (0.0ms) rollback transaction
56579
+  (0.6ms) begin transaction
56580
+  (0.1ms) rollback transaction
56581
+  (0.0ms) begin transaction
56582
+  (0.1ms) rollback transaction
56583
+  (0.0ms) begin transaction
56584
+  (0.0ms) rollback transaction
56585
+  (0.0ms) begin transaction
56586
+  (0.1ms) rollback transaction
56587
+  (0.0ms) begin transaction
56588
+  (0.1ms) rollback transaction
56589
+  (0.1ms) begin transaction
56590
+  (0.1ms) rollback transaction
56591
+  (0.0ms) begin transaction
56592
+  (0.0ms) rollback transaction
56593
+  (0.0ms) begin transaction
56594
+  (0.0ms) rollback transaction
56595
+  (0.0ms) begin transaction
56596
+ Processing by Sitepress::SiteController#show as HTML
56597
+ Parameters: {"resource_path"=>"/non-existent"}
56598
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
56599
+  (0.1ms) rollback transaction
56600
+  (0.1ms) begin transaction
56601
+ Processing by Sitepress::SiteController#show as HTML
56602
+ Parameters: {"resource_path"=>"/hi"}
56603
+ Rendered inline template within layouts/application (1.5ms)
56604
+ Completed 200 OK in 24ms (Views: 14.3ms | ActiveRecord: 0.0ms)
56605
+  (0.1ms) rollback transaction
56606
+  (0.0ms) begin transaction
56607
+ Processing by Sitepress::SiteController#show as HTML
56608
+ Parameters: {"resource_path"=>"/hi"}
56609
+ Rendered inline template within layouts/application (0.2ms)
56610
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
56611
+  (0.1ms) rollback transaction
56612
+  (0.0ms) begin transaction
56613
+ Processing by Sitepress::SiteController#show as HTML
56614
+ Parameters: {"resource_path"=>"/hi"}
56615
+ Rendered inline template within layouts/application (0.2ms)
56616
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
56617
+  (0.1ms) rollback transaction
56618
+  (0.0ms) begin transaction
56619
+ Processing by Sitepress::SiteController#show as HTML
56620
+ Parameters: {"resource_path"=>"/hi"}
56621
+ Rendered inline template within layouts/application (0.3ms)
56622
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
56623
+  (0.1ms) rollback transaction
56624
+  (0.0ms) begin transaction
56625
+ Processing by Sitepress::SiteController#show as HTML
56626
+ Parameters: {"resource_path"=>"/time"}
56627
+ Rendered app/content/pages/_stupid.html.erb (0.3ms)
56628
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
56629
+ Rendered inline template within layouts/sitepress_test_layout (8.6ms)
56630
+ Completed 200 OK in 15ms (Views: 11.7ms | ActiveRecord: 0.0ms)
56631
+  (0.1ms) rollback transaction
56632
+  (0.0ms) begin transaction
56633
+ Processing by Sitepress::SiteController#show as HTML
56634
+ Parameters: {"resource_path"=>"/time"}
56635
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56636
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56637
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
56638
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
56639
+  (0.0ms) rollback transaction
56640
+  (0.1ms) begin transaction
56641
+ Processing by Sitepress::SiteController#show as HTML
56642
+ Parameters: {"resource_path"=>"/time"}
56643
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56644
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56645
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
56646
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
56647
+  (0.1ms) rollback transaction
56648
+  (0.0ms) begin transaction
56649
+ Processing by Sitepress::SiteController#show as HTML
56650
+ Parameters: {"resource_path"=>"/time"}
56651
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
56652
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
56653
+ Rendered inline template within layouts/sitepress_test_layout (1.0ms)
56654
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
56655
+  (0.1ms) rollback transaction
56656
+  (0.1ms) begin transaction
56657
+ Processing by Sitepress::SiteController#show as HTML
56658
+ Parameters: {"resource_path"=>"/time"}
56659
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56660
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56661
+ Rendered inline template within layouts/sitepress_test_layout (1.1ms)
56662
+ Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 0.0ms)
56663
+  (0.1ms) rollback transaction
56664
+  (0.0ms) begin transaction
56665
+ Processing by Sitepress::SiteController#show as HTML
56666
+ Parameters: {"resource_path"=>"/time"}
56667
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56668
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56669
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
56670
+ Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
56671
+  (0.0ms) rollback transaction
56672
+  (0.0ms) begin transaction
56673
+  (0.1ms) rollback transaction
56674
+  (0.0ms) begin transaction
56675
+  (0.0ms) rollback transaction
56676
+  (0.0ms) begin transaction
56677
+  (0.1ms) begin transaction
56678
+  (0.1ms) begin transaction
56679
+  (0.1ms) begin transaction
56680
+  (0.1ms) begin transaction
56681
+  (0.1ms) begin transaction
56682
+  (0.1ms) begin transaction
56683
+  (0.1ms) begin transaction
56684
+  (0.1ms) begin transaction
56685
+  (0.1ms) begin transaction
56686
+  (0.1ms) begin transaction
56687
+  (0.2ms) begin transaction
56688
+  (0.0ms) rollback transaction
56689
+  (0.0ms) begin transaction
56690
+  (0.1ms) rollback transaction
56691
+  (0.0ms) begin transaction
56692
+  (0.1ms) rollback transaction
56693
+  (0.1ms) begin transaction
56694
+  (0.1ms) rollback transaction
56695
+  (0.0ms) begin transaction
56696
+  (0.3ms) rollback transaction
56697
+  (0.1ms) begin transaction
56698
+  (0.2ms) begin transaction
56699
+  (0.2ms) begin transaction
56700
+  (0.2ms) begin transaction
56701
+  (0.4ms) begin transaction
56702
+  (0.2ms) begin transaction
56703
+  (0.2ms) begin transaction
56704
+  (0.2ms) begin transaction
56705
+  (0.2ms) begin transaction
56706
+  (0.1ms) begin transaction
56707
+  (0.2ms) begin transaction
56708
+  (0.2ms) begin transaction
56709
+  (0.0ms) rollback transaction
56710
+  (0.0ms) begin transaction
56711
+  (0.1ms) rollback transaction
56712
+  (0.1ms) begin transaction
56713
+  (0.0ms) rollback transaction
56714
+  (0.0ms) begin transaction
56715
+  (0.1ms) rollback transaction
56716
+  (0.0ms) begin transaction
56717
+  (0.1ms) rollback transaction
56718
+  (0.1ms) begin transaction
56719
+ Processing by Sitepress::SiteController#show as HTML
56720
+ Parameters: {"resource_path"=>"/hi"}
56721
+ Rendered inline template within layouts/application (0.3ms)
56722
+ Completed 200 OK in 18ms (Views: 3.6ms | ActiveRecord: 0.0ms)
56723
+  (0.1ms) rollback transaction
56724
+  (0.1ms) begin transaction
56725
+ Processing by Sitepress::SiteController#show as HTML
56726
+ Parameters: {"resource_path"=>"/hi"}
56727
+ Rendered inline template within layouts/application (0.3ms)
56728
+ Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
56729
+  (0.1ms) rollback transaction
56730
+  (0.1ms) begin transaction
56731
+ Processing by Sitepress::SiteController#show as HTML
56732
+ Parameters: {"resource_path"=>"/hi"}
56733
+ Rendered inline template within layouts/application (0.3ms)
56734
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
56735
+  (0.1ms) rollback transaction
56736
+  (0.1ms) begin transaction
56737
+ Processing by Sitepress::SiteController#show as HTML
56738
+ Parameters: {"resource_path"=>"/hi"}
56739
+ Rendered inline template within layouts/application (0.2ms)
56740
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
56741
+  (0.1ms) rollback transaction
56742
+  (0.1ms) begin transaction
56743
+ Processing by Sitepress::SiteController#show as HTML
56744
+ Parameters: {"resource_path"=>"/time"}
56745
+ Rendered app/content/pages/_stupid.html.erb (0.3ms)
56746
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
56747
+ Rendered inline template within layouts/sitepress_test_layout (19.1ms)
56748
+ Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.0ms)
56749
+  (0.1ms) rollback transaction
56750
+  (0.1ms) begin transaction
56751
+ Processing by Sitepress::SiteController#show as HTML
56752
+ Parameters: {"resource_path"=>"/time"}
56753
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
56754
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56755
+ Rendered inline template within layouts/sitepress_test_layout (1.0ms)
56756
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
56757
+  (0.0ms) rollback transaction
56758
+  (0.0ms) begin transaction
56759
+ Processing by Sitepress::SiteController#show as HTML
56760
+ Parameters: {"resource_path"=>"/time"}
56761
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56762
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56763
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
56764
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
56765
+  (0.1ms) rollback transaction
56766
+  (0.0ms) begin transaction
56767
+ Processing by Sitepress::SiteController#show as HTML
56768
+ Parameters: {"resource_path"=>"/time"}
56769
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56770
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56771
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
56772
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
56773
+  (0.1ms) rollback transaction
56774
+  (0.0ms) begin transaction
56775
+ Processing by Sitepress::SiteController#show as HTML
56776
+ Parameters: {"resource_path"=>"/time"}
56777
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56778
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56779
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
56780
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
56781
+  (0.1ms) rollback transaction
56782
+  (0.1ms) begin transaction
56783
+ Processing by Sitepress::SiteController#show as HTML
56784
+ Parameters: {"resource_path"=>"/time"}
56785
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
56786
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
56787
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
56788
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
56789
+  (0.1ms) rollback transaction
56790
+  (0.0ms) begin transaction
56791
+ Processing by Sitepress::SiteController#show as HTML
56792
+ Parameters: {"resource_path"=>"/non-existent"}
56793
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
56794
+  (0.1ms) rollback transaction
56795
+  (0.2ms) begin transaction
56796
+  (0.0ms) rollback transaction
56797
+  (0.0ms) begin transaction
56798
+  (0.0ms) rollback transaction
56799
+  (0.0ms) begin transaction
56800
+  (0.2ms) begin transaction
56801
+  (0.2ms) begin transaction
56802
+  (0.2ms) begin transaction
56803
+  (0.2ms) begin transaction
56804
+  (0.2ms) begin transaction
56805
+  (0.2ms) begin transaction
56806
+  (0.2ms) begin transaction
56807
+  (0.2ms) begin transaction
56808
+  (0.2ms) begin transaction
56809
+  (0.2ms) begin transaction
56810
+  (0.2ms) begin transaction
56811
+  (0.1ms) rollback transaction
56812
+  (0.0ms) begin transaction
56813
+  (0.1ms) rollback transaction
56814
+  (0.1ms) begin transaction
56815
+  (0.1ms) rollback transaction
56816
+  (0.0ms) begin transaction
56817
+  (0.1ms) rollback transaction
56818
+  (0.1ms) begin transaction
56819
+  (0.1ms) rollback transaction
56820
+  (0.1ms) begin transaction
56821
+  (0.1ms) rollback transaction
56822
+  (0.0ms) begin transaction
56823
+  (0.1ms) rollback transaction
56824
+  (0.1ms) begin transaction
56825
+ Processing by Sitepress::SiteController#show as HTML
56826
+ Parameters: {"resource_path"=>"/non-existent"}
56827
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
56828
+  (0.1ms) rollback transaction
56829
+  (0.0ms) begin transaction
56830
+ Processing by Sitepress::SiteController#show as HTML
56831
+ Parameters: {"resource_path"=>"/time"}
56832
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56833
+  (0.1ms) rollback transaction
56834
+  (0.1ms) begin transaction
56835
+ Processing by Sitepress::SiteController#show as HTML
56836
+ Parameters: {"resource_path"=>"/time"}
56837
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56838
+  (0.1ms) rollback transaction
56839
+  (0.1ms) begin transaction
56840
+ Processing by Sitepress::SiteController#show as HTML
56841
+ Parameters: {"resource_path"=>"/time"}
56842
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56843
+  (0.1ms) rollback transaction
56844
+  (0.0ms) begin transaction
56845
+ Processing by Sitepress::SiteController#show as HTML
56846
+ Parameters: {"resource_path"=>"/time"}
56847
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56848
+  (0.1ms) rollback transaction
56849
+  (0.1ms) begin transaction
56850
+ Processing by Sitepress::SiteController#show as HTML
56851
+ Parameters: {"resource_path"=>"/time"}
56852
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56853
+  (0.1ms) rollback transaction
56854
+  (0.1ms) begin transaction
56855
+ Processing by Sitepress::SiteController#show as HTML
56856
+ Parameters: {"resource_path"=>"/time"}
56857
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56858
+  (0.1ms) rollback transaction
56859
+  (0.1ms) begin transaction
56860
+ Processing by Sitepress::SiteController#show as HTML
56861
+ Parameters: {"resource_path"=>"/hi"}
56862
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56863
+  (0.1ms) rollback transaction
56864
+  (0.0ms) begin transaction
56865
+ Processing by Sitepress::SiteController#show as HTML
56866
+ Parameters: {"resource_path"=>"/hi"}
56867
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56868
+  (0.1ms) rollback transaction
56869
+  (0.1ms) begin transaction
56870
+ Processing by Sitepress::SiteController#show as HTML
56871
+ Parameters: {"resource_path"=>"/hi"}
56872
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56873
+  (0.1ms) rollback transaction
56874
+  (0.0ms) begin transaction
56875
+ Processing by Sitepress::SiteController#show as HTML
56876
+ Parameters: {"resource_path"=>"/hi"}
56877
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56878
+  (0.1ms) rollback transaction
56879
+  (0.1ms) begin transaction
56880
+  (0.1ms) rollback transaction
56881
+  (0.2ms) begin transaction
56882
+  (0.1ms) rollback transaction
56883
+  (0.1ms) begin transaction
56884
+ Processing by Sitepress::SiteController#show as HTML
56885
+ Parameters: {"resource_path"=>"/non-existent"}
56886
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
56887
+  (0.1ms) rollback transaction
56888
+  (0.0ms) begin transaction
56889
+ Processing by Sitepress::SiteController#show as HTML
56890
+ Parameters: {"resource_path"=>"/time"}
56891
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
56892
+  (0.1ms) rollback transaction
56893
+  (0.0ms) begin transaction
56894
+ Processing by Sitepress::SiteController#show as HTML
56895
+ Parameters: {"resource_path"=>"/time"}
56896
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56897
+  (0.1ms) rollback transaction
56898
+  (0.0ms) begin transaction
56899
+ Processing by Sitepress::SiteController#show as HTML
56900
+ Parameters: {"resource_path"=>"/time"}
56901
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56902
+  (0.0ms) rollback transaction
56903
+  (0.0ms) begin transaction
56904
+ Processing by Sitepress::SiteController#show as HTML
56905
+ Parameters: {"resource_path"=>"/time"}
56906
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56907
+  (0.1ms) rollback transaction
56908
+  (0.1ms) begin transaction
56909
+ Processing by Sitepress::SiteController#show as HTML
56910
+ Parameters: {"resource_path"=>"/time"}
56911
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56912
+  (0.1ms) rollback transaction
56913
+  (0.0ms) begin transaction
56914
+ Processing by Sitepress::SiteController#show as HTML
56915
+ Parameters: {"resource_path"=>"/time"}
56916
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56917
+  (0.1ms) rollback transaction
56918
+  (0.0ms) begin transaction
56919
+ Processing by Sitepress::SiteController#show as HTML
56920
+ Parameters: {"resource_path"=>"/hi"}
56921
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56922
+  (0.1ms) rollback transaction
56923
+  (0.0ms) begin transaction
56924
+ Processing by Sitepress::SiteController#show as HTML
56925
+ Parameters: {"resource_path"=>"/hi"}
56926
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56927
+  (0.1ms) rollback transaction
56928
+  (0.1ms) begin transaction
56929
+ Processing by Sitepress::SiteController#show as HTML
56930
+ Parameters: {"resource_path"=>"/hi"}
56931
+ Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)
56932
+  (0.1ms) rollback transaction
56933
+  (0.1ms) begin transaction
56934
+ Processing by Sitepress::SiteController#show as HTML
56935
+ Parameters: {"resource_path"=>"/hi"}
56936
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
56937
+  (0.1ms) rollback transaction
56938
+  (0.0ms) begin transaction
56939
+  (0.1ms) rollback transaction
56940
+  (0.0ms) begin transaction
56941
+  (0.0ms) rollback transaction
56942
+  (0.0ms) begin transaction
56943
+  (0.0ms) rollback transaction
56944
+  (0.0ms) begin transaction
56945
+  (0.1ms) rollback transaction
56946
+  (0.0ms) begin transaction
56947
+  (0.0ms) rollback transaction
56948
+  (0.0ms) begin transaction
56949
+  (0.2ms) begin transaction
56950
+  (0.1ms) begin transaction
56951
+  (0.1ms) begin transaction
56952
+  (0.1ms) begin transaction
56953
+  (0.1ms) begin transaction
56954
+  (0.1ms) begin transaction
56955
+  (0.1ms) begin transaction
56956
+  (0.1ms) begin transaction
56957
+  (0.1ms) begin transaction
56958
+  (0.2ms) begin transaction
56959
+  (0.1ms) begin transaction
56960
+  (0.0ms) rollback transaction
56961
+  (0.0ms) begin transaction
56962
+  (0.0ms) rollback transaction
56963
+  (0.0ms) begin transaction
56964
+  (0.0ms) rollback transaction
56965
+  (0.0ms) begin transaction
56966
+  (0.1ms) rollback transaction
56967
+  (0.2ms) begin transaction
56968
+  (0.2ms) begin transaction
56969
+  (0.2ms) begin transaction
56970
+  (0.2ms) begin transaction
56971
+  (0.2ms) begin transaction
56972
+  (0.2ms) begin transaction
56973
+  (0.3ms) begin transaction
56974
+  (0.1ms) begin transaction
56975
+  (0.1ms) begin transaction
56976
+  (0.1ms) begin transaction
56977
+  (0.2ms) begin transaction
56978
+  (0.1ms) begin transaction
56979
+  (0.1ms) rollback transaction
56980
+  (0.0ms) begin transaction
56981
+  (0.0ms) rollback transaction
56982
+  (0.0ms) begin transaction
56983
+  (0.0ms) rollback transaction
56984
+  (0.0ms) begin transaction
56985
+  (0.1ms) rollback transaction
56986
+  (0.0ms) begin transaction
56987
+  (0.1ms) rollback transaction
56988
+  (0.0ms) begin transaction
56989
+  (0.1ms) rollback transaction
56990
+  (0.0ms) begin transaction
56991
+  (0.1ms) rollback transaction
56992
+  (0.0ms) begin transaction
56993
+ Processing by Sitepress::SiteController#show as HTML
56994
+ Parameters: {"resource_path"=>"/hi"}
56995
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
56996
+  (0.1ms) rollback transaction
56997
+  (0.1ms) begin transaction
56998
+ Processing by Sitepress::SiteController#show as HTML
56999
+ Parameters: {"resource_path"=>"/hi"}
57000
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57001
+  (0.1ms) rollback transaction
57002
+  (0.1ms) begin transaction
57003
+ Processing by Sitepress::SiteController#show as HTML
57004
+ Parameters: {"resource_path"=>"/hi"}
57005
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57006
+  (0.1ms) rollback transaction
57007
+  (0.0ms) begin transaction
57008
+ Processing by Sitepress::SiteController#show as HTML
57009
+ Parameters: {"resource_path"=>"/hi"}
57010
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57011
+  (0.1ms) rollback transaction
57012
+  (0.0ms) begin transaction
57013
+ Processing by Sitepress::SiteController#show as HTML
57014
+ Parameters: {"resource_path"=>"/non-existent"}
57015
+ Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
57016
+  (0.1ms) rollback transaction
57017
+  (0.0ms) begin transaction
57018
+ Processing by Sitepress::SiteController#show as HTML
57019
+ Parameters: {"resource_path"=>"/time"}
57020
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57021
+  (0.1ms) rollback transaction
57022
+  (0.1ms) begin transaction
57023
+ Processing by Sitepress::SiteController#show as HTML
57024
+ Parameters: {"resource_path"=>"/time"}
57025
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57026
+  (0.1ms) rollback transaction
57027
+  (0.1ms) begin transaction
57028
+ Processing by Sitepress::SiteController#show as HTML
57029
+ Parameters: {"resource_path"=>"/time"}
57030
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57031
+  (0.2ms) rollback transaction
57032
+  (0.1ms) begin transaction
57033
+ Processing by Sitepress::SiteController#show as HTML
57034
+ Parameters: {"resource_path"=>"/time"}
57035
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57036
+  (0.1ms) rollback transaction
57037
+  (0.1ms) begin transaction
57038
+ Processing by Sitepress::SiteController#show as HTML
57039
+ Parameters: {"resource_path"=>"/time"}
57040
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57041
+  (0.1ms) rollback transaction
57042
+  (0.0ms) begin transaction
57043
+ Processing by Sitepress::SiteController#show as HTML
57044
+ Parameters: {"resource_path"=>"/time"}
57045
+ Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
57046
+  (0.1ms) rollback transaction
57047
+  (0.1ms) begin transaction
57048
+  (0.1ms) rollback transaction
57049
+  (0.0ms) begin transaction
57050
+  (0.0ms) rollback transaction
57051
+  (0.0ms) begin transaction
57052
+  (0.1ms) rollback transaction
57053
+  (0.2ms) begin transaction
57054
+  (0.0ms) rollback transaction
57055
+  (0.0ms) begin transaction
57056
+  (0.0ms) rollback transaction
57057
+  (0.0ms) begin transaction
57058
+  (0.1ms) rollback transaction
57059
+  (0.0ms) begin transaction
57060
+  (0.0ms) rollback transaction
57061
+  (0.0ms) begin transaction
57062
+  (0.2ms) begin transaction
57063
+  (0.1ms) begin transaction
57064
+  (0.2ms) begin transaction
57065
+  (0.2ms) begin transaction
57066
+  (0.2ms) begin transaction
57067
+  (0.2ms) begin transaction
57068
+  (0.2ms) begin transaction
57069
+  (0.2ms) begin transaction
57070
+  (0.3ms) begin transaction
57071
+  (0.1ms) begin transaction
57072
+  (0.1ms) begin transaction
57073
+  (0.1ms) rollback transaction
57074
+  (0.0ms) begin transaction
57075
+  (0.1ms) rollback transaction
57076
+  (0.0ms) begin transaction
57077
+  (0.1ms) rollback transaction
57078
+  (0.1ms) begin transaction
57079
+  (0.0ms) rollback transaction
57080
+  (0.0ms) begin transaction
57081
+  (0.1ms) rollback transaction
57082
+  (0.1ms) begin transaction
57083
+ Processing by Sitepress::SiteController#show as HTML
57084
+ Parameters: {"resource_path"=>"/non-existent"}
57085
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
57086
+  (0.1ms) rollback transaction
57087
+  (0.0ms) begin transaction
57088
+ Processing by Sitepress::SiteController#show as HTML
57089
+ Parameters: {"resource_path"=>"/time"}
57090
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57091
+  (0.1ms) rollback transaction
57092
+  (0.0ms) begin transaction
57093
+ Processing by Sitepress::SiteController#show as HTML
57094
+ Parameters: {"resource_path"=>"/time"}
57095
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57096
+  (0.1ms) rollback transaction
57097
+  (0.0ms) begin transaction
57098
+ Processing by Sitepress::SiteController#show as HTML
57099
+ Parameters: {"resource_path"=>"/time"}
57100
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57101
+  (0.1ms) rollback transaction
57102
+  (0.0ms) begin transaction
57103
+ Processing by Sitepress::SiteController#show as HTML
57104
+ Parameters: {"resource_path"=>"/time"}
57105
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57106
+  (0.1ms) rollback transaction
57107
+  (0.0ms) begin transaction
57108
+ Processing by Sitepress::SiteController#show as HTML
57109
+ Parameters: {"resource_path"=>"/time"}
57110
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57111
+  (0.1ms) rollback transaction
57112
+  (0.0ms) begin transaction
57113
+ Processing by Sitepress::SiteController#show as HTML
57114
+ Parameters: {"resource_path"=>"/time"}
57115
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57116
+  (0.1ms) rollback transaction
57117
+  (0.1ms) begin transaction
57118
+ Processing by Sitepress::SiteController#show as HTML
57119
+ Parameters: {"resource_path"=>"/hi"}
57120
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57121
+  (0.1ms) rollback transaction
57122
+  (0.1ms) begin transaction
57123
+ Processing by Sitepress::SiteController#show as HTML
57124
+ Parameters: {"resource_path"=>"/hi"}
57125
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
57126
+  (0.1ms) rollback transaction
57127
+  (0.1ms) begin transaction
57128
+ Processing by Sitepress::SiteController#show as HTML
57129
+ Parameters: {"resource_path"=>"/hi"}
57130
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57131
+  (0.1ms) rollback transaction
57132
+  (0.0ms) begin transaction
57133
+ Processing by Sitepress::SiteController#show as HTML
57134
+ Parameters: {"resource_path"=>"/hi"}
57135
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57136
+  (0.1ms) rollback transaction
57137
+  (0.0ms) begin transaction
57138
+  (0.0ms) rollback transaction
57139
+  (0.2ms) begin transaction
57140
+  (0.1ms) rollback transaction
57141
+  (0.0ms) begin transaction
57142
+  (0.1ms) rollback transaction
57143
+  (0.0ms) begin transaction
57144
+  (0.0ms) rollback transaction
57145
+  (0.0ms) begin transaction
57146
+  (0.0ms) rollback transaction
57147
+  (0.0ms) begin transaction
57148
+  (0.1ms) rollback transaction
57149
+  (0.0ms) begin transaction
57150
+  (0.0ms) rollback transaction
57151
+  (0.0ms) begin transaction
57152
+  (0.0ms) rollback transaction
57153
+  (0.0ms) begin transaction
57154
+  (0.1ms) rollback transaction
57155
+  (0.0ms) begin transaction
57156
+  (0.0ms) rollback transaction
57157
+  (0.0ms) begin transaction
57158
+  (0.0ms) rollback transaction
57159
+  (0.0ms) begin transaction
57160
+ Processing by Sitepress::SiteController#show as HTML
57161
+ Parameters: {"resource_path"=>"/non-existent"}
57162
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
57163
+  (0.1ms) rollback transaction
57164
+  (0.0ms) begin transaction
57165
+ Processing by Sitepress::SiteController#show as HTML
57166
+ Parameters: {"resource_path"=>"/hi"}
57167
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57168
+  (0.1ms) rollback transaction
57169
+  (0.1ms) begin transaction
57170
+ Processing by Sitepress::SiteController#show as HTML
57171
+ Parameters: {"resource_path"=>"/hi"}
57172
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57173
+  (0.1ms) rollback transaction
57174
+  (0.1ms) begin transaction
57175
+ Processing by Sitepress::SiteController#show as HTML
57176
+ Parameters: {"resource_path"=>"/hi"}
57177
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57178
+  (0.1ms) rollback transaction
57179
+  (0.1ms) begin transaction
57180
+ Processing by Sitepress::SiteController#show as HTML
57181
+ Parameters: {"resource_path"=>"/hi"}
57182
+ Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.0ms)
57183
+  (0.1ms) rollback transaction
57184
+  (0.2ms) begin transaction
57185
+ Processing by Sitepress::SiteController#show as HTML
57186
+ Parameters: {"resource_path"=>"/time"}
57187
+ Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
57188
+  (0.1ms) rollback transaction
57189
+  (0.0ms) begin transaction
57190
+ Processing by Sitepress::SiteController#show as HTML
57191
+ Parameters: {"resource_path"=>"/time"}
57192
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57193
+  (0.1ms) rollback transaction
57194
+  (0.0ms) begin transaction
57195
+ Processing by Sitepress::SiteController#show as HTML
57196
+ Parameters: {"resource_path"=>"/time"}
57197
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57198
+  (0.1ms) rollback transaction
57199
+  (0.0ms) begin transaction
57200
+ Processing by Sitepress::SiteController#show as HTML
57201
+ Parameters: {"resource_path"=>"/time"}
57202
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
57203
+  (0.2ms) rollback transaction
57204
+  (0.1ms) begin transaction
57205
+ Processing by Sitepress::SiteController#show as HTML
57206
+ Parameters: {"resource_path"=>"/time"}
57207
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57208
+  (0.1ms) rollback transaction
57209
+  (0.0ms) begin transaction
57210
+ Processing by Sitepress::SiteController#show as HTML
57211
+ Parameters: {"resource_path"=>"/time"}
57212
+ Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
57213
+  (0.1ms) rollback transaction
57214
+  (0.1ms) begin transaction
57215
+  (0.2ms) begin transaction
57216
+  (0.1ms) begin transaction
57217
+  (0.1ms) begin transaction
57218
+  (0.1ms) begin transaction
57219
+  (0.1ms) begin transaction
57220
+  (0.1ms) begin transaction
57221
+  (0.1ms) begin transaction
57222
+  (0.1ms) begin transaction
57223
+  (0.1ms) begin transaction
57224
+  (0.1ms) begin transaction
57225
+  (0.2ms) begin transaction
57226
+  (0.1ms) rollback transaction
57227
+  (0.0ms) begin transaction
57228
+  (0.0ms) rollback transaction
57229
+  (0.0ms) begin transaction
57230
+  (0.0ms) rollback transaction
57231
+  (0.1ms) begin transaction
57232
+  (0.0ms) rollback transaction
57233
+  (0.0ms) begin transaction
57234
+  (0.0ms) rollback transaction
57235
+  (0.0ms) begin transaction
57236
+ Processing by Sitepress::SiteController#show as HTML
57237
+ Parameters: {"resource_path"=>"/time"}
57238
+ Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
57239
+  (0.0ms) rollback transaction
57240
+  (0.0ms) begin transaction
57241
+ Processing by Sitepress::SiteController#show as HTML
57242
+ Parameters: {"resource_path"=>"/time"}
57243
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57244
+  (0.0ms) rollback transaction
57245
+  (0.0ms) begin transaction
57246
+ Processing by Sitepress::SiteController#show as HTML
57247
+ Parameters: {"resource_path"=>"/time"}
57248
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57249
+  (0.0ms) rollback transaction
57250
+  (0.0ms) begin transaction
57251
+ Processing by Sitepress::SiteController#show as HTML
57252
+ Parameters: {"resource_path"=>"/time"}
57253
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57254
+  (0.0ms) rollback transaction
57255
+  (0.0ms) begin transaction
57256
+ Processing by Sitepress::SiteController#show as HTML
57257
+ Parameters: {"resource_path"=>"/time"}
57258
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57259
+  (0.0ms) rollback transaction
57260
+  (0.0ms) begin transaction
57261
+ Processing by Sitepress::SiteController#show as HTML
57262
+ Parameters: {"resource_path"=>"/time"}
57263
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57264
+  (0.0ms) rollback transaction
57265
+  (0.0ms) begin transaction
57266
+ Processing by Sitepress::SiteController#show as HTML
57267
+ Parameters: {"resource_path"=>"/hi"}
57268
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57269
+  (0.1ms) rollback transaction
57270
+  (0.0ms) begin transaction
57271
+ Processing by Sitepress::SiteController#show as HTML
57272
+ Parameters: {"resource_path"=>"/hi"}
57273
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57274
+  (0.1ms) rollback transaction
57275
+  (0.1ms) begin transaction
57276
+ Processing by Sitepress::SiteController#show as HTML
57277
+ Parameters: {"resource_path"=>"/hi"}
57278
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57279
+  (0.1ms) rollback transaction
57280
+  (0.0ms) begin transaction
57281
+ Processing by Sitepress::SiteController#show as HTML
57282
+ Parameters: {"resource_path"=>"/hi"}
57283
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57284
+  (0.1ms) rollback transaction
57285
+  (0.0ms) begin transaction
57286
+ Processing by Sitepress::SiteController#show as HTML
57287
+ Parameters: {"resource_path"=>"/non-existent"}
57288
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
57289
+  (0.0ms) rollback transaction
57290
+  (0.0ms) begin transaction
57291
+  (0.1ms) rollback transaction
57292
+  (0.1ms) begin transaction
57293
+  (0.1ms) rollback transaction
57294
+  (0.1ms) begin transaction
57295
+  (0.1ms) begin transaction
57296
+  (0.1ms) begin transaction
57297
+  (0.2ms) begin transaction
57298
+  (0.1ms) begin transaction
57299
+  (0.1ms) begin transaction
57300
+  (0.1ms) begin transaction
57301
+  (0.1ms) begin transaction
57302
+  (0.1ms) begin transaction
57303
+  (0.1ms) begin transaction
57304
+  (0.1ms) begin transaction
57305
+  (0.1ms) begin transaction
57306
+  (0.0ms) rollback transaction
57307
+  (0.0ms) begin transaction
57308
+  (0.0ms) rollback transaction
57309
+  (0.1ms) begin transaction
57310
+  (0.0ms) rollback transaction
57311
+  (0.2ms) begin transaction
57312
+  (0.0ms) rollback transaction
57313
+  (0.0ms) begin transaction
57314
+  (0.0ms) rollback transaction
57315
+  (0.0ms) begin transaction
57316
+  (0.1ms) rollback transaction
57317
+  (0.0ms) begin transaction
57318
+  (0.1ms) rollback transaction
57319
+  (0.0ms) begin transaction
57320
+  (0.0ms) rollback transaction
57321
+  (0.0ms) begin transaction
57322
+ Processing by Sitepress::SiteController#show as HTML
57323
+ Parameters: {"resource_path"=>"/non-existent"}
57324
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
57325
+  (0.1ms) rollback transaction
57326
+  (0.0ms) begin transaction
57327
+ Processing by Sitepress::SiteController#show as HTML
57328
+ Parameters: {"resource_path"=>"/hi"}
57329
+ Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
57330
+  (0.1ms) rollback transaction
57331
+  (0.0ms) begin transaction
57332
+ Processing by Sitepress::SiteController#show as HTML
57333
+ Parameters: {"resource_path"=>"/hi"}
57334
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57335
+  (0.1ms) rollback transaction
57336
+  (0.0ms) begin transaction
57337
+ Processing by Sitepress::SiteController#show as HTML
57338
+ Parameters: {"resource_path"=>"/hi"}
57339
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57340
+  (0.1ms) rollback transaction
57341
+  (0.1ms) begin transaction
57342
+ Processing by Sitepress::SiteController#show as HTML
57343
+ Parameters: {"resource_path"=>"/hi"}
57344
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57345
+  (0.1ms) rollback transaction
57346
+  (0.0ms) begin transaction
57347
+ Processing by Sitepress::SiteController#show as HTML
57348
+ Parameters: {"resource_path"=>"/time"}
57349
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57350
+  (0.1ms) rollback transaction
57351
+  (0.1ms) begin transaction
57352
+ Processing by Sitepress::SiteController#show as HTML
57353
+ Parameters: {"resource_path"=>"/time"}
57354
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
57355
+  (0.1ms) rollback transaction
57356
+  (0.0ms) begin transaction
57357
+ Processing by Sitepress::SiteController#show as HTML
57358
+ Parameters: {"resource_path"=>"/time"}
57359
+ Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)
57360
+  (0.1ms) rollback transaction
57361
+  (0.0ms) begin transaction
57362
+ Processing by Sitepress::SiteController#show as HTML
57363
+ Parameters: {"resource_path"=>"/time"}
57364
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57365
+  (0.1ms) rollback transaction
57366
+  (0.0ms) begin transaction
57367
+ Processing by Sitepress::SiteController#show as HTML
57368
+ Parameters: {"resource_path"=>"/time"}
57369
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
57370
+  (0.1ms) rollback transaction
57371
+  (0.0ms) begin transaction
57372
+ Processing by Sitepress::SiteController#show as HTML
57373
+ Parameters: {"resource_path"=>"/time"}
57374
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57375
+  (0.1ms) rollback transaction
57376
+  (0.1ms) begin transaction
57377
+  (0.1ms) rollback transaction
57378
+  (0.0ms) begin transaction
57379
+  (0.1ms) rollback transaction
57380
+  (0.0ms) begin transaction
57381
+  (0.1ms) rollback transaction
57382
+  (0.0ms) begin transaction
57383
+  (0.1ms) rollback transaction
57384
+  (0.0ms) begin transaction
57385
+  (0.0ms) rollback transaction
57386
+  (0.0ms) begin transaction
57387
+  (0.2ms) begin transaction
57388
+  (0.1ms) begin transaction
57389
+  (0.1ms) begin transaction
57390
+  (0.1ms) begin transaction
57391
+  (0.1ms) begin transaction
57392
+  (0.2ms) begin transaction
57393
+  (0.1ms) begin transaction
57394
+  (0.1ms) begin transaction
57395
+  (0.1ms) begin transaction
57396
+  (0.1ms) begin transaction
57397
+  (0.2ms) begin transaction
57398
+  (0.1ms) rollback transaction
57399
+  (0.1ms) begin transaction
57400
+  (0.1ms) rollback transaction
57401
+  (0.1ms) begin transaction
57402
+  (0.0ms) rollback transaction
57403
+  (0.0ms) begin transaction
57404
+  (0.0ms) rollback transaction
57405
+  (0.0ms) begin transaction
57406
+  (0.0ms) rollback transaction
57407
+  (0.1ms) begin transaction
57408
+  (0.1ms) rollback transaction
57409
+  (0.0ms) begin transaction
57410
+  (0.2ms) begin transaction
57411
+  (0.1ms) begin transaction
57412
+  (0.2ms) begin transaction
57413
+  (0.2ms) begin transaction
57414
+  (0.1ms) begin transaction
57415
+  (0.2ms) begin transaction
57416
+  (0.1ms) begin transaction
57417
+  (0.2ms) begin transaction
57418
+  (0.1ms) begin transaction
57419
+  (0.2ms) begin transaction
57420
+  (0.2ms) begin transaction
57421
+  (0.1ms) rollback transaction
57422
+  (0.1ms) begin transaction
57423
+  (0.1ms) rollback transaction
57424
+  (0.1ms) begin transaction
57425
+  (0.0ms) rollback transaction
57426
+  (0.0ms) begin transaction
57427
+  (0.0ms) rollback transaction
57428
+  (0.0ms) begin transaction
57429
+ Processing by Sitepress::SiteController#show as HTML
57430
+ Parameters: {"resource_path"=>"/time"}
57431
+ Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.0ms)
57432
+  (0.1ms) rollback transaction
57433
+  (0.0ms) begin transaction
57434
+ Processing by Sitepress::SiteController#show as HTML
57435
+ Parameters: {"resource_path"=>"/time"}
57436
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57437
+  (0.1ms) rollback transaction
57438
+  (0.1ms) begin transaction
57439
+ Processing by Sitepress::SiteController#show as HTML
57440
+ Parameters: {"resource_path"=>"/time"}
57441
+ Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
57442
+  (0.1ms) rollback transaction
57443
+  (0.1ms) begin transaction
57444
+ Processing by Sitepress::SiteController#show as HTML
57445
+ Parameters: {"resource_path"=>"/time"}
57446
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57447
+  (0.1ms) rollback transaction
57448
+  (0.0ms) begin transaction
57449
+ Processing by Sitepress::SiteController#show as HTML
57450
+ Parameters: {"resource_path"=>"/time"}
57451
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57452
+  (0.1ms) rollback transaction
57453
+  (0.0ms) begin transaction
57454
+ Processing by Sitepress::SiteController#show as HTML
57455
+ Parameters: {"resource_path"=>"/time"}
57456
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57457
+  (0.2ms) rollback transaction
57458
+  (0.1ms) begin transaction
57459
+ Processing by Sitepress::SiteController#show as HTML
57460
+ Parameters: {"resource_path"=>"/hi"}
57461
+ Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
57462
+  (0.1ms) rollback transaction
57463
+  (0.0ms) begin transaction
57464
+ Processing by Sitepress::SiteController#show as HTML
57465
+ Parameters: {"resource_path"=>"/hi"}
57466
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57467
+  (0.1ms) rollback transaction
57468
+  (0.1ms) begin transaction
57469
+ Processing by Sitepress::SiteController#show as HTML
57470
+ Parameters: {"resource_path"=>"/hi"}
57471
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57472
+  (0.1ms) rollback transaction
57473
+  (0.0ms) begin transaction
57474
+ Processing by Sitepress::SiteController#show as HTML
57475
+ Parameters: {"resource_path"=>"/hi"}
57476
+ Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
57477
+  (0.1ms) rollback transaction
57478
+  (0.0ms) begin transaction
57479
+ Processing by Sitepress::SiteController#show as HTML
57480
+ Parameters: {"resource_path"=>"/non-existent"}
57481
+ Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
57482
+  (0.1ms) rollback transaction
57483
+  (1.2ms) begin transaction
57484
+  (0.1ms) rollback transaction
57485
+  (0.1ms) begin transaction
57486
+ Processing by Sitepress::SiteController#show as HTML
57487
+ Parameters: {"resource_path"=>"/non-existent"}
57488
+ Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
57489
+  (0.1ms) rollback transaction
57490
+  (0.7ms) begin transaction
57491
+ Processing by Sitepress::SiteController#show as HTML
57492
+ Parameters: {"resource_path"=>"/time"}
57493
+ Rendered app/content/pages/_stupid.html.erb (0.4ms)
57494
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.4ms)
57495
+ Rendered inline template within layouts/sitepress_test_layout (11.6ms)
57496
+ Completed 200 OK in 39ms (Views: 26.8ms | ActiveRecord: 0.0ms)
57497
+  (0.1ms) rollback transaction
57498
+  (0.0ms) begin transaction
57499
+ Processing by Sitepress::SiteController#show as HTML
57500
+ Parameters: {"resource_path"=>"/time"}
57501
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
57502
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57503
+ Rendered inline template within layouts/sitepress_test_layout (1.1ms)
57504
+ Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)
57505
+  (0.1ms) rollback transaction
57506
+  (0.1ms) begin transaction
57507
+ Processing by Sitepress::SiteController#show as HTML
57508
+ Parameters: {"resource_path"=>"/time"}
57509
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57510
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57511
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
57512
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
57513
+  (0.1ms) rollback transaction
57514
+  (0.0ms) begin transaction
57515
+ Processing by Sitepress::SiteController#show as HTML
57516
+ Parameters: {"resource_path"=>"/time"}
57517
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
57518
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
57519
+ Rendered inline template within layouts/sitepress_test_layout (1.2ms)
57520
+ Completed 200 OK in 5ms (Views: 1.7ms | ActiveRecord: 0.0ms)
57521
+  (0.1ms) rollback transaction
57522
+  (0.1ms) begin transaction
57523
+ Processing by Sitepress::SiteController#show as HTML
57524
+ Parameters: {"resource_path"=>"/time"}
57525
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57526
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57527
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57528
+ Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms)
57529
+  (0.2ms) rollback transaction
57530
+  (0.2ms) begin transaction
57531
+ Processing by Sitepress::SiteController#show as HTML
57532
+ Parameters: {"resource_path"=>"/time"}
57533
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57534
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57535
+ Rendered inline template within layouts/sitepress_test_layout (0.6ms)
57536
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
57537
+  (0.1ms) rollback transaction
57538
+  (0.0ms) begin transaction
57539
+ Processing by Sitepress::SiteController#show as HTML
57540
+ Parameters: {"resource_path"=>"/hi"}
57541
+ Rendered inline template within layouts/application (0.7ms)
57542
+ Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.0ms)
57543
+  (0.1ms) rollback transaction
57544
+  (0.0ms) begin transaction
57545
+ Processing by Sitepress::SiteController#show as HTML
57546
+ Parameters: {"resource_path"=>"/hi"}
57547
+ Rendered inline template within layouts/application (0.3ms)
57548
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
57549
+  (0.0ms) rollback transaction
57550
+  (0.0ms) begin transaction
57551
+ Processing by Sitepress::SiteController#show as HTML
57552
+ Parameters: {"resource_path"=>"/hi"}
57553
+ Rendered inline template within layouts/application (0.3ms)
57554
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
57555
+  (0.1ms) rollback transaction
57556
+  (0.1ms) begin transaction
57557
+ Processing by Sitepress::SiteController#show as HTML
57558
+ Parameters: {"resource_path"=>"/hi"}
57559
+ Rendered inline template within layouts/application (0.3ms)
57560
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
57561
+  (0.0ms) rollback transaction
57562
+  (0.1ms) begin transaction
57563
+  (0.1ms) rollback transaction
57564
+  (0.0ms) begin transaction
57565
+  (0.1ms) rollback transaction
57566
+  (0.0ms) begin transaction
57567
+  (0.1ms) rollback transaction
57568
+  (0.1ms) begin transaction
57569
+  (0.1ms) rollback transaction
57570
+  (0.1ms) begin transaction
57571
+  (0.1ms) begin transaction
57572
+  (0.1ms) begin transaction
57573
+  (0.3ms) begin transaction
57574
+  (0.1ms) begin transaction
57575
+  (0.2ms) begin transaction
57576
+  (0.2ms) begin transaction
57577
+  (0.1ms) begin transaction
57578
+  (0.1ms) begin transaction
57579
+  (0.1ms) begin transaction
57580
+  (0.1ms) begin transaction
57581
+  (0.1ms) begin transaction
57582
+  (0.1ms) rollback transaction
57583
+  (0.0ms) begin transaction
57584
+  (0.0ms) rollback transaction
57585
+  (0.0ms) begin transaction
57586
+  (0.0ms) rollback transaction
57587
+  (0.1ms) begin transaction
57588
+  (0.0ms) rollback transaction
57589
+  (0.0ms) begin transaction
57590
+  (0.0ms) rollback transaction
57591
+  (0.8ms) begin transaction
57592
+  (0.1ms) rollback transaction
57593
+  (0.0ms) begin transaction
57594
+  (0.0ms) rollback transaction
57595
+  (0.0ms) begin transaction
57596
+  (0.1ms) rollback transaction
57597
+  (0.0ms) begin transaction
57598
+  (0.1ms) rollback transaction
57599
+  (0.0ms) begin transaction
57600
+  (0.1ms) rollback transaction
57601
+  (0.0ms) begin transaction
57602
+  (0.1ms) begin transaction
57603
+  (0.2ms) begin transaction
57604
+  (0.1ms) begin transaction
57605
+  (0.1ms) begin transaction
57606
+  (0.1ms) begin transaction
57607
+  (0.1ms) begin transaction
57608
+  (0.2ms) begin transaction
57609
+  (0.1ms) begin transaction
57610
+  (0.1ms) begin transaction
57611
+  (0.1ms) begin transaction
57612
+  (0.1ms) begin transaction
57613
+  (0.0ms) rollback transaction
57614
+  (0.0ms) begin transaction
57615
+  (0.0ms) rollback transaction
57616
+  (0.0ms) begin transaction
57617
+ Processing by Sitepress::SiteController#show as HTML
57618
+ Parameters: {"resource_path"=>"/time"}
57619
+ Rendered app/content/pages/_stupid.html.erb (0.8ms)
57620
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
57621
+ Rendered inline template within layouts/sitepress_test_layout (42.0ms)
57622
+ Completed 200 OK in 71ms (Views: 56.5ms | ActiveRecord: 0.0ms)
57623
+  (0.1ms) rollback transaction
57624
+  (0.0ms) begin transaction
57625
+ Processing by Sitepress::SiteController#show as HTML
57626
+ Parameters: {"resource_path"=>"/time"}
57627
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57628
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57629
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
57630
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
57631
+  (0.1ms) rollback transaction
57632
+  (0.1ms) begin transaction
57633
+ Processing by Sitepress::SiteController#show as HTML
57634
+ Parameters: {"resource_path"=>"/time"}
57635
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57636
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57637
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57638
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
57639
+  (0.1ms) rollback transaction
57640
+  (0.0ms) begin transaction
57641
+ Processing by Sitepress::SiteController#show as HTML
57642
+ Parameters: {"resource_path"=>"/time"}
57643
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57644
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57645
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
57646
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
57647
+  (0.1ms) rollback transaction
57648
+  (0.1ms) begin transaction
57649
+ Processing by Sitepress::SiteController#show as HTML
57650
+ Parameters: {"resource_path"=>"/time"}
57651
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57652
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57653
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57654
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
57655
+  (0.1ms) rollback transaction
57656
+  (0.1ms) begin transaction
57657
+ Processing by Sitepress::SiteController#show as HTML
57658
+ Parameters: {"resource_path"=>"/time"}
57659
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57660
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57661
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
57662
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
57663
+  (0.1ms) rollback transaction
57664
+  (0.0ms) begin transaction
57665
+ Processing by Sitepress::SiteController#show as HTML
57666
+ Parameters: {"resource_path"=>"/non-existent"}
57667
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
57668
+  (0.1ms) rollback transaction
57669
+  (0.0ms) begin transaction
57670
+ Processing by Sitepress::SiteController#show as HTML
57671
+ Parameters: {"resource_path"=>"/hi"}
57672
+ Rendered inline template within layouts/application (0.3ms)
57673
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
57674
+  (0.0ms) rollback transaction
57675
+  (0.0ms) begin transaction
57676
+ Processing by Sitepress::SiteController#show as HTML
57677
+ Parameters: {"resource_path"=>"/hi"}
57678
+ Rendered inline template within layouts/application (0.2ms)
57679
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57680
+  (0.1ms) rollback transaction
57681
+  (0.0ms) begin transaction
57682
+ Processing by Sitepress::SiteController#show as HTML
57683
+ Parameters: {"resource_path"=>"/hi"}
57684
+ Rendered inline template within layouts/application (0.3ms)
57685
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
57686
+  (0.0ms) rollback transaction
57687
+  (0.0ms) begin transaction
57688
+ Processing by Sitepress::SiteController#show as HTML
57689
+ Parameters: {"resource_path"=>"/hi"}
57690
+ Rendered inline template within layouts/application (0.2ms)
57691
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57692
+  (0.0ms) rollback transaction
57693
+  (0.1ms) begin transaction
57694
+  (0.1ms) rollback transaction
57695
+  (0.0ms) begin transaction
57696
+  (0.0ms) rollback transaction
57697
+  (0.0ms) begin transaction
57698
+  (0.1ms) rollback transaction
57699
+  (0.3ms) begin transaction
57700
+  (0.1ms) rollback transaction
57701
+  (0.0ms) begin transaction
57702
+  (0.0ms) rollback transaction
57703
+  (0.0ms) begin transaction
57704
+  (0.1ms) rollback transaction
57705
+  (0.0ms) begin transaction
57706
+  (0.0ms) rollback transaction
57707
+  (0.0ms) begin transaction
57708
+  (0.1ms) begin transaction
57709
+  (0.1ms) begin transaction
57710
+  (0.1ms) begin transaction
57711
+  (0.7ms) begin transaction
57712
+  (0.1ms) begin transaction
57713
+  (0.8ms) begin transaction
57714
+  (0.2ms) begin transaction
57715
+  (0.2ms) begin transaction
57716
+  (0.2ms) begin transaction
57717
+  (0.3ms) begin transaction
57718
+  (0.2ms) begin transaction
57719
+  (0.3ms) rollback transaction
57720
+  (0.3ms) begin transaction
57721
+  (0.1ms) rollback transaction
57722
+  (0.1ms) begin transaction
57723
+ Processing by Sitepress::SiteController#show as HTML
57724
+ Parameters: {"resource_path"=>"/time"}
57725
+ Rendered app/content/pages/_stupid.html.erb (0.6ms)
57726
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
57727
+ Rendered inline template within layouts/sitepress_test_layout (26.7ms)
57728
+ Completed 200 OK in 67ms (Views: 48.4ms | ActiveRecord: 0.0ms)
57729
+  (0.2ms) rollback transaction
57730
+  (0.2ms) begin transaction
57731
+ Processing by Sitepress::SiteController#show as HTML
57732
+ Parameters: {"resource_path"=>"/time"}
57733
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57734
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57735
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
57736
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
57737
+  (0.1ms) rollback transaction
57738
+  (0.1ms) begin transaction
57739
+ Processing by Sitepress::SiteController#show as HTML
57740
+ Parameters: {"resource_path"=>"/time"}
57741
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57742
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57743
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
57744
+ Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
57745
+  (0.1ms) rollback transaction
57746
+  (0.0ms) begin transaction
57747
+ Processing by Sitepress::SiteController#show as HTML
57748
+ Parameters: {"resource_path"=>"/time"}
57749
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
57750
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57751
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57752
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
57753
+  (0.1ms) rollback transaction
57754
+  (0.1ms) begin transaction
57755
+ Processing by Sitepress::SiteController#show as HTML
57756
+ Parameters: {"resource_path"=>"/time"}
57757
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57758
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57759
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
57760
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
57761
+  (0.1ms) rollback transaction
57762
+  (0.0ms) begin transaction
57763
+ Processing by Sitepress::SiteController#show as HTML
57764
+ Parameters: {"resource_path"=>"/time"}
57765
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57766
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57767
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57768
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
57769
+  (0.1ms) rollback transaction
57770
+  (0.1ms) begin transaction
57771
+ Processing by Sitepress::SiteController#show as HTML
57772
+ Parameters: {"resource_path"=>"/hi"}
57773
+ Rendered inline template within layouts/application (0.3ms)
57774
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
57775
+  (0.1ms) rollback transaction
57776
+  (0.0ms) begin transaction
57777
+ Processing by Sitepress::SiteController#show as HTML
57778
+ Parameters: {"resource_path"=>"/hi"}
57779
+ Rendered inline template within layouts/application (0.3ms)
57780
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
57781
+  (0.1ms) rollback transaction
57782
+  (0.0ms) begin transaction
57783
+ Processing by Sitepress::SiteController#show as HTML
57784
+ Parameters: {"resource_path"=>"/hi"}
57785
+ Rendered inline template within layouts/application (0.2ms)
57786
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57787
+  (0.0ms) rollback transaction
57788
+  (0.0ms) begin transaction
57789
+ Processing by Sitepress::SiteController#show as HTML
57790
+ Parameters: {"resource_path"=>"/hi"}
57791
+ Rendered inline template within layouts/application (0.2ms)
57792
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
57793
+  (0.1ms) rollback transaction
57794
+  (0.0ms) begin transaction
57795
+ Processing by Sitepress::SiteController#show as HTML
57796
+ Parameters: {"resource_path"=>"/non-existent"}
57797
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
57798
+  (0.1ms) rollback transaction
57799
+  (0.1ms) begin transaction
57800
+  (0.1ms) rollback transaction
57801
+  (0.0ms) begin transaction
57802
+  (0.1ms) rollback transaction
57803
+  (0.1ms) begin transaction
57804
+  (0.1ms) rollback transaction
57805
+  (0.1ms) begin transaction
57806
+  (0.1ms) rollback transaction
57807
+  (0.3ms) begin transaction
57808
+  (0.1ms) rollback transaction
57809
+  (0.0ms) begin transaction
57810
+  (0.0ms) rollback transaction
57811
+  (0.0ms) begin transaction
57812
+  (0.0ms) rollback transaction
57813
+  (0.0ms) begin transaction
57814
+  (0.1ms) rollback transaction
57815
+  (0.0ms) begin transaction
57816
+ Processing by Sitepress::SiteController#show as HTML
57817
+ Parameters: {"resource_path"=>"/time"}
57818
+ Rendered app/content/pages/_stupid.html.erb (0.4ms)
57819
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.2ms)
57820
+ Rendered inline template within layouts/sitepress_test_layout (9.7ms)
57821
+ Completed 200 OK in 35ms (Views: 28.9ms | ActiveRecord: 0.0ms)
57822
+  (0.1ms) rollback transaction
57823
+  (0.0ms) begin transaction
57824
+ Processing by Sitepress::SiteController#show as HTML
57825
+ Parameters: {"resource_path"=>"/time"}
57826
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57827
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57828
+ Rendered inline template within layouts/sitepress_test_layout (0.6ms)
57829
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
57830
+  (0.0ms) rollback transaction
57831
+  (0.0ms) begin transaction
57832
+ Processing by Sitepress::SiteController#show as HTML
57833
+ Parameters: {"resource_path"=>"/time"}
57834
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57835
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57836
+ Rendered inline template within layouts/sitepress_test_layout (0.6ms)
57837
+ Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)
57838
+  (0.1ms) rollback transaction
57839
+  (0.0ms) begin transaction
57840
+ Processing by Sitepress::SiteController#show as HTML
57841
+ Parameters: {"resource_path"=>"/time"}
57842
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57843
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57844
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57845
+ Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.0ms)
57846
+  (0.1ms) rollback transaction
57847
+  (0.1ms) begin transaction
57848
+ Processing by Sitepress::SiteController#show as HTML
57849
+ Parameters: {"resource_path"=>"/time"}
57850
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57851
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57852
+ Rendered inline template within layouts/sitepress_test_layout (0.6ms)
57853
+ Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
57854
+  (0.0ms) rollback transaction
57855
+  (0.0ms) begin transaction
57856
+ Processing by Sitepress::SiteController#show as HTML
57857
+ Parameters: {"resource_path"=>"/time"}
57858
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
57859
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57860
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57861
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
57862
+  (0.0ms) rollback transaction
57863
+  (0.0ms) begin transaction
57864
+ Processing by Sitepress::SiteController#show as HTML
57865
+ Parameters: {"resource_path"=>"/hi"}
57866
+ Rendered inline template within layouts/application (0.2ms)
57867
+ Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
57868
+  (0.0ms) rollback transaction
57869
+  (0.0ms) begin transaction
57870
+ Processing by Sitepress::SiteController#show as HTML
57871
+ Parameters: {"resource_path"=>"/hi"}
57872
+ Rendered inline template within layouts/application (0.2ms)
57873
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57874
+  (0.1ms) rollback transaction
57875
+  (0.0ms) begin transaction
57876
+ Processing by Sitepress::SiteController#show as HTML
57877
+ Parameters: {"resource_path"=>"/hi"}
57878
+ Rendered inline template within layouts/application (0.2ms)
57879
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57880
+  (0.1ms) rollback transaction
57881
+  (0.1ms) begin transaction
57882
+ Processing by Sitepress::SiteController#show as HTML
57883
+ Parameters: {"resource_path"=>"/hi"}
57884
+ Rendered inline template within layouts/application (0.2ms)
57885
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
57886
+  (0.0ms) rollback transaction
57887
+  (0.3ms) begin transaction
57888
+ Processing by Sitepress::SiteController#show as HTML
57889
+ Parameters: {"resource_path"=>"/non-existent"}
57890
+ Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)
57891
+  (0.0ms) rollback transaction
57892
+  (0.0ms) begin transaction
57893
+  (0.1ms) rollback transaction
57894
+  (0.0ms) begin transaction
57895
+  (0.1ms) rollback transaction
57896
+  (0.1ms) begin transaction
57897
+  (0.0ms) rollback transaction
57898
+  (0.0ms) begin transaction
57899
+  (0.1ms) rollback transaction
57900
+  (0.2ms) begin transaction
57901
+  (0.0ms) rollback transaction
57902
+  (0.0ms) begin transaction
57903
+  (0.0ms) rollback transaction
57904
+  (0.0ms) begin transaction
57905
+  (0.1ms) begin transaction
57906
+  (0.1ms) begin transaction
57907
+  (0.1ms) begin transaction
57908
+  (0.1ms) begin transaction
57909
+  (0.1ms) begin transaction
57910
+  (0.2ms) begin transaction
57911
+  (0.2ms) begin transaction
57912
+  (0.2ms) begin transaction
57913
+  (0.6ms) begin transaction
57914
+  (0.2ms) begin transaction
57915
+  (0.4ms) begin transaction
57916
+  (0.1ms) rollback transaction
57917
+  (0.0ms) begin transaction
57918
+  (0.0ms) rollback transaction
57919
+  (0.0ms) begin transaction
57920
+  (0.1ms) rollback transaction
57921
+  (0.0ms) begin transaction
57922
+  (0.1ms) rollback transaction
57923
+  (0.0ms) begin transaction
57924
+  (0.2ms) begin transaction
57925
+  (0.1ms) begin transaction
57926
+  (0.1ms) begin transaction
57927
+  (0.1ms) begin transaction
57928
+  (0.1ms) begin transaction
57929
+  (0.2ms) begin transaction
57930
+  (0.1ms) begin transaction
57931
+  (0.1ms) begin transaction
57932
+  (0.1ms) begin transaction
57933
+  (0.1ms) begin transaction
57934
+  (0.1ms) begin transaction
57935
+  (0.0ms) rollback transaction
57936
+  (0.1ms) begin transaction
57937
+  (0.0ms) rollback transaction
57938
+  (0.0ms) begin transaction
57939
+  (0.0ms) rollback transaction
57940
+  (0.0ms) begin transaction
57941
+  (0.0ms) rollback transaction
57942
+  (0.0ms) begin transaction
57943
+  (0.0ms) rollback transaction
57944
+  (0.0ms) begin transaction
57945
+  (0.0ms) rollback transaction
57946
+  (0.0ms) begin transaction
57947
+ Processing by Sitepress::SiteController#show as HTML
57948
+ Parameters: {"resource_path"=>"/non-existent"}
57949
+ Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
57950
+  (0.1ms) rollback transaction
57951
+  (0.0ms) begin transaction
57952
+ Processing by Sitepress::SiteController#show as HTML
57953
+ Parameters: {"resource_path"=>"/hi"}
57954
+ Rendered inline template within layouts/application (0.3ms)
57955
+ Completed 200 OK in 17ms (Views: 3.2ms | ActiveRecord: 0.0ms)
57956
+  (0.1ms) rollback transaction
57957
+  (0.0ms) begin transaction
57958
+ Processing by Sitepress::SiteController#show as HTML
57959
+ Parameters: {"resource_path"=>"/hi"}
57960
+ Rendered inline template within layouts/application (0.2ms)
57961
+ Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
57962
+  (0.0ms) rollback transaction
57963
+  (0.0ms) begin transaction
57964
+ Processing by Sitepress::SiteController#show as HTML
57965
+ Parameters: {"resource_path"=>"/hi"}
57966
+ Rendered inline template within layouts/application (0.2ms)
57967
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57968
+  (0.1ms) rollback transaction
57969
+  (0.0ms) begin transaction
57970
+ Processing by Sitepress::SiteController#show as HTML
57971
+ Parameters: {"resource_path"=>"/hi"}
57972
+ Rendered inline template within layouts/application (0.2ms)
57973
+ Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
57974
+  (0.0ms) rollback transaction
57975
+  (0.0ms) begin transaction
57976
+ Processing by Sitepress::SiteController#show as HTML
57977
+ Parameters: {"resource_path"=>"/time"}
57978
+ Rendered app/content/pages/_stupid.html.erb (0.3ms)
57979
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
57980
+ Rendered inline template within layouts/sitepress_test_layout (22.4ms)
57981
+ Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 0.0ms)
57982
+  (0.1ms) rollback transaction
57983
+  (0.0ms) begin transaction
57984
+ Processing by Sitepress::SiteController#show as HTML
57985
+ Parameters: {"resource_path"=>"/time"}
57986
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
57987
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57988
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
57989
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
57990
+  (0.1ms) rollback transaction
57991
+  (0.0ms) begin transaction
57992
+ Processing by Sitepress::SiteController#show as HTML
57993
+ Parameters: {"resource_path"=>"/time"}
57994
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
57995
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
57996
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
57997
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
57998
+  (0.1ms) rollback transaction
57999
+  (0.1ms) begin transaction
58000
+ Processing by Sitepress::SiteController#show as HTML
58001
+ Parameters: {"resource_path"=>"/time"}
58002
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58003
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58004
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
58005
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
58006
+  (0.1ms) rollback transaction
58007
+  (0.0ms) begin transaction
58008
+ Processing by Sitepress::SiteController#show as HTML
58009
+ Parameters: {"resource_path"=>"/time"}
58010
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58011
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58012
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
58013
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
58014
+  (0.1ms) rollback transaction
58015
+  (0.0ms) begin transaction
58016
+ Processing by Sitepress::SiteController#show as HTML
58017
+ Parameters: {"resource_path"=>"/time"}
58018
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58019
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58020
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
58021
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
58022
+  (0.1ms) rollback transaction
58023
+  (0.4ms) begin transaction
58024
+  (0.2ms) begin transaction
58025
+  (0.1ms) begin transaction
58026
+  (0.2ms) begin transaction
58027
+  (0.3ms) begin transaction
58028
+  (0.2ms) begin transaction
58029
+  (0.2ms) begin transaction
58030
+  (0.2ms) begin transaction
58031
+  (0.1ms) begin transaction
58032
+  (0.2ms) begin transaction
58033
+  (0.2ms) begin transaction
58034
+  (0.2ms) begin transaction
58035
+  (0.1ms) rollback transaction
58036
+  (0.1ms) begin transaction
58037
+  (0.3ms) rollback transaction
58038
+  (0.2ms) begin transaction
58039
+  (0.1ms) rollback transaction
58040
+  (0.0ms) begin transaction
58041
+ Processing by Sitepress::SiteController#show as HTML
58042
+ Parameters: {"resource_path"=>"/time"}
58043
+ Rendered app/content/pages/_stupid.html.erb (0.7ms)
58044
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
58045
+ Rendered inline template within layouts/sitepress_test_layout (31.5ms)
58046
+ Completed 200 OK in 70ms (Views: 51.9ms | ActiveRecord: 0.0ms)
58047
+  (0.1ms) rollback transaction
58048
+  (0.0ms) begin transaction
58049
+ Processing by Sitepress::SiteController#show as HTML
58050
+ Parameters: {"resource_path"=>"/time"}
58051
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58052
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58053
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
58054
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
58055
+  (0.1ms) rollback transaction
58056
+  (0.0ms) begin transaction
58057
+ Processing by Sitepress::SiteController#show as HTML
58058
+ Parameters: {"resource_path"=>"/time"}
58059
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58060
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58061
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
58062
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
58063
+  (0.0ms) rollback transaction
58064
+  (0.1ms) begin transaction
58065
+ Processing by Sitepress::SiteController#show as HTML
58066
+ Parameters: {"resource_path"=>"/time"}
58067
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58068
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58069
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
58070
+ Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.0ms)
58071
+  (0.1ms) rollback transaction
58072
+  (0.0ms) begin transaction
58073
+ Processing by Sitepress::SiteController#show as HTML
58074
+ Parameters: {"resource_path"=>"/time"}
58075
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58076
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58077
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
58078
+ Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
58079
+  (0.1ms) rollback transaction
58080
+  (0.0ms) begin transaction
58081
+ Processing by Sitepress::SiteController#show as HTML
58082
+ Parameters: {"resource_path"=>"/time"}
58083
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
58084
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
58085
+ Rendered inline template within layouts/sitepress_test_layout (1.4ms)
58086
+ Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.0ms)
58087
+  (0.1ms) rollback transaction
58088
+  (0.1ms) begin transaction
58089
+ Processing by Sitepress::SiteController#show as HTML
58090
+ Parameters: {"resource_path"=>"/non-existent"}
58091
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
58092
+  (0.1ms) rollback transaction
58093
+  (0.1ms) begin transaction
58094
+ Processing by Sitepress::SiteController#show as HTML
58095
+ Parameters: {"resource_path"=>"/hi"}
58096
+ Rendered inline template within layouts/application (0.3ms)
58097
+ Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.0ms)
58098
+  (0.1ms) rollback transaction
58099
+  (0.1ms) begin transaction
58100
+ Processing by Sitepress::SiteController#show as HTML
58101
+ Parameters: {"resource_path"=>"/hi"}
58102
+ Rendered inline template within layouts/application (0.2ms)
58103
+ Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
58104
+  (0.1ms) rollback transaction
58105
+  (0.0ms) begin transaction
58106
+ Processing by Sitepress::SiteController#show as HTML
58107
+ Parameters: {"resource_path"=>"/hi"}
58108
+ Rendered inline template within layouts/application (0.5ms)
58109
+ Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.0ms)
58110
+  (0.1ms) rollback transaction
58111
+  (0.1ms) begin transaction
58112
+ Processing by Sitepress::SiteController#show as HTML
58113
+ Parameters: {"resource_path"=>"/hi"}
58114
+ Rendered inline template within layouts/application (0.2ms)
58115
+ Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.0ms)
58116
+  (0.1ms) rollback transaction
58117
+  (0.1ms) begin transaction
58118
+  (0.1ms) rollback transaction
58119
+  (0.1ms) begin transaction
58120
+  (0.1ms) rollback transaction
58121
+  (0.1ms) begin transaction
58122
+  (0.1ms) rollback transaction
58123
+  (0.0ms) begin transaction
58124
+  (0.1ms) rollback transaction
58125
+  (0.0ms) begin transaction
58126
+  (0.1ms) rollback transaction
58127
+  (0.1ms) begin transaction
58128
+  (0.1ms) rollback transaction
58129
+  (0.1ms) begin transaction
58130
+  (0.1ms) rollback transaction
58131
+  (0.7ms) begin transaction
58132
+  (0.1ms) rollback transaction
58133
+  (0.1ms) begin transaction
58134
+ Processing by Sitepress::SiteController#show as HTML
58135
+ Parameters: {"resource_path"=>"/hi"}
58136
+ Rendered inline template within layouts/application (1.2ms)
58137
+ Completed 200 OK in 19ms (Views: 12.6ms | ActiveRecord: 0.0ms)
58138
+  (0.1ms) rollback transaction
58139
+  (0.0ms) begin transaction
58140
+ Processing by Sitepress::SiteController#show as HTML
58141
+ Parameters: {"resource_path"=>"/hi"}
58142
+ Rendered inline template within layouts/application (0.7ms)
58143
+ Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.0ms)
58144
+  (0.1ms) rollback transaction
58145
+  (0.1ms) begin transaction
58146
+ Processing by Sitepress::SiteController#show as HTML
58147
+ Parameters: {"resource_path"=>"/hi"}
58148
+ Rendered inline template within layouts/application (0.4ms)
58149
+ Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
58150
+  (0.1ms) rollback transaction
58151
+  (0.1ms) begin transaction
58152
+ Processing by Sitepress::SiteController#show as HTML
58153
+ Parameters: {"resource_path"=>"/hi"}
58154
+ Rendered inline template within layouts/application (0.3ms)
58155
+ Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
58156
+  (0.1ms) rollback transaction
58157
+  (0.1ms) begin transaction
58158
+ Processing by Sitepress::SiteController#show as HTML
58159
+ Parameters: {"resource_path"=>"/non-existent"}
58160
+ Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
58161
+  (0.0ms) rollback transaction
58162
+  (0.0ms) begin transaction
58163
+ Processing by Sitepress::SiteController#show as HTML
58164
+ Parameters: {"resource_path"=>"/time"}
58165
+ Rendered app/content/pages/_stupid.html.erb (0.3ms)
58166
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.2ms)
58167
+ Rendered inline template within layouts/sitepress_test_layout (8.8ms)
58168
+ Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.0ms)
58169
+  (0.1ms) rollback transaction
58170
+  (0.0ms) begin transaction
58171
+ Processing by Sitepress::SiteController#show as HTML
58172
+ Parameters: {"resource_path"=>"/time"}
58173
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58174
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58175
+ Rendered inline template within layouts/sitepress_test_layout (0.8ms)
58176
+ Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
58177
+  (0.1ms) rollback transaction
58178
+  (0.2ms) begin transaction
58179
+ Processing by Sitepress::SiteController#show as HTML
58180
+ Parameters: {"resource_path"=>"/time"}
58181
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58182
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58183
+ Rendered inline template within layouts/sitepress_test_layout (0.9ms)
58184
+ Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.0ms)
58185
+  (0.0ms) rollback transaction
58186
+  (0.0ms) begin transaction
58187
+ Processing by Sitepress::SiteController#show as HTML
58188
+ Parameters: {"resource_path"=>"/time"}
58189
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
58190
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58191
+ Rendered inline template within layouts/sitepress_test_layout (1.0ms)
58192
+ Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)
58193
+  (0.0ms) rollback transaction
58194
+  (0.1ms) begin transaction
58195
+ Processing by Sitepress::SiteController#show as HTML
58196
+ Parameters: {"resource_path"=>"/time"}
58197
+ Rendered app/content/pages/_stupid.html.erb (0.1ms)
58198
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58199
+ Rendered inline template within layouts/sitepress_test_layout (0.7ms)
58200
+ Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
58201
+  (0.1ms) rollback transaction
58202
+  (0.0ms) begin transaction
58203
+ Processing by Sitepress::SiteController#show as HTML
58204
+ Parameters: {"resource_path"=>"/time"}
58205
+ Rendered app/content/pages/_stupid.html.erb (0.0ms)
58206
+ Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
58207
+ Rendered inline template within layouts/sitepress_test_layout (1.0ms)
58208
+ Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.0ms)
58209
+  (0.1ms) rollback transaction
58210
+  (0.0ms) begin transaction
58211
+  (0.1ms) rollback transaction
58212
+  (0.0ms) begin transaction
58213
+  (0.1ms) rollback transaction
58214
+  (0.0ms) begin transaction
58215
+  (0.1ms) rollback transaction
58216
+  (0.0ms) begin transaction
58217
+  (0.1ms) rollback transaction
58218
+  (0.0ms) begin transaction
58219
+  (0.2ms) begin transaction
58220
+  (0.1ms) begin transaction
58221
+  (0.2ms) begin transaction
58222
+  (0.2ms) begin transaction
58223
+  (0.2ms) begin transaction
58224
+  (0.1ms) begin transaction
58225
+  (0.2ms) begin transaction
58226
+  (0.1ms) begin transaction
58227
+  (0.2ms) begin transaction
58228
+  (0.2ms) begin transaction
58229
+  (0.2ms) begin transaction
58230
+  (0.0ms) rollback transaction
58231
+  (0.0ms) begin transaction
58232
+  (0.0ms) rollback transaction
58233
+  (0.0ms) begin transaction
58234
+  (0.0ms) rollback transaction
58235
+  (0.0ms) begin transaction
58236
+  (0.0ms) rollback transaction
58237
+  (0.0ms) begin transaction
58238
+  (0.0ms) rollback transaction