sitepress-rails 0.1.29 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -2
- data/app/controllers/concerns/sitepress/site_pages.rb +8 -9
- data/spec/dummy/config/application.rb +3 -1
- data/spec/dummy/config/environments/development.rb +1 -1
- data/spec/dummy/config/environments/production.rb +1 -1
- data/spec/dummy/log/test.log +790 -0
- metadata +5 -22
- data/spec/dummy/app/models/application_record.rb +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9b8d7a0d3d0bf5537540444e469a6a2d1240d27a198d5d7de3b12eee16987974
|
4
|
+
data.tar.gz: 5994a7fe8f40b317b990b488a5b434c1b84366b85baf7daa29de02485d628e3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43b0db4a564944e11f22c4092ebef89a48bef5ed196927b32309f56b848446fd4a230f04b7473026d4b68164f5cb122957671acc7acfc86532e3f7e273510e90
|
7
|
+
data.tar.gz: cfdac0511e6288950e9ab0218e0095012436bf511af57f5f7ee00cec22af5269dfc8588153ed6829038a6c08eebce89de5bd0750d47eba14e16bcd034457b3a2
|
data/README.md
CHANGED
@@ -22,10 +22,16 @@ Then mount the engine into your `config/routes.rb` file:
|
|
22
22
|
mount Sitepress::Engine => "/"
|
23
23
|
```
|
24
24
|
|
25
|
-
|
25
|
+
Create the `app/content/pages` in your rails project:
|
26
26
|
|
27
27
|
```bash
|
28
|
-
$
|
28
|
+
$ mkdir app/content/pages
|
29
|
+
```
|
30
|
+
|
31
|
+
Then add pages to the `app/content/pages` directory:
|
32
|
+
|
33
|
+
```bash
|
34
|
+
$ echo "<h1>Hello</h1><p>It is <%= Time.now %> o'clock</p>" > app/content/pages/hello.html.erb
|
29
35
|
```
|
30
36
|
|
31
37
|
Point your browser to `http://127.0.0.1:3000/hello` and if all went well you should see the page you just created.
|
@@ -62,16 +62,15 @@ module Sitepress
|
|
62
62
|
# exposed via some really convoluted private methods inside of the various
|
63
63
|
# versions of Rails, so I try my best to hack out the path to the layout below.
|
64
64
|
def controller_layout
|
65
|
-
# Rails 4 and 5 expose the `_layout` via methods with different arity. Since
|
66
|
-
# I don't want to hard code the version, I'm detecting arity and hoping that Rails 6
|
67
|
-
# doesn't break this approach. If it does I'll probably have to get into the business
|
68
|
-
# of version detection.
|
69
65
|
private_layout_method = self.method(:_layout)
|
70
|
-
layout =
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
66
|
+
layout =
|
67
|
+
if Rails.version >= "6"
|
68
|
+
private_layout_method.call lookup_context, current_page_rails_formats
|
69
|
+
elsif Rails.version >= "5"
|
70
|
+
private_layout_method.call current_page_rails_formats
|
71
|
+
else
|
72
|
+
private_layout_method.call
|
73
|
+
end
|
75
74
|
|
76
75
|
if layout.instance_of? String # Rails 4 and 5 return a string from above.
|
77
76
|
layout
|
@@ -19,7 +19,7 @@ Rails.application.configure do
|
|
19
19
|
config.active_support.deprecation = :log
|
20
20
|
|
21
21
|
# Raise an error on page load if there are pending migrations.
|
22
|
-
config.active_record.migration_error = :page_load
|
22
|
+
# config.active_record.migration_error = :page_load
|
23
23
|
|
24
24
|
# Debug mode disables concatenation and preprocessing of assets.
|
25
25
|
# This option may cause significant delays in view rendering with a large
|
data/spec/dummy/log/test.log
CHANGED
@@ -79016,3 +79016,793 @@ Completed 404 Not Found in 6ms (ActiveRecord: 0.0ms)
|
|
79016
79016
|
[1m[35m (0.1ms)[0m rollback transaction
|
79017
79017
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79018
79018
|
[1m[35m (0.6ms)[0m rollback transaction
|
79019
|
+
[1m[36m (8.8ms)[0m [1mbegin transaction[0m
|
79020
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79021
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79022
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79024
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79025
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79026
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79027
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79028
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79029
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79030
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79031
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79032
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79033
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79034
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79035
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79036
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79037
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79038
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79039
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79040
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79041
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79042
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79043
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79044
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79046
|
+
Processing by Sitepress::SiteController#show as HTML
|
79047
|
+
Parameters: {"resource_path"=>"/time"}
|
79048
|
+
Rendered app/content/pages/_stupid.html.erb (0.4ms)
|
79049
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.3ms)
|
79050
|
+
Rendered inline template within layouts/sitepress_test_layout (48.7ms)
|
79051
|
+
Completed 200 OK in 113ms (Views: 80.5ms | ActiveRecord: 0.0ms)
|
79052
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79053
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79054
|
+
Processing by Sitepress::SiteController#show as HTML
|
79055
|
+
Parameters: {"resource_path"=>"/time"}
|
79056
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79057
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79058
|
+
Rendered inline template within layouts/sitepress_test_layout (1.0ms)
|
79059
|
+
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
79060
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79062
|
+
Processing by Sitepress::SiteController#show as HTML
|
79063
|
+
Parameters: {"resource_path"=>"/time"}
|
79064
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79065
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79066
|
+
Rendered inline template within layouts/sitepress_test_layout (0.8ms)
|
79067
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
79068
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79069
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79070
|
+
Processing by Sitepress::SiteController#show as HTML
|
79071
|
+
Parameters: {"resource_path"=>"/time"}
|
79072
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79073
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79074
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
79075
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
79076
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79077
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79078
|
+
Processing by Sitepress::SiteController#show as HTML
|
79079
|
+
Parameters: {"resource_path"=>"/time"}
|
79080
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79081
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79082
|
+
Rendered inline template within layouts/sitepress_test_layout (0.8ms)
|
79083
|
+
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
79084
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79085
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79086
|
+
Processing by Sitepress::SiteController#show as HTML
|
79087
|
+
Parameters: {"resource_path"=>"/time"}
|
79088
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
79089
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
79090
|
+
Rendered inline template within layouts/sitepress_test_layout (0.9ms)
|
79091
|
+
Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms)
|
79092
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79093
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79094
|
+
Processing by Sitepress::SiteController#show as HTML
|
79095
|
+
Parameters: {"resource_path"=>"/hi"}
|
79096
|
+
Rendered inline template within layouts/application (0.4ms)
|
79097
|
+
Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.0ms)
|
79098
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79099
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79100
|
+
Processing by Sitepress::SiteController#show as HTML
|
79101
|
+
Parameters: {"resource_path"=>"/hi"}
|
79102
|
+
Rendered inline template within layouts/application (0.3ms)
|
79103
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
79104
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79105
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79106
|
+
Processing by Sitepress::SiteController#show as HTML
|
79107
|
+
Parameters: {"resource_path"=>"/hi"}
|
79108
|
+
Rendered inline template within layouts/application (0.3ms)
|
79109
|
+
Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
79110
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79111
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79112
|
+
Processing by Sitepress::SiteController#show as HTML
|
79113
|
+
Parameters: {"resource_path"=>"/hi"}
|
79114
|
+
Rendered inline template within layouts/application (0.2ms)
|
79115
|
+
Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
79116
|
+
[1m[35m (0.3ms)[0m rollback transaction
|
79117
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79118
|
+
Processing by Sitepress::SiteController#show as HTML
|
79119
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79120
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79121
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79122
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79123
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79124
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79125
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79126
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79127
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79128
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79129
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79130
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79131
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79132
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
79133
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79135
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79136
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79137
|
+
Processing by Sitepress::SiteController#show as HTML
|
79138
|
+
Parameters: {"resource_path"=>"/hi"}
|
79139
|
+
Rendered inline template within layouts/application (1.0ms)
|
79140
|
+
Completed 200 OK in 101ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
79141
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79142
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79143
|
+
Processing by Sitepress::SiteController#show as HTML
|
79144
|
+
Parameters: {"resource_path"=>"/hi"}
|
79145
|
+
Rendered inline template within layouts/application (0.2ms)
|
79146
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
79147
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79148
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79149
|
+
Processing by Sitepress::SiteController#show as HTML
|
79150
|
+
Parameters: {"resource_path"=>"/hi"}
|
79151
|
+
Rendered inline template within layouts/application (0.2ms)
|
79152
|
+
Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
79153
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79154
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79155
|
+
Processing by Sitepress::SiteController#show as HTML
|
79156
|
+
Parameters: {"resource_path"=>"/hi"}
|
79157
|
+
Rendered inline template within layouts/application (0.3ms)
|
79158
|
+
Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
79159
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79160
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79161
|
+
Processing by Sitepress::SiteController#show as HTML
|
79162
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79163
|
+
Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)
|
79164
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79165
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79166
|
+
Processing by Sitepress::SiteController#show as HTML
|
79167
|
+
Parameters: {"resource_path"=>"/time"}
|
79168
|
+
Rendered app/content/pages/_stupid.html.erb (0.3ms)
|
79169
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.6ms)
|
79170
|
+
Rendered inline template within layouts/sitepress_test_layout (13.9ms)
|
79171
|
+
Completed 200 OK in 24ms (Views: 19.8ms | ActiveRecord: 0.0ms)
|
79172
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79173
|
+
[1m[36m (0.4ms)[0m [1mbegin transaction[0m
|
79174
|
+
Processing by Sitepress::SiteController#show as HTML
|
79175
|
+
Parameters: {"resource_path"=>"/time"}
|
79176
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79177
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79178
|
+
Rendered inline template within layouts/sitepress_test_layout (1.0ms)
|
79179
|
+
Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
79180
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79181
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79182
|
+
Processing by Sitepress::SiteController#show as HTML
|
79183
|
+
Parameters: {"resource_path"=>"/time"}
|
79184
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79185
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79186
|
+
Rendered inline template within layouts/sitepress_test_layout (0.5ms)
|
79187
|
+
Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
79188
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79189
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79190
|
+
Processing by Sitepress::SiteController#show as HTML
|
79191
|
+
Parameters: {"resource_path"=>"/time"}
|
79192
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79193
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
79194
|
+
Rendered inline template within layouts/sitepress_test_layout (0.7ms)
|
79195
|
+
Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)
|
79196
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79197
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79198
|
+
Processing by Sitepress::SiteController#show as HTML
|
79199
|
+
Parameters: {"resource_path"=>"/time"}
|
79200
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79201
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79202
|
+
Rendered inline template within layouts/sitepress_test_layout (0.5ms)
|
79203
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
79204
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79205
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79206
|
+
Processing by Sitepress::SiteController#show as HTML
|
79207
|
+
Parameters: {"resource_path"=>"/time"}
|
79208
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79209
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79210
|
+
Rendered inline template within layouts/sitepress_test_layout (0.5ms)
|
79211
|
+
Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
79212
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79213
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79214
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79215
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79216
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79217
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79218
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79219
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79220
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79221
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79222
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79223
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79224
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79225
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79226
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79227
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79228
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79229
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79230
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79231
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79232
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79233
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79234
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79235
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79236
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79237
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79238
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79239
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79240
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79241
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79242
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79243
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79244
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79245
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
79246
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79247
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79248
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79249
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79250
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79251
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79252
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79253
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79254
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79255
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79256
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
79257
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79258
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79259
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79260
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79261
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79262
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79263
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79264
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79265
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79266
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79267
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79268
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79269
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79270
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79271
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
79272
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79273
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79274
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79275
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79276
|
+
Processing by Sitepress::SiteController#show as HTML
|
79277
|
+
Parameters: {"resource_path"=>"/hi"}
|
79278
|
+
Rendered inline template within layouts/application (0.7ms)
|
79279
|
+
Completed 200 OK in 71ms (Views: 17.8ms | ActiveRecord: 0.0ms)
|
79280
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79281
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79282
|
+
Processing by Sitepress::SiteController#show as HTML
|
79283
|
+
Parameters: {"resource_path"=>"/hi"}
|
79284
|
+
Rendered inline template within layouts/application (0.3ms)
|
79285
|
+
Completed 200 OK in 43ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
79286
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79287
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79288
|
+
Processing by Sitepress::SiteController#show as HTML
|
79289
|
+
Parameters: {"resource_path"=>"/hi"}
|
79290
|
+
Rendered inline template within layouts/application (0.3ms)
|
79291
|
+
Completed 200 OK in 35ms (Views: 4.5ms | ActiveRecord: 0.0ms)
|
79292
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79293
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79294
|
+
Processing by Sitepress::SiteController#show as HTML
|
79295
|
+
Parameters: {"resource_path"=>"/hi"}
|
79296
|
+
Rendered inline template within layouts/application (0.3ms)
|
79297
|
+
Completed 200 OK in 35ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
79298
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79299
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79300
|
+
Processing by Sitepress::SiteController#show as HTML
|
79301
|
+
Parameters: {"resource_path"=>"/time"}
|
79302
|
+
Rendered app/content/pages/_stupid.html.erb (0.3ms)
|
79303
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.2ms)
|
79304
|
+
Rendered inline template within layouts/sitepress_test_layout (33.7ms)
|
79305
|
+
Completed 200 OK in 74ms (Views: 52.4ms | ActiveRecord: 0.0ms)
|
79306
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79307
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79308
|
+
Processing by Sitepress::SiteController#show as HTML
|
79309
|
+
Parameters: {"resource_path"=>"/time"}
|
79310
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79311
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
79312
|
+
Rendered inline template within layouts/sitepress_test_layout (37.3ms)
|
79313
|
+
Completed 200 OK in 79ms (Views: 55.0ms | ActiveRecord: 0.0ms)
|
79314
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79315
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79316
|
+
Processing by Sitepress::SiteController#show as HTML
|
79317
|
+
Parameters: {"resource_path"=>"/time"}
|
79318
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
79319
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
79320
|
+
Rendered inline template within layouts/sitepress_test_layout (33.3ms)
|
79321
|
+
Completed 200 OK in 74ms (Views: 53.2ms | ActiveRecord: 0.0ms)
|
79322
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79323
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79324
|
+
Processing by Sitepress::SiteController#show as HTML
|
79325
|
+
Parameters: {"resource_path"=>"/time"}
|
79326
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79327
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
79328
|
+
Rendered inline template within layouts/sitepress_test_layout (34.8ms)
|
79329
|
+
Completed 200 OK in 75ms (Views: 52.9ms | ActiveRecord: 0.0ms)
|
79330
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79331
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79332
|
+
Processing by Sitepress::SiteController#show as HTML
|
79333
|
+
Parameters: {"resource_path"=>"/time"}
|
79334
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79335
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79336
|
+
Rendered inline template within layouts/sitepress_test_layout (30.6ms)
|
79337
|
+
Completed 200 OK in 72ms (Views: 47.9ms | ActiveRecord: 0.0ms)
|
79338
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79339
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79340
|
+
Processing by Sitepress::SiteController#show as HTML
|
79341
|
+
Parameters: {"resource_path"=>"/time"}
|
79342
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
79343
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.1ms)
|
79344
|
+
Rendered inline template within layouts/sitepress_test_layout (35.3ms)
|
79345
|
+
Completed 200 OK in 82ms (Views: 60.3ms | ActiveRecord: 0.0ms)
|
79346
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79347
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79348
|
+
Processing by Sitepress::SiteController#show as HTML
|
79349
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79350
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
79351
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79352
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79353
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79354
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79355
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79356
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79357
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79358
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
79359
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79360
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79361
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79362
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79363
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79364
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79365
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79367
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79369
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79371
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79372
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79373
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79375
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79376
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79377
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79378
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79379
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79380
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79381
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
79382
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79383
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79384
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79385
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79386
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79387
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79389
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79390
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79391
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79392
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79393
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79394
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79395
|
+
Processing by Sitepress::SiteController#show as HTML
|
79396
|
+
Parameters: {"resource_path"=>"/hi"}
|
79397
|
+
Rendered inline template within layouts/application (0.3ms)
|
79398
|
+
Completed 200 OK in 35ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
79399
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79400
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79401
|
+
Processing by Sitepress::SiteController#show as HTML
|
79402
|
+
Parameters: {"resource_path"=>"/hi"}
|
79403
|
+
Rendered inline template within layouts/application (0.2ms)
|
79404
|
+
Completed 200 OK in 29ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
79405
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79406
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79407
|
+
Processing by Sitepress::SiteController#show as HTML
|
79408
|
+
Parameters: {"resource_path"=>"/hi"}
|
79409
|
+
Rendered inline template within layouts/application (0.2ms)
|
79410
|
+
Completed 200 OK in 26ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
79411
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79412
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79413
|
+
Processing by Sitepress::SiteController#show as HTML
|
79414
|
+
Parameters: {"resource_path"=>"/hi"}
|
79415
|
+
Rendered inline template within layouts/application (0.2ms)
|
79416
|
+
Completed 200 OK in 26ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
79417
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79418
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79419
|
+
Processing by Sitepress::SiteController#show as HTML
|
79420
|
+
Parameters: {"resource_path"=>"/time"}
|
79421
|
+
Rendered app/content/pages/_stupid.html.erb (0.2ms)
|
79422
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.2ms)
|
79423
|
+
Rendered inline template within layouts/sitepress_test_layout (30.5ms)
|
79424
|
+
Completed 200 OK in 75ms (Views: 48.6ms | ActiveRecord: 0.0ms)
|
79425
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79426
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79427
|
+
Processing by Sitepress::SiteController#show as HTML
|
79428
|
+
Parameters: {"resource_path"=>"/time"}
|
79429
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79430
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79431
|
+
Rendered inline template within layouts/sitepress_test_layout (31.7ms)
|
79432
|
+
Completed 200 OK in 69ms (Views: 48.1ms | ActiveRecord: 0.0ms)
|
79433
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79434
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79435
|
+
Processing by Sitepress::SiteController#show as HTML
|
79436
|
+
Parameters: {"resource_path"=>"/time"}
|
79437
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79438
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79439
|
+
Rendered inline template within layouts/sitepress_test_layout (29.5ms)
|
79440
|
+
Completed 200 OK in 66ms (Views: 45.3ms | ActiveRecord: 0.0ms)
|
79441
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79442
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79443
|
+
Processing by Sitepress::SiteController#show as HTML
|
79444
|
+
Parameters: {"resource_path"=>"/time"}
|
79445
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79446
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79447
|
+
Rendered inline template within layouts/sitepress_test_layout (34.4ms)
|
79448
|
+
Completed 200 OK in 77ms (Views: 54.0ms | ActiveRecord: 0.0ms)
|
79449
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79450
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79451
|
+
Processing by Sitepress::SiteController#show as HTML
|
79452
|
+
Parameters: {"resource_path"=>"/time"}
|
79453
|
+
Rendered app/content/pages/_stupid.html.erb (0.1ms)
|
79454
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79455
|
+
Rendered inline template within layouts/sitepress_test_layout (35.9ms)
|
79456
|
+
Completed 200 OK in 76ms (Views: 54.1ms | ActiveRecord: 0.0ms)
|
79457
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79458
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79459
|
+
Processing by Sitepress::SiteController#show as HTML
|
79460
|
+
Parameters: {"resource_path"=>"/time"}
|
79461
|
+
Rendered app/content/pages/_stupid.html.erb (0.0ms)
|
79462
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (0.0ms)
|
79463
|
+
Rendered inline template within layouts/sitepress_test_layout (30.8ms)
|
79464
|
+
Completed 200 OK in 71ms (Views: 48.0ms | ActiveRecord: 0.0ms)
|
79465
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79466
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79467
|
+
Processing by Sitepress::SiteController#show as HTML
|
79468
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79469
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
79470
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79471
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
79472
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79473
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79474
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79475
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79476
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79478
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79479
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79480
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79481
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79482
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79484
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79485
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79486
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79487
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79488
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79489
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79490
|
+
Processing by Sitepress::SiteController#show as HTML
|
79491
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79492
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79493
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79494
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79495
|
+
Processing by Sitepress::SiteController#show as HTML
|
79496
|
+
Parameters: {"resource_path"=>"/hi"}
|
79497
|
+
Completed 404 Not Found in 9ms (ActiveRecord: 0.0ms)
|
79498
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79499
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79500
|
+
Processing by Sitepress::SiteController#show as HTML
|
79501
|
+
Parameters: {"resource_path"=>"/hi"}
|
79502
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79503
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79504
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79505
|
+
Processing by Sitepress::SiteController#show as HTML
|
79506
|
+
Parameters: {"resource_path"=>"/hi"}
|
79507
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79508
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79509
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79510
|
+
Processing by Sitepress::SiteController#show as HTML
|
79511
|
+
Parameters: {"resource_path"=>"/hi"}
|
79512
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79513
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79514
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79515
|
+
Processing by Sitepress::SiteController#show as HTML
|
79516
|
+
Parameters: {"resource_path"=>"/time"}
|
79517
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79518
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79519
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79520
|
+
Processing by Sitepress::SiteController#show as HTML
|
79521
|
+
Parameters: {"resource_path"=>"/time"}
|
79522
|
+
Completed 404 Not Found in 1ms (ActiveRecord: 0.0ms)
|
79523
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79524
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79525
|
+
Processing by Sitepress::SiteController#show as HTML
|
79526
|
+
Parameters: {"resource_path"=>"/time"}
|
79527
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79528
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79529
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79530
|
+
Processing by Sitepress::SiteController#show as HTML
|
79531
|
+
Parameters: {"resource_path"=>"/time"}
|
79532
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79533
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79535
|
+
Processing by Sitepress::SiteController#show as HTML
|
79536
|
+
Parameters: {"resource_path"=>"/time"}
|
79537
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79538
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79539
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79540
|
+
Processing by Sitepress::SiteController#show as HTML
|
79541
|
+
Parameters: {"resource_path"=>"/time"}
|
79542
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79543
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79545
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79546
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79547
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79548
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79549
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79550
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79551
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79552
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79553
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79554
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79555
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79556
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79557
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79558
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79559
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79560
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79561
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79562
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
79563
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79564
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79565
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79566
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79567
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79569
|
+
Processing by Sitepress::SiteController#show as HTML
|
79570
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79571
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79572
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79573
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79574
|
+
Processing by Sitepress::SiteController#show as HTML
|
79575
|
+
Parameters: {"resource_path"=>"/time"}
|
79576
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79577
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79578
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79579
|
+
Processing by Sitepress::SiteController#show as HTML
|
79580
|
+
Parameters: {"resource_path"=>"/time"}
|
79581
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79582
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79583
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79584
|
+
Processing by Sitepress::SiteController#show as HTML
|
79585
|
+
Parameters: {"resource_path"=>"/time"}
|
79586
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79587
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79588
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79589
|
+
Processing by Sitepress::SiteController#show as HTML
|
79590
|
+
Parameters: {"resource_path"=>"/time"}
|
79591
|
+
Completed 404 Not Found in 3ms (ActiveRecord: 0.0ms)
|
79592
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79593
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79594
|
+
Processing by Sitepress::SiteController#show as HTML
|
79595
|
+
Parameters: {"resource_path"=>"/time"}
|
79596
|
+
Completed 404 Not Found in 6ms (ActiveRecord: 0.0ms)
|
79597
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79598
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79599
|
+
Processing by Sitepress::SiteController#show as HTML
|
79600
|
+
Parameters: {"resource_path"=>"/time"}
|
79601
|
+
Completed 404 Not Found in 6ms (ActiveRecord: 0.0ms)
|
79602
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79604
|
+
Processing by Sitepress::SiteController#show as HTML
|
79605
|
+
Parameters: {"resource_path"=>"/hi"}
|
79606
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79607
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79608
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79609
|
+
Processing by Sitepress::SiteController#show as HTML
|
79610
|
+
Parameters: {"resource_path"=>"/hi"}
|
79611
|
+
Completed 404 Not Found in 9ms (ActiveRecord: 0.0ms)
|
79612
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79613
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79614
|
+
Processing by Sitepress::SiteController#show as HTML
|
79615
|
+
Parameters: {"resource_path"=>"/hi"}
|
79616
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79617
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79618
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79619
|
+
Processing by Sitepress::SiteController#show as HTML
|
79620
|
+
Parameters: {"resource_path"=>"/hi"}
|
79621
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79622
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79623
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79624
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79625
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79626
|
+
[1m[35m (0.1ms)[0m begin transaction
|
79627
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79628
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79629
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79630
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79631
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79632
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79634
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79635
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79636
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79637
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79638
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79639
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79640
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79641
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79642
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79643
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79644
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79645
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79646
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79647
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79648
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79649
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79650
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79651
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79652
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79653
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
79654
|
+
Processing by Sitepress::SiteController#show as HTML
|
79655
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79656
|
+
Completed 404 Not Found in 93ms (ActiveRecord: 0.0ms)
|
79657
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79658
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79659
|
+
Processing by Sitepress::SiteController#show as HTML
|
79660
|
+
Parameters: {"resource_path"=>"/time"}
|
79661
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79662
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79663
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79664
|
+
Processing by Sitepress::SiteController#show as HTML
|
79665
|
+
Parameters: {"resource_path"=>"/time"}
|
79666
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79667
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79668
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79669
|
+
Processing by Sitepress::SiteController#show as HTML
|
79670
|
+
Parameters: {"resource_path"=>"/time"}
|
79671
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79672
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79673
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79674
|
+
Processing by Sitepress::SiteController#show as HTML
|
79675
|
+
Parameters: {"resource_path"=>"/time"}
|
79676
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79677
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79679
|
+
Processing by Sitepress::SiteController#show as HTML
|
79680
|
+
Parameters: {"resource_path"=>"/time"}
|
79681
|
+
Completed 404 Not Found in 5ms (ActiveRecord: 0.0ms)
|
79682
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79683
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79684
|
+
Processing by Sitepress::SiteController#show as HTML
|
79685
|
+
Parameters: {"resource_path"=>"/time"}
|
79686
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79687
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79688
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79689
|
+
Processing by Sitepress::SiteController#show as HTML
|
79690
|
+
Parameters: {"resource_path"=>"/hi"}
|
79691
|
+
Completed 404 Not Found in 5ms (ActiveRecord: 0.0ms)
|
79692
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
79693
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79694
|
+
Processing by Sitepress::SiteController#show as HTML
|
79695
|
+
Parameters: {"resource_path"=>"/hi"}
|
79696
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79697
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79698
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79699
|
+
Processing by Sitepress::SiteController#show as HTML
|
79700
|
+
Parameters: {"resource_path"=>"/hi"}
|
79701
|
+
Completed 404 Not Found in 4ms (ActiveRecord: 0.0ms)
|
79702
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79703
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79704
|
+
Processing by Sitepress::SiteController#show as HTML
|
79705
|
+
Parameters: {"resource_path"=>"/hi"}
|
79706
|
+
Completed 404 Not Found in 2ms (ActiveRecord: 0.0ms)
|
79707
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79708
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79709
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79710
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79711
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79712
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79713
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79714
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79715
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79716
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79717
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79718
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79719
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79720
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79721
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79722
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79723
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79724
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79725
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79726
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79727
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
79728
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79729
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79730
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79731
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79732
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
79733
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79734
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79735
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79736
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79737
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79738
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
79739
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79740
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79741
|
+
[1m[35m (0.2ms)[0m begin transaction
|
79742
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
79743
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
79744
|
+
Processing by Sitepress::SiteController#show as HTML
|
79745
|
+
Parameters: {"resource_path"=>"/time"}
|
79746
|
+
Rendering inline template within layouts/sitepress_test_layout
|
79747
|
+
Rendered app/content/pages/_stupid.html.erb (Duration: 0.9ms | Allocations: 77)
|
79748
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 1.2ms | Allocations: 75)
|
79749
|
+
Rendered inline template within layouts/sitepress_test_layout (Duration: 15.6ms | Allocations: 1053)
|
79750
|
+
Completed 200 OK in 247ms (Views: 27.6ms | Allocations: 124781)
|
79751
|
+
Processing by Sitepress::SiteController#show as HTML
|
79752
|
+
Parameters: {"resource_path"=>"/time"}
|
79753
|
+
Rendering inline template within layouts/sitepress_test_layout
|
79754
|
+
Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
|
79755
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
|
79756
|
+
Rendered inline template within layouts/sitepress_test_layout (Duration: 0.8ms | Allocations: 274)
|
79757
|
+
Completed 200 OK in 5ms (Views: 1.5ms | Allocations: 2298)
|
79758
|
+
Processing by Sitepress::SiteController#show as HTML
|
79759
|
+
Parameters: {"resource_path"=>"/time"}
|
79760
|
+
Rendering inline template within layouts/sitepress_test_layout
|
79761
|
+
Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
|
79762
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
|
79763
|
+
Rendered inline template within layouts/sitepress_test_layout (Duration: 0.8ms | Allocations: 277)
|
79764
|
+
Completed 200 OK in 35ms (Views: 1.5ms | Allocations: 2304)
|
79765
|
+
Processing by Sitepress::SiteController#show as HTML
|
79766
|
+
Parameters: {"resource_path"=>"/time"}
|
79767
|
+
Rendering inline template within layouts/sitepress_test_layout
|
79768
|
+
Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
|
79769
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
|
79770
|
+
Rendered inline template within layouts/sitepress_test_layout (Duration: 0.8ms | Allocations: 274)
|
79771
|
+
Completed 200 OK in 4ms (Views: 1.3ms | Allocations: 2298)
|
79772
|
+
Processing by Sitepress::SiteController#show as HTML
|
79773
|
+
Parameters: {"resource_path"=>"/time"}
|
79774
|
+
Rendering inline template within layouts/sitepress_test_layout
|
79775
|
+
Rendered app/content/pages/_stupid.html.erb (Duration: 0.1ms | Allocations: 6)
|
79776
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.0ms | Allocations: 5)
|
79777
|
+
Rendered inline template within layouts/sitepress_test_layout (Duration: 1.6ms | Allocations: 274)
|
79778
|
+
Completed 200 OK in 8ms (Views: 2.6ms | Allocations: 2298)
|
79779
|
+
Processing by Sitepress::SiteController#show as HTML
|
79780
|
+
Parameters: {"resource_path"=>"/time"}
|
79781
|
+
Rendering inline template within layouts/sitepress_test_layout
|
79782
|
+
Rendered app/content/pages/_stupid.html.erb (Duration: 0.0ms | Allocations: 6)
|
79783
|
+
Rendered app/content/pages/partials/_really_stupid.html.erb (Duration: 0.1ms | Allocations: 5)
|
79784
|
+
Rendered inline template within layouts/sitepress_test_layout (Duration: 3.1ms | Allocations: 274)
|
79785
|
+
Completed 200 OK in 6ms (Views: 3.8ms | Allocations: 2298)
|
79786
|
+
Processing by Sitepress::SiteController#show as HTML
|
79787
|
+
Parameters: {"resource_path"=>"/non-existent"}
|
79788
|
+
Completed 404 Not Found in 3ms (Allocations: 1793)
|
79789
|
+
Processing by Sitepress::SiteController#show as HTML
|
79790
|
+
Parameters: {"resource_path"=>"/hi"}
|
79791
|
+
Rendering inline template within layouts/application
|
79792
|
+
Rendered inline template within layouts/application (Duration: 0.3ms | Allocations: 66)
|
79793
|
+
Completed 200 OK in 5ms (Views: 1.8ms | Allocations: 2162)
|
79794
|
+
Processing by Sitepress::SiteController#show as HTML
|
79795
|
+
Parameters: {"resource_path"=>"/hi"}
|
79796
|
+
Rendering inline template within layouts/application
|
79797
|
+
Rendered inline template within layouts/application (Duration: 0.4ms | Allocations: 65)
|
79798
|
+
Completed 200 OK in 7ms (Views: 3.0ms | Allocations: 2051)
|
79799
|
+
Processing by Sitepress::SiteController#show as HTML
|
79800
|
+
Parameters: {"resource_path"=>"/hi"}
|
79801
|
+
Rendering inline template within layouts/application
|
79802
|
+
Rendered inline template within layouts/application (Duration: 0.5ms | Allocations: 65)
|
79803
|
+
Completed 200 OK in 21ms (Views: 12.1ms | Allocations: 2048)
|
79804
|
+
Processing by Sitepress::SiteController#show as HTML
|
79805
|
+
Parameters: {"resource_path"=>"/hi"}
|
79806
|
+
Rendering inline template within layouts/application
|
79807
|
+
Rendered inline template within layouts/application (Duration: 0.4ms | Allocations: 65)
|
79808
|
+
Completed 200 OK in 7ms (Views: 3.2ms | Allocations: 2048)
|
metadata
CHANGED
@@ -1,29 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sitepress-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brad Gessler
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: sqlite3
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - ">="
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0'
|
20
|
-
type: :development
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - ">="
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '0'
|
27
13
|
- !ruby/object:Gem::Dependency
|
28
14
|
name: rspec-rails
|
29
15
|
requirement: !ruby/object:Gem::Requirement
|
@@ -72,14 +58,14 @@ dependencies:
|
|
72
58
|
requirements:
|
73
59
|
- - '='
|
74
60
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.
|
61
|
+
version: 1.0.0
|
76
62
|
type: :runtime
|
77
63
|
prerelease: false
|
78
64
|
version_requirements: !ruby/object:Gem::Requirement
|
79
65
|
requirements:
|
80
66
|
- - '='
|
81
67
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.
|
68
|
+
version: 1.0.0
|
83
69
|
description:
|
84
70
|
email:
|
85
71
|
- bradgessler@gmail.com
|
@@ -118,7 +104,6 @@ files:
|
|
118
104
|
- spec/dummy/app/helpers/application_helper.rb
|
119
105
|
- spec/dummy/app/jobs/application_job.rb
|
120
106
|
- spec/dummy/app/mailers/application_mailer.rb
|
121
|
-
- spec/dummy/app/models/application_record.rb
|
122
107
|
- spec/dummy/app/views/baseline/show.html.erb
|
123
108
|
- spec/dummy/app/views/layouts/application.html.erb
|
124
109
|
- spec/dummy/app/views/layouts/mailer.html.erb
|
@@ -195,8 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
180
|
- !ruby/object:Gem::Version
|
196
181
|
version: '0'
|
197
182
|
requirements: []
|
198
|
-
|
199
|
-
rubygems_version: 2.7.3
|
183
|
+
rubygems_version: 3.1.2
|
200
184
|
signing_key:
|
201
185
|
specification_version: 4
|
202
186
|
summary: Sitepress rails integration.
|
@@ -210,7 +194,6 @@ test_files:
|
|
210
194
|
- spec/dummy/app/content/pages/hi.html
|
211
195
|
- spec/dummy/app/content/pages/partials/_really_stupid.html.erb
|
212
196
|
- spec/dummy/app/content/helpers/sample_helper.rb
|
213
|
-
- spec/dummy/app/models/application_record.rb
|
214
197
|
- spec/dummy/app/jobs/application_job.rb
|
215
198
|
- spec/dummy/app/controllers/application_controller.rb
|
216
199
|
- spec/dummy/app/controllers/baseline_controller.rb
|