sitepress-rails 0.1.17 → 0.1.18
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sitepress/engine.rb +1 -0
- data/spec/dummy/log/production.log +56 -0
- data/spec/dummy/log/test.log +442 -0
- data/spec/sitepress-rails_spec.rb +14 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a1d470407dad6761d906e6b8b61e9fd79189685
|
4
|
+
data.tar.gz: 943922675736d37d8b2694b2165c506df4ac04c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 260902c718658fa8f9ddbaaf8788c379098097ba436f1910c404493a48b4b0a2d53ebc9a1aeb66c898ef2362bee458b02a2d9246c8feae649b350f384ca45a5f
|
7
|
+
data.tar.gz: 8ec50408231c16cf5fbf1ee1a004c74e82989c1d95a8c240db8be5f6d35aba7e1cd840552a383d139632c572ee8147d18108d01c39ecf1535101ffb49c874882
|
data/lib/sitepress/engine.rb
CHANGED
@@ -2,6 +2,7 @@ module Sitepress
|
|
2
2
|
class Engine < ::Rails::Engine
|
3
3
|
config.before_configuration do |app|
|
4
4
|
app.paths["app/helpers"].push Sitepress.site.root_path.join("helpers")
|
5
|
+
app.paths["app/assets"].push Sitepress.site.root_path.join("assets")
|
5
6
|
app.paths["app/views"].push Sitepress.site.root_path
|
6
7
|
|
7
8
|
# Setup concerns paths for Rails 4 (doesn't automatically populate)
|
@@ -110,3 +110,59 @@ I, [2016-09-14T21:57:43.775110 #62571] INFO -- : Processing by Sitepress::SiteC
|
|
110
110
|
I, [2016-09-14T21:57:43.775150 #62571] INFO -- : Parameters: {"resource_path"=>"page-9999.html"}
|
111
111
|
I, [2016-09-14T21:57:50.829540 #62571] INFO -- : Rendered inline template within layouts/application (5198.1ms)
|
112
112
|
I, [2016-09-14T21:57:50.831001 #62571] INFO -- : Completed 200 OK in 7056ms (Views: 5199.5ms | ActiveRecord: 0.0ms)
|
113
|
+
I, [2016-09-19T15:57:30.416165 #76522] INFO -- : Started GET "/baseline/render" for 127.0.0.1 at 2016-09-19 15:57:30 -0700
|
114
|
+
I, [2016-09-19T15:57:30.427908 #76522] INFO -- : Processing by BaselineController#show as HTML
|
115
|
+
I, [2016-09-19T15:57:30.436841 #76522] INFO -- : Rendered baseline/show.html.erb within layouts/application (0.9ms)
|
116
|
+
I, [2016-09-19T15:57:30.443719 #76522] INFO -- : Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
|
117
|
+
I, [2016-09-19T15:57:30.445425 #76522] INFO -- : Started GET "/page-1.html" for 127.0.0.1 at 2016-09-19 15:57:30 -0700
|
118
|
+
I, [2016-09-19T15:57:30.446471 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
119
|
+
I, [2016-09-19T15:57:30.446507 #76522] INFO -- : Parameters: {"resource_path"=>"page-1.html"}
|
120
|
+
I, [2016-09-19T15:57:35.223674 #76522] INFO -- : Rendered inline template within layouts/application (4772.7ms)
|
121
|
+
I, [2016-09-19T15:57:35.226310 #76522] INFO -- : Completed 200 OK in 4780ms (Views: 4776.7ms | ActiveRecord: 0.0ms)
|
122
|
+
I, [2016-09-19T15:57:35.229883 #76522] INFO -- : Started GET "/page-9999.html" for 127.0.0.1 at 2016-09-19 15:57:35 -0700
|
123
|
+
I, [2016-09-19T15:57:35.230414 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
124
|
+
I, [2016-09-19T15:57:35.230455 #76522] INFO -- : Parameters: {"resource_path"=>"page-9999.html"}
|
125
|
+
I, [2016-09-19T15:57:35.378637 #76522] INFO -- : Rendered inline template within layouts/application (147.6ms)
|
126
|
+
I, [2016-09-19T15:57:35.387303 #76522] INFO -- : Completed 200 OK in 157ms (Views: 149.2ms | ActiveRecord: 0.0ms)
|
127
|
+
I, [2016-09-19T15:57:35.644031 #76522] INFO -- : Started GET "/baseline/render" for 127.0.0.1 at 2016-09-19 15:57:35 -0700
|
128
|
+
I, [2016-09-19T15:57:35.644659 #76522] INFO -- : Processing by BaselineController#show as HTML
|
129
|
+
I, [2016-09-19T15:57:35.645102 #76522] INFO -- : Rendered baseline/show.html.erb within layouts/application (0.0ms)
|
130
|
+
I, [2016-09-19T15:57:35.645601 #76522] INFO -- : Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
131
|
+
I, [2016-09-19T15:57:35.720910 #76522] INFO -- : Started GET "/page-1.html" for 127.0.0.1 at 2016-09-19 15:57:35 -0700
|
132
|
+
I, [2016-09-19T15:57:35.721500 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
133
|
+
I, [2016-09-19T15:57:35.721549 #76522] INFO -- : Parameters: {"resource_path"=>"page-1.html"}
|
134
|
+
I, [2016-09-19T15:57:35.866085 #76522] INFO -- : Rendered inline template within layouts/application (144.1ms)
|
135
|
+
I, [2016-09-19T15:57:35.867023 #76522] INFO -- : Completed 200 OK in 145ms (Views: 145.0ms | ActiveRecord: 0.0ms)
|
136
|
+
I, [2016-09-19T15:57:35.969627 #76522] INFO -- : Started GET "/page-9999.html" for 127.0.0.1 at 2016-09-19 15:57:35 -0700
|
137
|
+
I, [2016-09-19T15:57:35.970102 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
138
|
+
I, [2016-09-19T15:57:35.970134 #76522] INFO -- : Parameters: {"resource_path"=>"page-9999.html"}
|
139
|
+
I, [2016-09-19T15:57:36.116802 #76522] INFO -- : Rendered inline template within layouts/application (146.3ms)
|
140
|
+
I, [2016-09-19T15:57:36.118549 #76522] INFO -- : Completed 200 OK in 148ms (Views: 148.1ms | ActiveRecord: 0.0ms)
|
141
|
+
I, [2016-09-19T15:57:39.371086 #76522] INFO -- : Started GET "/baseline/render" for 127.0.0.1 at 2016-09-19 15:57:39 -0700
|
142
|
+
I, [2016-09-19T15:57:39.371587 #76522] INFO -- : Processing by BaselineController#show as HTML
|
143
|
+
I, [2016-09-19T15:57:39.372218 #76522] INFO -- : Rendered baseline/show.html.erb within layouts/application (0.0ms)
|
144
|
+
I, [2016-09-19T15:57:39.372903 #76522] INFO -- : Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
145
|
+
I, [2016-09-19T15:57:39.373792 #76522] INFO -- : Started GET "/page-1.html" for 127.0.0.1 at 2016-09-19 15:57:39 -0700
|
146
|
+
I, [2016-09-19T15:57:39.374229 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
147
|
+
I, [2016-09-19T15:57:39.374260 #76522] INFO -- : Parameters: {"resource_path"=>"page-1.html"}
|
148
|
+
I, [2016-09-19T15:57:47.718759 #76522] INFO -- : Rendered inline template within layouts/application (6820.3ms)
|
149
|
+
I, [2016-09-19T15:57:47.720921 #76522] INFO -- : Completed 200 OK in 8347ms (Views: 6822.3ms | ActiveRecord: 0.0ms)
|
150
|
+
I, [2016-09-19T15:57:47.724343 #76522] INFO -- : Started GET "/page-9999.html" for 127.0.0.1 at 2016-09-19 15:57:47 -0700
|
151
|
+
I, [2016-09-19T15:57:47.725015 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
152
|
+
I, [2016-09-19T15:57:47.725048 #76522] INFO -- : Parameters: {"resource_path"=>"page-9999.html"}
|
153
|
+
I, [2016-09-19T15:57:54.268420 #76522] INFO -- : Rendered inline template within layouts/application (4640.4ms)
|
154
|
+
I, [2016-09-19T15:57:54.270469 #76522] INFO -- : Completed 200 OK in 6545ms (Views: 4642.3ms | ActiveRecord: 0.0ms)
|
155
|
+
I, [2016-09-19T15:57:56.559254 #76522] INFO -- : Started GET "/baseline/render" for 127.0.0.1 at 2016-09-19 15:57:56 -0700
|
156
|
+
I, [2016-09-19T15:57:56.559890 #76522] INFO -- : Processing by BaselineController#show as HTML
|
157
|
+
I, [2016-09-19T15:57:56.560326 #76522] INFO -- : Rendered baseline/show.html.erb within layouts/application (0.0ms)
|
158
|
+
I, [2016-09-19T15:57:56.560824 #76522] INFO -- : Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
159
|
+
I, [2016-09-19T15:57:56.697936 #76522] INFO -- : Started GET "/page-1.html" for 127.0.0.1 at 2016-09-19 15:57:56 -0700
|
160
|
+
I, [2016-09-19T15:57:56.698467 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
161
|
+
I, [2016-09-19T15:57:56.698500 #76522] INFO -- : Parameters: {"resource_path"=>"page-1.html"}
|
162
|
+
I, [2016-09-19T15:58:02.770170 #76522] INFO -- : Rendered inline template within layouts/application (4646.5ms)
|
163
|
+
I, [2016-09-19T15:58:02.771835 #76522] INFO -- : Completed 200 OK in 6073ms (Views: 4648.2ms | ActiveRecord: 0.0ms)
|
164
|
+
I, [2016-09-19T15:58:03.187059 #76522] INFO -- : Started GET "/page-9999.html" for 127.0.0.1 at 2016-09-19 15:58:03 -0700
|
165
|
+
I, [2016-09-19T15:58:03.187619 #76522] INFO -- : Processing by Sitepress::SiteController#show as HTML
|
166
|
+
I, [2016-09-19T15:58:03.187666 #76522] INFO -- : Parameters: {"resource_path"=>"page-9999.html"}
|
167
|
+
I, [2016-09-19T15:58:09.666117 #76522] INFO -- : Rendered inline template within layouts/application (4993.3ms)
|
168
|
+
I, [2016-09-19T15:58:09.668224 #76522] INFO -- : Completed 200 OK in 6480ms (Views: 4995.4ms | ActiveRecord: 0.0ms)
|
data/spec/dummy/log/test.log
CHANGED
@@ -8912,3 +8912,445 @@ Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
|
|
8912
8912
|
[1m[35m (0.1ms)[0m rollback transaction
|
8913
8913
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8914
8914
|
[1m[35m (0.1ms)[0m rollback transaction
|
8915
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
8916
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8917
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8918
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8919
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8920
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8921
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8922
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8923
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8924
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8925
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8926
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8927
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8928
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8929
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8930
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8931
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8932
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8933
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8934
|
+
Processing by Sitepress::SiteController#show as HTML
|
8935
|
+
Parameters: {"resource_path"=>"/time"}
|
8936
|
+
Rendered app/content/pages/_stupid.html.erb (0.3ms)
|
8937
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.2ms)
|
8938
|
+
Rendered inline template within layouts/sitepress_test_layout (8.2ms)
|
8939
|
+
Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.0ms)
|
8940
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8941
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8942
|
+
Processing by Sitepress::SiteController#show as HTML
|
8943
|
+
Parameters: {"resource_path"=>"/time"}
|
8944
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
8945
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
8946
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
8947
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8948
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8949
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8950
|
+
Processing by Sitepress::SiteController#show as HTML
|
8951
|
+
Parameters: {"resource_path"=>"/time"}
|
8952
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
8953
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
8954
|
+
Rendered inline template within layouts/sitepress_test_layout (0.6ms)
|
8955
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8956
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8957
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8958
|
+
Processing by Sitepress::SiteController#show as HTML
|
8959
|
+
Parameters: {"resource_path"=>"/time"}
|
8960
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
8961
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
8962
|
+
Rendered inline template within layouts/sitepress_test_layout (0.6ms)
|
8963
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
8964
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8965
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8966
|
+
Processing by Sitepress::SiteController#show as HTML
|
8967
|
+
Parameters: {"resource_path"=>"/time"}
|
8968
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
8969
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
8970
|
+
Rendered inline template within layouts/sitepress_test_layout (0.8ms)
|
8971
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8972
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8973
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8974
|
+
Processing by Sitepress::SiteController#show as HTML
|
8975
|
+
Parameters: {"resource_path"=>"/time"}
|
8976
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
8977
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
8978
|
+
Rendered inline template within layouts/sitepress_test_layout (0.8ms)
|
8979
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
8980
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8981
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
8982
|
+
Processing by Sitepress::SiteController#show as HTML
|
8983
|
+
Parameters: {"resource_path"=>"/hi"}
|
8984
|
+
Rendered inline template within layouts/application (0.3ms)
|
8985
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
8986
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8987
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8988
|
+
Processing by Sitepress::SiteController#show as HTML
|
8989
|
+
Parameters: {"resource_path"=>"/hi"}
|
8990
|
+
Rendered inline template within layouts/application (0.2ms)
|
8991
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
8992
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
8993
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
8994
|
+
Processing by Sitepress::SiteController#show as HTML
|
8995
|
+
Parameters: {"resource_path"=>"/hi"}
|
8996
|
+
Rendered inline template within layouts/application (0.2ms)
|
8997
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
8998
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
8999
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9000
|
+
Processing by Sitepress::SiteController#show as HTML
|
9001
|
+
Parameters: {"resource_path"=>"/hi"}
|
9002
|
+
Rendered inline template within layouts/application (0.3ms)
|
9003
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9004
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9005
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9006
|
+
Processing by Sitepress::SiteController#show as HTML
|
9007
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
9008
|
+
Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
|
9009
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9010
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9011
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9012
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9013
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9014
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9015
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9016
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9017
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9018
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9019
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9020
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9021
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9022
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9023
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9024
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
9025
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9026
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9027
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9028
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9029
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9030
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9031
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9032
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9033
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9034
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9035
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9036
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9037
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9038
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9039
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9040
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9041
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9042
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9043
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9044
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9045
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9046
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9047
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9048
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9049
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9050
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9051
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9052
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9053
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9054
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9055
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9056
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9057
|
+
Processing by Sitepress::SiteController#show as HTML
|
9058
|
+
Parameters: {"resource_path"=>"/time"}
|
9059
|
+
Rendered app/content/pages/_stupid.html.erb (0.4ms)
|
9060
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
|
9061
|
+
Rendered inline template within layouts/sitepress_test_layout (10.4ms)
|
9062
|
+
Completed 200 OK in 24ms (Views: 20.0ms | ActiveRecord: 0.0ms)
|
9063
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9064
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9065
|
+
Processing by Sitepress::SiteController#show as HTML
|
9066
|
+
Parameters: {"resource_path"=>"/time"}
|
9067
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9068
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9069
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9070
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9071
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9072
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9073
|
+
Processing by Sitepress::SiteController#show as HTML
|
9074
|
+
Parameters: {"resource_path"=>"/time"}
|
9075
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
9076
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
9077
|
+
Rendered inline template within layouts/sitepress_test_layout (0.9ms)
|
9078
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9079
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9080
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9081
|
+
Processing by Sitepress::SiteController#show as HTML
|
9082
|
+
Parameters: {"resource_path"=>"/time"}
|
9083
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9084
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
9085
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9086
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9087
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9088
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9089
|
+
Processing by Sitepress::SiteController#show as HTML
|
9090
|
+
Parameters: {"resource_path"=>"/time"}
|
9091
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9092
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9093
|
+
Rendered inline template within layouts/sitepress_test_layout (0.6ms)
|
9094
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9095
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9096
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9097
|
+
Processing by Sitepress::SiteController#show as HTML
|
9098
|
+
Parameters: {"resource_path"=>"/time"}
|
9099
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9100
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9101
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9102
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9103
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9104
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9105
|
+
Processing by Sitepress::SiteController#show as HTML
|
9106
|
+
Parameters: {"resource_path"=>"/hi"}
|
9107
|
+
Rendered inline template within layouts/application (0.3ms)
|
9108
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9109
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9111
|
+
Processing by Sitepress::SiteController#show as HTML
|
9112
|
+
Parameters: {"resource_path"=>"/hi"}
|
9113
|
+
Rendered inline template within layouts/application (0.3ms)
|
9114
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9115
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9116
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9117
|
+
Processing by Sitepress::SiteController#show as HTML
|
9118
|
+
Parameters: {"resource_path"=>"/hi"}
|
9119
|
+
Rendered inline template within layouts/application (0.2ms)
|
9120
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
9121
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9122
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9123
|
+
Processing by Sitepress::SiteController#show as HTML
|
9124
|
+
Parameters: {"resource_path"=>"/hi"}
|
9125
|
+
Rendered inline template within layouts/application (0.4ms)
|
9126
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
9127
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9128
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9129
|
+
Processing by Sitepress::SiteController#show as HTML
|
9130
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
9131
|
+
Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
|
9132
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9133
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9134
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9135
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
9136
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9137
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9138
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9139
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9140
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9141
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9142
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9144
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9145
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9146
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9147
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9148
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9149
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9150
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9151
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9152
|
+
Processing by Sitepress::SiteController#show as HTML
|
9153
|
+
Parameters: {"resource_path"=>"/hi"}
|
9154
|
+
Rendered inline template within layouts/application (1.3ms)
|
9155
|
+
Completed 200 OK in 12ms (Views: 8.7ms | ActiveRecord: 0.0ms)
|
9156
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9157
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9158
|
+
Processing by Sitepress::SiteController#show as HTML
|
9159
|
+
Parameters: {"resource_path"=>"/hi"}
|
9160
|
+
Rendered inline template within layouts/application (0.2ms)
|
9161
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9162
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9163
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9164
|
+
Processing by Sitepress::SiteController#show as HTML
|
9165
|
+
Parameters: {"resource_path"=>"/hi"}
|
9166
|
+
Rendered inline template within layouts/application (0.2ms)
|
9167
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9168
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9169
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9170
|
+
Processing by Sitepress::SiteController#show as HTML
|
9171
|
+
Parameters: {"resource_path"=>"/hi"}
|
9172
|
+
Rendered inline template within layouts/application (0.2ms)
|
9173
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9174
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9175
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9176
|
+
Processing by Sitepress::SiteController#show as HTML
|
9177
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
9178
|
+
Completed 404 Not Found in 0ms (ActiveRecord: 0.0ms)
|
9179
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9180
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9181
|
+
Processing by Sitepress::SiteController#show as HTML
|
9182
|
+
Parameters: {"resource_path"=>"/time"}
|
9183
|
+
Rendered app/content/pages/_stupid.html.erb (0.3ms)
|
9184
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.2ms)
|
9185
|
+
Rendered inline template within layouts/sitepress_test_layout (7.8ms)
|
9186
|
+
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.0ms)
|
9187
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9188
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9189
|
+
Processing by Sitepress::SiteController#show as HTML
|
9190
|
+
Parameters: {"resource_path"=>"/time"}
|
9191
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9192
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
9193
|
+
Rendered inline template within layouts/sitepress_test_layout (0.8ms)
|
9194
|
+
Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
9195
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9196
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9197
|
+
Processing by Sitepress::SiteController#show as HTML
|
9198
|
+
Parameters: {"resource_path"=>"/time"}
|
9199
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9200
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9201
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9202
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9203
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9204
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9205
|
+
Processing by Sitepress::SiteController#show as HTML
|
9206
|
+
Parameters: {"resource_path"=>"/time"}
|
9207
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
9208
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9209
|
+
Rendered inline template within layouts/sitepress_test_layout (0.6ms)
|
9210
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9211
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9212
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9213
|
+
Processing by Sitepress::SiteController#show as HTML
|
9214
|
+
Parameters: {"resource_path"=>"/time"}
|
9215
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9216
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9217
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9218
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9219
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9220
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9221
|
+
Processing by Sitepress::SiteController#show as HTML
|
9222
|
+
Parameters: {"resource_path"=>"/time"}
|
9223
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9224
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9225
|
+
Rendered inline template within layouts/sitepress_test_layout (0.6ms)
|
9226
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9227
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9228
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9229
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9230
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9231
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9232
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9233
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9234
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9235
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9236
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9237
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9238
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9239
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9240
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9241
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9242
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9243
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9244
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9245
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9246
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
9247
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9249
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9250
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9251
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9252
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9253
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9254
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9255
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9256
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9257
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9259
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9261
|
+
Processing by Sitepress::SiteController#show as HTML
|
9262
|
+
Parameters: {"resource_path"=>"/hi"}
|
9263
|
+
Rendered inline template within layouts/application (1.8ms)
|
9264
|
+
Completed 200 OK in 14ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
9265
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9267
|
+
Processing by Sitepress::SiteController#show as HTML
|
9268
|
+
Parameters: {"resource_path"=>"/hi"}
|
9269
|
+
Rendered inline template within layouts/application (0.2ms)
|
9270
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9271
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9273
|
+
Processing by Sitepress::SiteController#show as HTML
|
9274
|
+
Parameters: {"resource_path"=>"/hi"}
|
9275
|
+
Rendered inline template within layouts/application (0.2ms)
|
9276
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
9277
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9278
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9279
|
+
Processing by Sitepress::SiteController#show as HTML
|
9280
|
+
Parameters: {"resource_path"=>"/hi"}
|
9281
|
+
Rendered inline template within layouts/application (0.2ms)
|
9282
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
9283
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9284
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9285
|
+
Processing by Sitepress::SiteController#show as HTML
|
9286
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
9287
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
9288
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9289
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9290
|
+
Processing by Sitepress::SiteController#show as HTML
|
9291
|
+
Parameters: {"resource_path"=>"/time"}
|
9292
|
+
Rendered app/content/pages/_stupid.html.erb (0.3ms)
|
9293
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
|
9294
|
+
Rendered inline template within layouts/sitepress_test_layout (7.5ms)
|
9295
|
+
Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
9296
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9297
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9298
|
+
Processing by Sitepress::SiteController#show as HTML
|
9299
|
+
Parameters: {"resource_path"=>"/time"}
|
9300
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9301
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9302
|
+
Rendered inline template within layouts/sitepress_test_layout (0.6ms)
|
9303
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
9304
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9305
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9306
|
+
Processing by Sitepress::SiteController#show as HTML
|
9307
|
+
Parameters: {"resource_path"=>"/time"}
|
9308
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9309
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9310
|
+
Rendered inline template within layouts/sitepress_test_layout (0.8ms)
|
9311
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
9312
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9313
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9314
|
+
Processing by Sitepress::SiteController#show as HTML
|
9315
|
+
Parameters: {"resource_path"=>"/time"}
|
9316
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9317
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
9318
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9319
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9320
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9322
|
+
Processing by Sitepress::SiteController#show as HTML
|
9323
|
+
Parameters: {"resource_path"=>"/time"}
|
9324
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
9325
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9326
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9327
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9328
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9330
|
+
Processing by Sitepress::SiteController#show as HTML
|
9331
|
+
Parameters: {"resource_path"=>"/time"}
|
9332
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
9333
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
9334
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
9335
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
9336
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9337
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
9338
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9339
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9340
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9341
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9342
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9343
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9344
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
9345
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9346
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9347
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9348
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9349
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9350
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9351
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9352
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9353
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9354
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
9355
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
9356
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
@@ -15,7 +15,19 @@ describe Sitepress do
|
|
15
15
|
expect(subject.routes).to be true
|
16
16
|
end
|
17
17
|
end
|
18
|
-
|
19
|
-
|
18
|
+
context "Rails.configuration.paths" do
|
19
|
+
subject { Rails.configuration.paths[path].to_a }
|
20
|
+
context "views" do
|
21
|
+
let(:path) { "app/views" }
|
22
|
+
it { should include(Sitepress.site.root_path.to_s) }
|
23
|
+
end
|
24
|
+
context "helpers" do
|
25
|
+
let(:path) { "app/helpers" }
|
26
|
+
it { should include(Sitepress.site.root_path.join("helpers").to_s) }
|
27
|
+
end
|
28
|
+
context "assets" do
|
29
|
+
let(:path) { "app/assets" }
|
30
|
+
it { should include(Sitepress.site.root_path.join("assets").to_s) }
|
31
|
+
end
|
20
32
|
end
|
21
33
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sitepress-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.18
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brad Gessler
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-09-
|
11
|
+
date: 2016-09-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sqlite3
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.1.
|
61
|
+
version: 0.1.18
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.1.
|
68
|
+
version: 0.1.18
|
69
69
|
description:
|
70
70
|
email:
|
71
71
|
- bradgessler@gmail.com
|