frikandel 2.1.0 → 2.3.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 +5 -5
- data/.travis.yml +16 -7
- data/{Gemfile.rails-3.2.x → Gemfile.rails-5.2.x} +1 -1
- data/{Gemfile.rails-4.0.x → Gemfile.rails-6.0.x} +1 -1
- data/README.md +9 -4
- data/frikandel.gemspec +7 -3
- data/lib/frikandel/bind_session_to_ip_address.rb +6 -1
- data/lib/frikandel/limit_session_lifetime.rb +5 -1
- data/lib/frikandel/version.rb +1 -1
- data/spec/controllers/bind_session_to_ip_address_controller_spec.rb +36 -28
- data/spec/controllers/combined_controller_spec.rb +43 -35
- data/spec/controllers/customized_on_invalid_session_controller_spec.rb +3 -2
- data/spec/controllers/limit_session_lifetime_controller_spec.rb +78 -70
- data/spec/dummy/app/assets/config/manifest.js +3 -0
- data/spec/dummy/config/application.rb +2 -0
- data/spec/dummy/config/environments/test.rb +7 -2
- data/spec/dummy/log/test.log +1948 -2180
- data/spec/lib/frikandel/configuration_spec.rb +17 -17
- data/spec/rails_helper.rb +76 -0
- data/spec/spec_helper.rb +88 -24
- data/spec/support/application_controller.rb +6 -1
- metadata +59 -49
- data/Gemfile.rails-4.1.x +0 -6
data/spec/dummy/log/test.log
CHANGED
@@ -1,2431 +1,2199 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
Processing by ApplicationController#home as HTML
|
23
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
24
|
-
Processing by ApplicationController#home as HTML
|
25
|
-
Redirected to http://test.host/home
|
26
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
27
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
28
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
29
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
30
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
31
|
-
Redirected to http://test.host/home
|
32
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
33
|
-
Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
34
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
35
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
36
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
37
|
-
Completed 500 Internal Server Error in 0ms
|
38
|
-
Processing by ApplicationController#home as HTML
|
39
|
-
Rendered text template (0.0ms)
|
40
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
41
|
-
Processing by ApplicationController#home as HTML
|
42
|
-
Redirected to http://test.host/home
|
43
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
44
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
45
|
-
Processing by ApplicationController#home as HTML
|
46
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
47
|
-
Processing by ApplicationController#home as HTML
|
48
|
-
Redirected to http://test.host/home
|
49
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
50
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
51
|
-
Processing by ApplicationController#home as HTML
|
52
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
53
|
-
Processing by ApplicationController#home as HTML
|
54
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
55
|
-
Processing by ApplicationController#home as HTML
|
56
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
57
|
-
Processing by ApplicationController#home as HTML
|
58
|
-
Redirected to http://test.host/home
|
59
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
60
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
61
|
-
Processing by ApplicationController#home as HTML
|
62
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
63
|
-
Processing by ApplicationController#home as HTML
|
64
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
65
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
66
|
-
Rendered text template (0.0ms)
|
67
|
-
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
68
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
69
|
-
Rendered text template (0.0ms)
|
70
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
71
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
72
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
73
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
74
|
-
Completed 500 Internal Server Error in 2ms
|
75
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
76
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
77
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
78
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
79
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
80
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
81
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
82
|
-
Completed 500 Internal Server Error in 2ms
|
83
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
84
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
85
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
86
|
-
Completed 500 Internal Server Error in 2ms
|
87
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
88
|
-
Rendered text template (0.0ms)
|
89
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
90
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
91
|
-
Completed 500 Internal Server Error in 2ms
|
92
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
93
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
94
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
95
|
-
Completed 500 Internal Server Error in 2ms
|
96
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
97
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
98
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
99
|
-
Completed 500 Internal Server Error in 2ms
|
100
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
101
|
-
Rendered text template (0.0ms)
|
102
|
-
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
103
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
104
|
-
Completed 500 Internal Server Error in 2ms
|
105
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
106
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
107
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
108
|
-
Completed 500 Internal Server Error in 2ms
|
109
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
110
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
111
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
112
|
-
Completed 500 Internal Server Error in 2ms
|
113
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
114
|
-
Rendered text template (0.0ms)
|
115
|
-
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
116
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
117
|
-
Rendered text template (0.0ms)
|
118
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
119
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
120
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
121
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
122
|
-
Redirected to http://test.host/home
|
123
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
124
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
125
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
126
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
127
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
128
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
129
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
130
|
-
Rendered text template (0.0ms)
|
131
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
132
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
133
|
-
Redirected to http://test.host/
|
134
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
135
|
-
Completed 302 Found in 1ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
136
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
137
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
138
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
139
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
140
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
141
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
142
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
143
|
-
Redirected to http://test.host/
|
144
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
145
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
146
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
147
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
148
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
149
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
150
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
151
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
152
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
153
|
-
Redirected to http://test.host/
|
154
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
155
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
3
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
4
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
5
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
6
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
7
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
8
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
9
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
10
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
11
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
12
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
13
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
14
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
15
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
16
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
17
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
18
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
19
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
20
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
21
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
156
22
|
Processing by LimitSessionLifetimeController#home as HTML
|
23
|
+
Rendering text template
|
157
24
|
Rendered text template (0.0ms)
|
158
|
-
Completed 200 OK in
|
159
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
160
|
-
Redirected to http://test.host/
|
161
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
162
|
-
Completed 302 Found in 1ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
163
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
164
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
165
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
166
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
167
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
168
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
169
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
170
|
-
Redirected to http://test.host/
|
171
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
172
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
173
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
174
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
25
|
+
Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
175
26
|
Processing by LimitSessionLifetimeController#home as HTML
|
176
27
|
Redirected to http://test.host/
|
177
28
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
178
|
-
Completed 302 Found in 0ms (Views:
|
179
|
-
|
180
|
-
|
181
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
182
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
183
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
184
|
-
Rendered text template (0.0ms)
|
185
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
186
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
187
|
-
Rendered text template (0.0ms)
|
188
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
189
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
190
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
191
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
192
|
-
Completed 500 Internal Server Error in 4ms
|
193
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
194
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
195
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
196
|
-
Completed 500 Internal Server Error in 2ms
|
197
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
198
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
199
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
200
|
-
Completed 500 Internal Server Error in 2ms
|
201
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
202
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
203
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
204
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
205
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
206
|
-
Rendered text template (0.1ms)
|
207
|
-
Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
|
208
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
209
|
-
Completed 500 Internal Server Error in 2ms
|
210
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
211
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
212
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
213
|
-
Completed 500 Internal Server Error in 2ms
|
214
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
215
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
216
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
217
|
-
Completed 500 Internal Server Error in 2ms
|
29
|
+
Completed 302 Found in 0ms (Views: 2.3ms | ActiveRecord: 0.0ms)
|
30
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
31
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
218
32
|
Processing by LimitSessionLifetimeController#home as HTML
|
33
|
+
Rendering text template
|
219
34
|
Rendered text template (0.0ms)
|
220
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
221
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
222
|
-
Completed 500 Internal Server Error in 2ms
|
223
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
224
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
225
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
226
|
-
Completed 500 Internal Server Error in 3ms
|
227
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
228
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
229
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
230
|
-
Completed 500 Internal Server Error in 2ms
|
231
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
232
|
-
Rendered text template (0.1ms)
|
233
|
-
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
234
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
235
|
-
Redirected to http://test.host/
|
236
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
237
|
-
Completed 302 Found in 0ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
238
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
239
35
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
240
36
|
Processing by LimitSessionLifetimeController#home as HTML
|
241
37
|
Redirected to http://test.host/
|
242
38
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
243
39
|
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
40
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
41
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
244
42
|
Processing by LimitSessionLifetimeController#home as HTML
|
245
|
-
|
246
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
247
|
-
Redirected to http://test.host/
|
248
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
249
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
250
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
43
|
+
Rendering text template
|
251
44
|
Rendered text template (0.0ms)
|
252
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
253
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
254
|
-
Rendered text template (0.0ms)
|
255
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
256
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
257
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
258
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
259
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
260
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
261
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
262
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
263
|
-
Redirected to http://test.host/
|
264
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
265
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
266
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
267
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
268
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
269
|
-
Redirected to http://test.host/
|
270
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
271
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
272
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
273
45
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
274
46
|
Processing by LimitSessionLifetimeController#home as HTML
|
275
|
-
|
276
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
277
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
278
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
279
|
-
Rendered text template (0.0ms)
|
280
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
281
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
47
|
+
Rendering text template
|
282
48
|
Rendered text template (0.0ms)
|
283
|
-
Completed 200 OK in
|
284
|
-
|
285
|
-
|
286
|
-
Processing by LimitSessionLifetimeController#
|
287
|
-
Redirected to http://test.host/
|
288
|
-
Filter chain halted as :
|
289
|
-
Completed 302 Found in
|
290
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
291
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
292
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
293
|
-
Redirected to http://test.host/
|
294
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
295
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
296
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
297
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
298
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
299
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
300
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
301
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
302
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
303
|
-
Redirected to http://test.host/
|
304
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
305
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
49
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
50
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
51
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
52
|
+
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
53
|
+
Redirected to http://test.host/limit_session_lifetime_home
|
54
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
55
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
306
56
|
Processing by LimitSessionLifetimeController#home as HTML
|
57
|
+
Rendering text template
|
307
58
|
Rendered text template (0.0ms)
|
308
|
-
Completed 200 OK in
|
309
|
-
|
310
|
-
|
311
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
312
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
313
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
314
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
315
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
316
|
-
Redirected to http://test.host/
|
317
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
318
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
319
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
320
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
321
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
322
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
323
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
324
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
325
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
326
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
327
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
328
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
329
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
330
|
-
Redirected to http://test.host/
|
331
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
332
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
59
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
60
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
61
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
333
62
|
Processing by LimitSessionLifetimeController#home as HTML
|
63
|
+
Rendering text template
|
334
64
|
Rendered text template (0.0ms)
|
335
|
-
Completed 200 OK in
|
336
|
-
|
337
|
-
|
338
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
339
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
340
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
341
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
342
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
343
|
-
Redirected to http://test.host/
|
344
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
345
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
346
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
347
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
348
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
349
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
350
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
351
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
352
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
353
|
-
Redirected to http://test.host/
|
354
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
355
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
356
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
357
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
358
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
359
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
360
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
361
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
362
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
363
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
364
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
365
|
-
Rendered text template (0.0ms)
|
366
|
-
Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
|
367
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
368
|
-
Completed 500 Internal Server Error in 0ms
|
369
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
370
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
371
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
372
|
-
Redirected to http://test.host/
|
373
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
374
|
-
Completed 302 Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
375
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
376
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
377
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
378
|
-
Redirected to http://test.host/
|
379
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
380
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
381
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
382
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
383
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
384
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
65
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
66
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
67
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
385
68
|
Processing by LimitSessionLifetimeController#home as HTML
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
390
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
391
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
392
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
393
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
394
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
395
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
396
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
397
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
398
|
-
Redirected to http://test.host/
|
399
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
400
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
401
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
402
|
-
Rendered text template (0.0ms)
|
403
|
-
Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
|
404
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
405
|
-
Redirected to http://test.host/
|
406
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
407
|
-
Completed 302 Found in 0ms (Views: 13.6ms | ActiveRecord: 0.0ms)
|
408
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
409
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
410
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
411
|
-
Redirected to http://test.host/
|
412
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
413
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
414
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
415
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
416
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
417
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
418
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
419
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
420
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
421
|
-
Redirected to http://test.host/
|
422
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
423
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
424
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
425
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
426
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
427
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
428
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
429
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
430
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
431
|
-
Completed 500 Internal Server Error in 0ms
|
432
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
433
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
434
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
435
|
-
Redirected to http://test.host/
|
436
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
437
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
438
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
439
|
-
Rendered text template (0.0ms)
|
440
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
441
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
442
|
-
Completed 500 Internal Server Error in 0ms
|
443
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
444
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
445
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
446
|
-
Redirected to http://test.host/
|
447
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
448
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
449
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
450
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
451
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
452
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
453
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
454
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
455
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
456
|
-
Redirected to http://test.host/
|
457
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
458
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
459
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
460
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
461
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
462
|
-
Redirected to http://test.host/
|
463
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
464
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
465
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
466
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
467
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
468
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
469
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
470
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
471
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
472
|
-
Redirected to http://test.host/
|
473
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
474
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
475
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
476
|
-
Rendered text template (0.0ms)
|
477
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
478
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
479
|
-
Redirected to http://test.host/
|
480
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
481
|
-
Completed 302 Found in 1ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
482
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
483
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
484
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
485
|
-
Completed 500 Internal Server Error in 0ms
|
486
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
487
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
488
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
489
|
-
Redirected to http://test.host/
|
490
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
491
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
492
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
493
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
494
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
495
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
496
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
497
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
498
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
499
|
-
Redirected to http://test.host/
|
500
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
501
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
502
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
503
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
504
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
505
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
506
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
507
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
508
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
509
|
-
Redirected to http://test.host/
|
510
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
511
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
512
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
513
|
-
Rendered text template (0.0ms)
|
514
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
515
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
516
|
-
Completed 500 Internal Server Error in 0ms
|
517
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
518
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
519
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
520
|
-
Redirected to http://test.host/
|
521
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
522
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
523
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
524
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
525
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
526
|
-
Redirected to http://test.host/
|
527
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
528
|
-
Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
529
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
530
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
531
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
532
|
-
Redirected to http://test.host/
|
533
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
534
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
535
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
536
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
537
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
538
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
539
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
540
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
541
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
542
|
-
Redirected to http://test.host/
|
543
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
544
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
545
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
546
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
547
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
548
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
549
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
550
|
-
Rendered text template (0.0ms)
|
551
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
552
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
553
|
-
Rendered text template (0.0ms)
|
554
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
555
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
556
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
557
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
558
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
559
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
560
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
561
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
562
|
-
Redirected to http://test.host/
|
563
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
564
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
565
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
566
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
567
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
568
|
-
Redirected to http://test.host/
|
569
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
570
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
571
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
572
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
573
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
574
|
-
Redirected to http://test.host/
|
575
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
576
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
577
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
578
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
579
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
580
|
-
Redirected to http://test.host/
|
581
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
582
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
583
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
584
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
585
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
586
|
-
Completed 500 Internal Server Error in 0ms
|
587
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
588
|
-
Rendered text template (0.0ms)
|
589
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
590
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
591
|
-
Completed 500 Internal Server Error in 0ms
|
592
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
593
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
594
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
595
|
-
Redirected to http://test.host/
|
596
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
597
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
598
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
599
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
600
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
601
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
602
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
603
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
604
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
605
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
606
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
607
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
608
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
609
|
-
Redirected to http://test.host/
|
610
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
611
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
612
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
613
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
614
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
615
|
-
Redirected to http://test.host/
|
616
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
617
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
618
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
619
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
620
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
621
|
-
Redirected to http://test.host/
|
622
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
623
|
-
Completed 302 Found in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
624
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
625
|
-
Rendered text template (0.0ms)
|
626
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
627
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
628
|
-
Completed 500 Internal Server Error in 0ms
|
629
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
630
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
631
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
632
|
-
Redirected to http://test.host/
|
633
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
634
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
635
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
636
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
637
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
638
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
639
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
640
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
641
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
642
|
-
Redirected to http://test.host/
|
643
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
644
|
-
Completed 302 Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
645
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
646
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
647
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
648
|
-
Redirected to http://test.host/
|
649
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
650
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
651
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
652
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
653
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
654
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
655
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
656
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
657
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
658
|
-
Redirected to http://test.host/
|
659
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
660
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
661
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
662
|
-
Rendered text template (0.0ms)
|
663
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
664
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
665
|
-
Rendered text template (0.0ms)
|
666
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
667
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
668
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
669
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
670
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
671
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
672
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
673
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
674
|
-
Redirected to http://test.host/
|
675
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
676
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
677
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
678
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
679
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
680
|
-
Redirected to http://test.host/
|
681
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
682
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
683
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
684
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
685
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
686
|
-
Redirected to http://test.host/
|
687
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
688
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
689
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
690
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
691
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
692
|
-
Completed 500 Internal Server Error in 0ms
|
693
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
694
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
695
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
696
|
-
Redirected to http://test.host/
|
697
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
698
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
699
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
700
|
-
Rendered text template (0.0ms)
|
701
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
702
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
703
|
-
Completed 500 Internal Server Error in 3ms
|
704
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
705
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
706
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
707
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
708
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
709
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
710
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
711
|
-
Completed 500 Internal Server Error in 2ms
|
712
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
713
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
714
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
715
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
716
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
717
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
718
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
719
|
-
Completed 500 Internal Server Error in 2ms
|
720
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
721
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
722
|
-
Processing by CustomizedOnExpiredSessionController#home as HTML
|
723
|
-
Completed 500 Internal Server Error in 0ms
|
724
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
725
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
726
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
727
|
-
Completed 500 Internal Server Error in 3ms
|
728
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
729
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
730
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
731
|
-
Completed 500 Internal Server Error in 3ms
|
732
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
733
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
734
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
735
|
-
Completed 500 Internal Server Error in 2ms
|
736
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
737
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
738
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
739
|
-
Redirected to http://test.host/
|
740
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
741
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
742
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
743
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
744
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
745
|
-
Redirected to http://test.host/
|
746
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
747
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
748
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
749
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
750
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
751
|
-
Redirected to http://test.host/
|
752
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
753
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
754
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
755
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
756
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
757
|
-
Redirected to http://test.host/
|
758
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
759
|
-
Completed 302 Found in 0ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
760
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
761
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
762
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
763
|
-
Redirected to http://test.host/
|
764
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
765
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
766
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
767
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
768
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
769
|
-
Redirected to http://test.host/
|
770
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
771
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
772
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
773
|
-
Rendered text template (0.0ms)
|
774
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
775
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
776
|
-
Rendered text template (0.0ms)
|
777
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
778
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
779
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
780
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
781
|
-
Redirected to http://test.host/
|
782
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
783
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
784
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
785
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
786
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
787
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
788
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
789
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
790
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
791
|
-
Redirected to http://test.host/
|
792
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
793
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
794
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
795
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
796
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
797
|
-
Redirected to http://test.host/
|
798
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
799
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
800
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
801
|
-
Rendered text template (0.0ms)
|
802
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
803
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
804
|
-
Completed 500 Internal Server Error in 0ms
|
805
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
806
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
807
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
808
|
-
Redirected to http://test.host/
|
809
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
810
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
811
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
812
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
813
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
814
|
-
Redirected to http://test.host/
|
815
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
816
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
817
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
818
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
819
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
820
|
-
Redirected to http://test.host/
|
821
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
822
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
823
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
824
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
825
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
826
|
-
Redirected to http://test.host/
|
827
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
828
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
829
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
830
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
831
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
832
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
833
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
834
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
835
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
836
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
837
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
838
|
-
Rendered text template (0.0ms)
|
839
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
840
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
841
|
-
Completed 500 Internal Server Error in 0ms
|
842
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
843
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
844
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
845
|
-
Redirected to http://test.host/
|
846
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
847
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
848
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
849
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
850
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
851
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
852
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
853
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
854
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
855
|
-
Redirected to http://test.host/
|
856
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
857
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
858
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
859
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
860
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
861
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
862
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
863
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
864
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
865
|
-
Redirected to http://test.host/
|
866
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
867
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
868
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
869
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
870
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
871
|
-
Redirected to http://test.host/
|
872
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
873
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
874
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
875
|
-
Rendered text template (0.0ms)
|
876
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
877
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
878
|
-
Completed 500 Internal Server Error in 0ms
|
879
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
880
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
881
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
882
|
-
Redirected to http://test.host/
|
883
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
884
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
885
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
886
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
887
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
888
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
889
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
890
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
891
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
892
|
-
Redirected to http://test.host/
|
893
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
894
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
895
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
896
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
897
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
898
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
899
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
900
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
901
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
902
|
-
Redirected to http://test.host/
|
903
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
904
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
905
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
906
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
907
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
908
|
-
Redirected to http://test.host/
|
909
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
910
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
911
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
912
|
-
Rendered text template (0.0ms)
|
913
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
914
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
915
|
-
Redirected to http://test.host/
|
916
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
917
|
-
Completed 302 Found in 1ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
918
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
919
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
920
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
921
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
922
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
923
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
924
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
925
|
-
Redirected to http://test.host/
|
926
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
927
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
928
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
929
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
930
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
931
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
932
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
933
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
934
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
935
|
-
Redirected to http://test.host/
|
936
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
937
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
938
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
939
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
940
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
941
|
-
Completed 500 Internal Server Error in 0ms
|
942
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
943
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
944
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
945
|
-
Redirected to http://test.host/
|
946
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
947
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
948
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
949
|
-
Rendered text template (0.0ms)
|
950
|
-
Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
|
951
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
952
|
-
Completed 500 Internal Server Error in 0ms
|
953
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
954
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
955
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
956
|
-
Redirected to http://test.host/
|
957
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
958
|
-
Completed 302 Found in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
959
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
960
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
961
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
962
|
-
Redirected to http://test.host/
|
963
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
964
|
-
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
965
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
966
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
967
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
968
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
969
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
970
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
971
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
972
|
-
Redirected to http://test.host/
|
973
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
974
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
975
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
976
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
977
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
978
|
-
Redirected to http://test.host/
|
979
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
980
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
981
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
982
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
983
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
984
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
985
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
986
|
-
Rendered text template (0.0ms)
|
987
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
988
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
989
|
-
Redirected to http://test.host/
|
990
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
991
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
992
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
993
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
994
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
995
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
996
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
997
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
998
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
999
|
-
Redirected to http://test.host/
|
1000
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1001
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1002
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1003
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1004
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1005
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1006
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1007
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1008
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1009
|
-
Redirected to http://test.host/
|
1010
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1011
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1012
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1013
|
-
Rendered text template (0.0ms)
|
1014
|
-
Completed 200 OK in 7907ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1015
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1016
|
-
Rendered text template (0.0ms)
|
1017
|
-
Completed 200 OK in 23740ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1018
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1019
|
-
Rendered text template (0.0ms)
|
1020
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
1021
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1022
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1023
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1024
|
-
Rendered text template (0.0ms)
|
1025
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1026
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1027
|
-
Rendered text template (0.0ms)
|
1028
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1029
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1030
|
-
Rendered text template (0.0ms)
|
1031
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1032
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1033
|
-
Rendered text template (0.0ms)
|
1034
|
-
Completed 200 OK in 19125ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
1035
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1036
|
-
Rendered text template (0.0ms)
|
1037
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1038
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1039
|
-
Rendered text template (0.0ms)
|
1040
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1041
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1042
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1043
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1044
|
-
Rendered text template (0.0ms)
|
1045
|
-
Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.0ms)
|
1046
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1047
|
-
Completed 500 Internal Server Error in 0ms
|
1048
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1049
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1050
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1051
|
-
Redirected to http://test.host/
|
1052
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1053
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1054
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1055
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1056
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1057
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1058
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1059
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1060
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1061
|
-
Redirected to http://test.host/
|
1062
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1063
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1064
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1065
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1066
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1067
|
-
Redirected to http://test.host/
|
1068
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1069
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1070
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1071
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1072
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1073
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1074
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1075
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1076
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1077
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1078
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1079
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1080
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1081
|
-
Redirected to http://test.host/
|
1082
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1083
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1084
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1085
|
-
Rendered text template (0.0ms)
|
1086
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1087
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1088
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1089
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1090
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1091
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1092
|
-
Completed 500 Internal Server Error in 0ms
|
1093
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1094
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1095
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1096
|
-
Redirected to http://test.host/
|
1097
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1098
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1099
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1100
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1101
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1102
|
-
Redirected to http://test.host/
|
1103
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1104
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1105
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1106
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1107
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1108
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1109
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1110
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1111
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1112
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1113
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1114
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1115
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1116
|
-
Redirected to http://test.host/
|
1117
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1118
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1119
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1120
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1121
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1122
|
-
Redirected to http://test.host/
|
1123
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1124
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1125
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1126
|
-
Rendered text template (0.0ms)
|
1127
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1128
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1129
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1130
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1131
|
-
Rendered text template (0.0ms)
|
1132
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1133
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1134
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1135
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1136
|
-
Rendered text template (0.0ms)
|
1137
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1138
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1139
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1140
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1141
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1142
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1143
|
-
Rendered text template (0.0ms)
|
1144
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
1145
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1146
|
-
Rendered text template (0.0ms)
|
1147
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1148
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1149
|
-
Rendered text template (0.0ms)
|
1150
|
-
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
1151
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1152
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1153
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1154
|
-
Redirected to http://test.host/
|
1155
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1156
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1157
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1158
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1159
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1160
|
-
Redirected to http://test.host/
|
1161
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1162
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1163
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1164
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1165
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1166
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1167
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1168
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1169
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1170
|
-
Redirected to http://test.host/
|
1171
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1172
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1173
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1174
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1175
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1176
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1177
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1178
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1179
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1180
|
-
Completed 500 Internal Server Error in 0ms
|
1181
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1182
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1183
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1184
|
-
Redirected to http://test.host/
|
1185
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1186
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1187
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1188
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1189
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1190
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1191
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1192
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1193
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1194
|
-
Rendered text template (0.0ms)
|
1195
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1196
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1197
|
-
Rendered text template (0.0ms)
|
1198
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1199
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1200
|
-
Redirected to http://test.host/
|
1201
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1202
|
-
Completed 302 Found in 1ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1203
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1204
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1205
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1206
|
-
Redirected to http://test.host/
|
1207
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1208
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1209
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1210
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1211
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1212
|
-
Redirected to http://test.host/
|
1213
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1214
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1215
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1216
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1217
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1218
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1219
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1220
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1221
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1222
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1223
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1224
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1225
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1226
|
-
Completed 500 Internal Server Error in 0ms
|
1227
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1228
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1229
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1230
|
-
Redirected to http://test.host/
|
1231
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1232
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1233
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1234
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1235
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1236
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1237
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1238
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1239
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1240
|
-
Rendered text template (0.0ms)
|
1241
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
1242
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1243
|
-
Rendered text template (0.0ms)
|
1244
|
-
Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
|
1245
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1246
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1247
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1248
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1249
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1250
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1251
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1252
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1253
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1254
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1255
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1256
|
-
Redirected to http://test.host/
|
1257
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1258
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1259
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1260
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1261
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1262
|
-
Redirected to http://test.host/
|
1263
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1264
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1265
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1266
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1267
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1268
|
-
Redirected to http://test.host/
|
1269
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1270
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1271
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1272
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1273
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1274
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1275
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1276
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1277
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1278
|
-
Completed 500 Internal Server Error in 0ms
|
1279
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1280
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1281
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1282
|
-
Redirected to http://test.host/
|
1283
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1284
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1285
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1286
|
-
Rendered text template (0.0ms)
|
1287
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1288
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1289
|
-
Rendered text template (0.0ms)
|
1290
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1291
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1292
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1293
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1294
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1295
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1296
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1297
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1298
|
-
Rendered text template (0.0ms)
|
1299
|
-
Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
|
1300
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1301
|
-
Completed 500 Internal Server Error in 0ms
|
1302
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1303
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1304
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1305
|
-
Redirected to http://test.host/
|
1306
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1307
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1308
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1309
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1310
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1311
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1312
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1313
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1314
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1315
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1316
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1317
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1318
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1319
|
-
Redirected to http://test.host/
|
1320
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1321
|
-
Completed 302 Found in 0ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1322
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1323
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1324
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1325
|
-
Redirected to http://test.host/
|
1326
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1327
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1328
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1329
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1330
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1331
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1332
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1333
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1334
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1335
|
-
Redirected to http://test.host/
|
1336
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1337
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1338
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1339
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1340
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1341
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1342
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1343
|
-
Rendered text template (0.0ms)
|
1344
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1345
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1346
|
-
Rendered text template (0.0ms)
|
1347
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1348
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1349
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1350
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1351
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1352
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1353
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1354
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1355
|
-
Rendered text template (0.1ms)
|
1356
|
-
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1357
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1358
|
-
Rendered text template (0.0ms)
|
1359
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1360
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1361
|
-
Rendered text template (0.1ms)
|
1362
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1363
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1364
|
-
Rendered text template (0.0ms)
|
1365
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
1366
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1367
|
-
Rendered text template (0.0ms)
|
1368
|
-
Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
|
1369
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1370
|
-
Rendered text template (0.0ms)
|
1371
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1372
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1373
|
-
Rendered text template (0.0ms)
|
1374
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1375
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1376
|
-
Rendered text template (0.0ms)
|
1377
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1378
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1379
|
-
Redirected to http://test.host/
|
1380
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1381
|
-
Completed 302 Found in 1ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1382
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1383
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1384
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1385
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1386
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1387
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1388
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1389
|
-
Redirected to http://test.host/
|
1390
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1391
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1392
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1393
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1394
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1395
|
-
Redirected to http://test.host/
|
1396
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1397
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1398
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1399
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1400
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1401
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1402
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1403
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1404
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1405
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1406
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1407
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1408
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1409
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1410
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1411
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1412
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1413
|
-
Completed 500 Internal Server Error in 0ms
|
1414
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1415
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1416
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1417
|
-
Redirected to http://test.host/
|
1418
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1419
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1420
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1421
|
-
Rendered text template (0.0ms)
|
1422
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1423
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1424
|
-
Completed 500 Internal Server Error in 0ms
|
1425
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1426
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1427
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1428
|
-
Redirected to http://test.host/
|
1429
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1430
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1431
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1432
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1433
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1434
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1435
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1436
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1437
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1438
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1439
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1440
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1441
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1442
|
-
Redirected to http://test.host/
|
1443
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1444
|
-
Completed 302 Found in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1445
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1446
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1447
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1448
|
-
Redirected to http://test.host/
|
1449
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1450
|
-
Completed 302 Found in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1451
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1452
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1453
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1454
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1455
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1456
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1457
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1458
|
-
Redirected to http://test.host/
|
1459
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1460
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1461
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1462
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1463
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1464
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1465
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1466
|
-
Rendered text template (0.0ms)
|
1467
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1468
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1469
|
-
Redirected to http://test.host/
|
1470
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1471
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1472
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1473
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1474
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1475
|
-
Redirected to http://test.host/
|
1476
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1477
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1478
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1479
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1480
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1481
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1482
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1483
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1484
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1485
|
-
Redirected to http://test.host/
|
1486
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1487
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1488
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1489
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1490
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1491
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1492
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1493
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1494
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1495
|
-
Completed 500 Internal Server Error in 0ms
|
1496
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1497
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1498
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1499
|
-
Redirected to http://test.host/
|
1500
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1501
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1502
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1503
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1504
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1505
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1506
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1507
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1508
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1509
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1510
|
-
Processing by CombinedController#home as HTML
|
1511
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1512
|
-
Processing by CombinedController#home as HTML
|
1513
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1514
|
-
Processing by CombinedController#home as HTML
|
1515
|
-
Rendered text template (0.0ms)
|
1516
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1517
|
-
Processing by CombinedController#home as HTML
|
1518
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1519
|
-
Processing by CombinedController#home as HTML
|
1520
|
-
Rendered text template (0.0ms)
|
1521
|
-
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
1522
|
-
Processing by CombinedController#home as HTML
|
1523
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1524
|
-
Processing by CombinedController#home as HTML
|
1525
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1526
|
-
Processing by CombinedController#home as HTML
|
1527
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1528
|
-
Processing by CombinedController#home as HTML
|
1529
|
-
Rendered text template (0.0ms)
|
1530
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1531
|
-
Processing by CombinedController#home as HTML
|
1532
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1533
|
-
Processing by CombinedController#home as HTML
|
1534
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1535
|
-
Processing by CombinedController#home as HTML
|
1536
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1537
|
-
Processing by CombinedController#home as HTML
|
1538
|
-
Rendered text template (0.0ms)
|
1539
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1540
|
-
Processing by CombinedController#home as HTML
|
1541
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1542
|
-
Processing by CombinedController#home as HTML
|
1543
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1544
|
-
Processing by CombinedController#home as HTML
|
1545
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1546
|
-
Processing by CombinedController#home as HTML
|
1547
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1548
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1549
|
-
Rendered text template (0.0ms)
|
1550
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1551
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1552
|
-
Completed 500 Internal Server Error in 0ms
|
1553
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1554
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1555
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1556
|
-
Redirected to http://test.host/
|
1557
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1558
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1559
|
-
Processing by CombinedController#home as HTML
|
1560
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1561
|
-
Processing by CombinedController#home as HTML
|
1562
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1563
|
-
Processing by CombinedController#home as HTML
|
1564
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1565
|
-
Processing by CombinedController#home as HTML
|
1566
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1567
|
-
Processing by CombinedController#home as HTML
|
1568
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1569
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1570
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1571
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1572
|
-
Redirected to http://test.host/
|
1573
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1574
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1575
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1576
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1577
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1578
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1579
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1580
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1581
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1582
|
-
Redirected to http://test.host/
|
1583
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1584
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1585
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1586
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1587
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1588
|
-
Redirected to http://test.host/
|
1589
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1590
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1591
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1592
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1593
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1594
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1595
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1596
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1597
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1598
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1599
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1600
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1601
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1602
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1603
|
-
Processing by CombinedController#home as HTML
|
1604
|
-
Rendered text template (0.0ms)
|
1605
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1606
|
-
Processing by CombinedController#home as HTML
|
1607
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1608
|
-
Processing by CombinedController#home as HTML
|
1609
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1610
|
-
Processing by CombinedController#home as HTML
|
1611
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1612
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1613
|
-
Rendered text template (0.0ms)
|
1614
|
-
Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
|
1615
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1616
|
-
Completed 500 Internal Server Error in 0ms
|
1617
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1618
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1619
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1620
|
-
Redirected to http://test.host/
|
1621
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1622
|
-
Completed 302 Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1623
|
-
Processing by CombinedController#home as HTML
|
1624
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1625
|
-
Processing by CombinedController#home as HTML
|
1626
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1627
|
-
Processing by CombinedController#home as HTML
|
1628
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1629
|
-
Processing by CombinedController#home as HTML
|
1630
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1631
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1632
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1633
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1634
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1635
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1636
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1637
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1638
|
-
Redirected to http://test.host/
|
1639
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1640
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1641
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1642
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1643
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1644
|
-
Redirected to http://test.host/
|
1645
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1646
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1647
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1648
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1649
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1650
|
-
Redirected to http://test.host/
|
1651
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1652
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1653
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1654
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1655
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1656
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1657
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1658
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1659
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1660
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1661
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1662
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1663
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1664
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1665
|
-
Processing by CombinedController#home as HTML
|
1666
|
-
Rendered text template (0.0ms)
|
1667
|
-
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1668
|
-
Processing by CombinedController#home as HTML
|
1669
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1670
|
-
Processing by CombinedController#home as HTML
|
1671
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1672
|
-
Processing by CombinedController#home as HTML
|
1673
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1674
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1675
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1676
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1677
|
-
Redirected to http://test.host/
|
1678
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1679
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1680
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1681
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1682
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1683
|
-
Redirected to http://test.host/
|
1684
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1685
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1686
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1687
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1688
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1689
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1690
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1691
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1692
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1693
|
-
Redirected to http://test.host/
|
1694
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1695
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1696
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1697
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1698
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1699
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1700
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1701
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1702
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1703
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1704
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1705
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1706
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1707
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1708
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1709
|
-
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1710
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1711
|
-
Completed 500 Internal Server Error in 0ms
|
1712
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1713
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1714
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1715
|
-
Redirected to http://test.host/
|
1716
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1717
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1718
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1719
|
-
Rendered text template (0.0ms)
|
1720
|
-
Completed 200 OK in 5ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1721
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1722
|
-
Redirected to http://test.host/
|
1723
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1724
|
-
Completed 302 Found in 0ms (Views: 5.2ms | ActiveRecord: 0.0ms)
|
1725
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1726
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1727
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1728
|
-
Completed 500 Internal Server Error in 0ms
|
1729
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1730
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1731
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1732
|
-
Redirected to http://test.host/
|
1733
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1734
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1735
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1736
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1737
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1738
|
-
Redirected to http://test.host/
|
1739
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1740
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1741
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1742
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1743
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1744
|
-
Redirected to http://test.host/
|
1745
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1746
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1747
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1748
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1749
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1750
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1751
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1752
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1753
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1754
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1755
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1756
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1757
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1758
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1759
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1760
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1761
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1762
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1763
|
-
Processing by CombinedController#home as HTML
|
1764
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1765
|
-
Processing by CombinedController#home as HTML
|
1766
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1767
|
-
Processing by CombinedController#home as HTML
|
1768
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1769
|
-
Processing by CombinedController#home as HTML
|
1770
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1771
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1772
|
-
Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
|
1773
|
-
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
1774
|
-
Redirected to http://test.host/bind_session_to_ip_address_home
|
1775
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1776
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
1777
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1778
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1779
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1780
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1781
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1782
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1783
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1784
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1785
|
-
Processing by CombinedController#home as HTML
|
1786
|
-
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
1787
|
-
Processing by CombinedController#home as HTML
|
1788
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1789
|
-
Processing by CombinedController#redirect_home as HTML
|
1790
|
-
Redirected to http://test.host/combined_controller_home
|
1791
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1792
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1793
|
-
Processing by CombinedController#home as HTML
|
1794
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1795
|
-
Processing by CombinedController#home as HTML
|
1796
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1797
|
-
Processing by CombinedController#home as HTML
|
1798
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1799
|
-
Processing by CombinedController#home as HTML
|
1800
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1801
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1802
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1803
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1804
|
-
Completed 500 Internal Server Error in 0ms
|
1805
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1806
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1807
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1808
|
-
Redirected to http://test.host/
|
1809
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1810
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1811
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1812
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1813
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1814
|
-
Redirected to http://test.host/
|
1815
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1816
|
-
Completed 302 Found in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1817
|
-
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
1818
|
-
Redirected to http://test.host/limit_session_lifetime_home
|
1819
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1820
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1821
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1822
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1823
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1824
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1825
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1826
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1827
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1828
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1829
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1830
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1831
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1832
|
-
Redirected to http://test.host/
|
1833
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1834
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1835
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1836
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1837
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1838
|
-
Redirected to http://test.host/
|
1839
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1840
|
-
Completed 302 Found in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1841
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1842
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1843
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1844
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1845
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1846
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1847
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1848
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1849
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1850
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1851
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1852
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1853
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1854
|
-
Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1855
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1856
|
-
Redirected to http://test.host/
|
1857
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1858
|
-
Completed 302 Found in 0ms (Views: 3.2ms | ActiveRecord: 0.0ms)
|
1859
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1860
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1861
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1862
|
-
Redirected to http://test.host/
|
1863
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1864
|
-
Completed 302 Found in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1865
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1866
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1867
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1868
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1869
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1870
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1871
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1872
|
-
Redirected to http://test.host/
|
1873
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1874
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1875
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1876
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1877
|
-
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
1878
|
-
Redirected to http://test.host/limit_session_lifetime_home
|
1879
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1880
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1881
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1882
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1883
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1884
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1885
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1886
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1887
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1888
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1889
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1890
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1891
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1892
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1893
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1894
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1895
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1896
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1897
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1898
|
-
Redirected to http://test.host/
|
1899
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1900
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1901
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1902
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1903
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1904
|
-
Completed 500 Internal Server Error in 0ms
|
1905
|
-
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
1906
|
-
Redirected to http://test.host/bind_session_to_ip_address_home
|
1907
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1908
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1909
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1910
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1911
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1912
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1913
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1914
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1915
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1916
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1917
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1918
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1919
|
-
Processing by CombinedController#home as HTML
|
1920
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1921
|
-
Processing by CombinedController#home as HTML
|
1922
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1923
|
-
Processing by CombinedController#home as HTML
|
1924
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1925
|
-
Processing by CombinedController#home as HTML
|
1926
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1927
|
-
Processing by CombinedController#redirect_home as HTML
|
1928
|
-
Redirected to http://test.host/combined_controller_home
|
1929
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1930
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1931
|
-
Processing by CombinedController#home as HTML
|
1932
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1933
|
-
Processing by CombinedController#home as HTML
|
1934
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1935
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1936
|
-
Rendered text template (0.0ms)
|
1937
|
-
Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
|
1938
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1939
|
-
Completed 500 Internal Server Error in 0ms
|
1940
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1941
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1942
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1943
|
-
Redirected to http://test.host/
|
1944
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1945
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1946
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1947
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1948
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1949
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1950
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1951
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1952
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1953
|
-
Redirected to http://test.host/
|
1954
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1955
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1956
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1957
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1958
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1959
|
-
Redirected to http://test.host/
|
1960
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1961
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1962
|
-
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
1963
|
-
Redirected to http://test.host/limit_session_lifetime_home
|
1964
|
-
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1965
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1966
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1967
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
1968
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1969
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
69
|
+
Rendering text template
|
70
|
+
Rendered text template (0.0ms)
|
71
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1970
72
|
Processing by LimitSessionLifetimeController#home as HTML
|
1971
73
|
Redirected to http://test.host/
|
1972
74
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1973
|
-
Completed 302 Found in
|
1974
|
-
|
1975
|
-
|
1976
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1977
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
75
|
+
Completed 302 Found in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
76
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
77
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1978
78
|
Processing by LimitSessionLifetimeController#home as HTML
|
1979
|
-
|
79
|
+
Rendering text template
|
80
|
+
Rendered text template (0.0ms)
|
81
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
82
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
83
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1980
84
|
Processing by LimitSessionLifetimeController#home as HTML
|
1981
|
-
|
85
|
+
Rendering text template
|
86
|
+
Rendered text template (0.0ms)
|
87
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
88
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
89
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1982
90
|
Processing by LimitSessionLifetimeController#home as HTML
|
1983
|
-
|
91
|
+
Rendering text template
|
92
|
+
Rendered text template (0.0ms)
|
93
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
94
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
95
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1984
96
|
Processing by LimitSessionLifetimeController#home as HTML
|
1985
|
-
|
97
|
+
Rendering text template
|
98
|
+
Rendered text template (0.0ms)
|
99
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
100
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
101
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1986
102
|
Processing by LimitSessionLifetimeController#home as HTML
|
1987
|
-
|
1988
|
-
|
103
|
+
Rendering text template
|
104
|
+
Rendered text template (0.0ms)
|
1989
105
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1990
|
-
|
1991
|
-
|
106
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
107
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
108
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
109
|
+
Rendering text template
|
110
|
+
Rendered text template (0.0ms)
|
111
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
112
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
113
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
114
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
115
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
116
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
117
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
118
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
119
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
120
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
121
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
122
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
123
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
124
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
125
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
126
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
127
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
128
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
129
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
130
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
131
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
132
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
133
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
134
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
135
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
136
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
137
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
138
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
139
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
140
|
+
Processing by CombinedController#home as HTML
|
141
|
+
Rendering text template
|
142
|
+
Rendered text template (0.0ms)
|
143
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
144
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
145
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
146
|
+
Processing by CombinedController#redirect_home as HTML
|
147
|
+
Redirected to http://test.host/combined_controller_home
|
1992
148
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1993
149
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1994
|
-
Processing by
|
150
|
+
Processing by CombinedController#home as HTML
|
151
|
+
Rendering text template
|
152
|
+
Rendered text template (0.0ms)
|
1995
153
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1996
|
-
|
1997
|
-
|
1998
|
-
Processing by
|
154
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
155
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
156
|
+
Processing by CombinedController#home as HTML
|
157
|
+
Rendering text template
|
158
|
+
Rendered text template (0.0ms)
|
1999
159
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2000
|
-
|
160
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
161
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
162
|
+
Processing by CombinedController#home as HTML
|
163
|
+
Rendering text template
|
164
|
+
Rendered text template (0.0ms)
|
2001
165
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
166
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
167
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2002
168
|
Processing by CombinedController#home as HTML
|
169
|
+
Rendering text template
|
170
|
+
Rendered text template (0.0ms)
|
2003
171
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
172
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
173
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2004
174
|
Processing by CombinedController#home as HTML
|
2005
|
-
|
2006
|
-
|
2007
|
-
|
175
|
+
Rendering text template
|
176
|
+
Rendered text template (0.0ms)
|
177
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
178
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
179
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
180
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
181
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
182
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
183
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
184
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
185
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
186
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
187
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
188
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
189
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
190
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
191
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
192
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
193
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
194
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
195
|
+
Rendering text template
|
196
|
+
Rendered text template (0.0ms)
|
197
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
198
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
199
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
200
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
201
|
+
Rendering text template
|
202
|
+
Rendered text template (0.0ms)
|
203
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
204
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
205
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
206
|
+
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
207
|
+
Redirected to http://test.host/bind_session_to_ip_address_home
|
2008
208
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2009
209
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2010
|
-
Processing by
|
2011
|
-
|
2012
|
-
|
2013
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2014
|
-
Processing by CombinedController#home as HTML
|
210
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
211
|
+
Rendering text template
|
212
|
+
Rendered text template (0.0ms)
|
2015
213
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2016
|
-
|
214
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
215
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
216
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
217
|
+
Rendering text template
|
218
|
+
Rendered text template (0.0ms)
|
2017
219
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
220
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
221
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
222
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
223
|
+
Rendering text template
|
224
|
+
Rendered text template (0.0ms)
|
225
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
226
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
227
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2018
228
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
229
|
+
Rendering text template
|
2019
230
|
Rendered text template (0.0ms)
|
2020
|
-
Completed 200 OK in
|
231
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
2021
232
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2022
|
-
Completed 500 Internal Server Error in 0ms
|
233
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
234
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
235
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2023
236
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
237
|
+
Rendering text template
|
238
|
+
Rendered text template (0.0ms)
|
2024
239
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2025
240
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2026
241
|
Redirected to http://test.host/
|
2027
242
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2028
243
|
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2029
|
-
|
2030
|
-
|
2031
|
-
Processing by
|
244
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
245
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
246
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
247
|
+
Rendering text template
|
248
|
+
Rendered text template (0.0ms)
|
249
|
+
Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
250
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
251
|
+
Completed 500 Internal Server Error in 0ms (Views: 1.9ms | ActiveRecord: 0.0ms)
|
252
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
253
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
254
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
255
|
+
Rendering text template
|
256
|
+
Rendered text template (0.0ms)
|
257
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
258
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2032
259
|
Redirected to http://test.host/
|
2033
260
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2034
261
|
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
262
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
263
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
264
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
265
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
266
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
267
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
268
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
269
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
270
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
271
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
272
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
273
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
274
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
275
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
276
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
277
|
+
Rendering text template
|
278
|
+
Rendered text template (0.0ms)
|
279
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
280
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
281
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2035
282
|
Processing by LimitSessionLifetimeController#home as HTML
|
283
|
+
Rendering text template
|
284
|
+
Rendered text template (0.0ms)
|
2036
285
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2037
286
|
Processing by LimitSessionLifetimeController#home as HTML
|
2038
287
|
Redirected to http://test.host/
|
2039
288
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2040
289
|
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
290
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
291
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2041
292
|
Processing by LimitSessionLifetimeController#home as HTML
|
2042
|
-
|
2043
|
-
|
2044
|
-
Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
2045
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
293
|
+
Rendering text template
|
294
|
+
Rendered text template (0.0ms)
|
2046
295
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2047
296
|
Processing by LimitSessionLifetimeController#home as HTML
|
2048
297
|
Redirected to http://test.host/
|
2049
298
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2050
299
|
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
300
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
301
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
302
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
303
|
+
Rendering text template
|
304
|
+
Rendered text template (0.0ms)
|
305
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
306
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
307
|
+
Rendering text template
|
308
|
+
Rendered text template (0.0ms)
|
309
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
310
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
311
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2051
312
|
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
2052
313
|
Redirected to http://test.host/limit_session_lifetime_home
|
2053
314
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2054
|
-
Completed 302 Found in
|
315
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2055
316
|
Processing by LimitSessionLifetimeController#home as HTML
|
2056
|
-
|
317
|
+
Rendering text template
|
318
|
+
Rendered text template (0.0ms)
|
319
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
320
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
321
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2057
322
|
Processing by LimitSessionLifetimeController#home as HTML
|
2058
|
-
|
323
|
+
Rendering text template
|
324
|
+
Rendered text template (0.0ms)
|
325
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
2059
326
|
Processing by LimitSessionLifetimeController#home as HTML
|
2060
|
-
|
327
|
+
Redirected to http://test.host/
|
328
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
329
|
+
Completed 302 Found in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
330
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
331
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
332
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
333
|
+
Rendering text template
|
334
|
+
Rendered text template (0.0ms)
|
335
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
336
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
337
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
338
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
339
|
+
Rendering text template
|
340
|
+
Rendered text template (0.0ms)
|
341
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
342
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
343
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2061
344
|
Processing by LimitSessionLifetimeController#home as HTML
|
345
|
+
Rendering text template
|
346
|
+
Rendered text template (0.0ms)
|
347
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
348
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
349
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
350
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
351
|
+
Rendering text template
|
352
|
+
Rendered text template (0.0ms)
|
2062
353
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
354
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
355
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2063
356
|
Processing by LimitSessionLifetimeController#home as HTML
|
357
|
+
Rendering text template
|
358
|
+
Rendered text template (0.0ms)
|
2064
359
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
360
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
361
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2065
362
|
Processing by LimitSessionLifetimeController#home as HTML
|
363
|
+
Rendering text template
|
364
|
+
Rendered text template (0.0ms)
|
365
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
366
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
367
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
368
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
369
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
370
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
371
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
372
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
373
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
374
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
375
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
376
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
377
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
378
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
379
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
380
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
381
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
382
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
383
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
384
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
385
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
386
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
387
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
388
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
389
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
390
|
+
Processing by CombinedController#home as HTML
|
391
|
+
Rendering text template
|
392
|
+
Rendered text template (0.0ms)
|
393
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
394
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
395
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
396
|
+
Processing by CombinedController#home as HTML
|
397
|
+
Rendering text template
|
398
|
+
Rendered text template (0.0ms)
|
2066
399
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2067
|
-
|
400
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
401
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
402
|
+
Processing by CombinedController#home as HTML
|
403
|
+
Rendering text template
|
404
|
+
Rendered text template (0.0ms)
|
2068
405
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2069
|
-
|
2070
|
-
|
406
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
407
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
408
|
+
Processing by CombinedController#home as HTML
|
409
|
+
Rendering text template
|
410
|
+
Rendered text template (0.0ms)
|
411
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
412
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
413
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
414
|
+
Processing by CombinedController#home as HTML
|
415
|
+
Rendering text template
|
416
|
+
Rendered text template (0.0ms)
|
417
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
418
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
419
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2071
420
|
Processing by CombinedController#redirect_home as HTML
|
2072
421
|
Redirected to http://test.host/combined_controller_home
|
2073
422
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2074
|
-
Completed 302 Found in
|
2075
|
-
Processing by CombinedController#home as HTML
|
2076
|
-
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
423
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2077
424
|
Processing by CombinedController#home as HTML
|
425
|
+
Rendering text template
|
426
|
+
Rendered text template (0.0ms)
|
427
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
428
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
429
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
430
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
431
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
432
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
433
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
434
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
435
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
436
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
437
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
438
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
439
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
440
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
441
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
442
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
443
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
444
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
445
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
446
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
447
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
448
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
449
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
450
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
451
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
452
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
453
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
454
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
455
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
456
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
457
|
+
Rendering text template
|
458
|
+
Rendered text template (0.0ms)
|
459
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
460
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
461
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
462
|
+
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
463
|
+
Redirected to http://test.host/bind_session_to_ip_address_home
|
464
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
465
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
466
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
467
|
+
Rendering text template
|
468
|
+
Rendered text template (0.0ms)
|
469
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
470
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
471
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
472
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
473
|
+
Rendering text template
|
474
|
+
Rendered text template (0.0ms)
|
2078
475
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
476
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
477
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
478
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
479
|
+
Rendering text template
|
480
|
+
Rendered text template (0.0ms)
|
481
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
482
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
483
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
484
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
485
|
+
Rendering text template
|
486
|
+
Rendered text template (0.0ms)
|
487
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
488
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
489
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
490
|
+
Processing by CombinedController#home as HTML
|
491
|
+
Rendering text template
|
492
|
+
Rendered text template (0.0ms)
|
493
|
+
Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms)
|
494
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
495
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2079
496
|
Processing by CombinedController#home as HTML
|
497
|
+
Rendering text template
|
498
|
+
Rendered text template (0.0ms)
|
2080
499
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
500
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
501
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
502
|
+
Processing by CombinedController#home as HTML
|
503
|
+
Rendering text template
|
504
|
+
Rendered text template (0.0ms)
|
505
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
506
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
507
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2081
508
|
Processing by CombinedController#home as HTML
|
509
|
+
Rendering text template
|
510
|
+
Rendered text template (0.0ms)
|
2082
511
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
512
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
513
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
514
|
+
Processing by CombinedController#redirect_home as HTML
|
515
|
+
Redirected to http://test.host/combined_controller_home
|
516
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
517
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2083
518
|
Processing by CombinedController#home as HTML
|
2084
|
-
|
519
|
+
Rendering text template
|
520
|
+
Rendered text template (0.0ms)
|
521
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
522
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
523
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2085
524
|
Processing by CombinedController#home as HTML
|
2086
|
-
|
2087
|
-
|
525
|
+
Rendering text template
|
526
|
+
Rendered text template (0.0ms)
|
2088
527
|
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2089
|
-
|
528
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
529
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
530
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
531
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
532
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
533
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
534
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
535
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
536
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
537
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
538
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
539
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
540
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
541
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
542
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
543
|
+
Rendering text template
|
544
|
+
Rendered text template (0.0ms)
|
545
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
546
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
547
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
548
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
549
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
550
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
551
|
+
Rendering text template
|
552
|
+
Rendered text template (0.0ms)
|
2090
553
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
554
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
555
|
+
Redirected to http://test.host/
|
556
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
557
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
558
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
559
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
560
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
561
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
562
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
563
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
564
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
565
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2091
566
|
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
2092
567
|
Redirected to http://test.host/bind_session_to_ip_address_home
|
2093
568
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2094
569
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2095
570
|
Processing by BindSessionToIpAddressController#home as HTML
|
571
|
+
Rendering text template
|
572
|
+
Rendered text template (0.0ms)
|
573
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
574
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
575
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
576
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
577
|
+
Rendering text template
|
578
|
+
Rendered text template (0.0ms)
|
579
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
580
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
581
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
582
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
583
|
+
Rendering text template
|
584
|
+
Rendered text template (0.0ms)
|
2096
585
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
586
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
587
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2097
588
|
Processing by BindSessionToIpAddressController#home as HTML
|
589
|
+
Rendering text template
|
590
|
+
Rendered text template (0.0ms)
|
2098
591
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
592
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
593
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2099
594
|
Processing by BindSessionToIpAddressController#home as HTML
|
595
|
+
Rendering text template
|
596
|
+
Rendered text template (0.0ms)
|
2100
597
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
598
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
599
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
600
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
601
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
602
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
603
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
604
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
605
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
606
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
607
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
608
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
609
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
610
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
611
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
612
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
613
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
614
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
615
|
+
Rendering text template
|
616
|
+
Rendered text template (0.0ms)
|
617
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
618
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
619
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2101
620
|
Processing by LimitSessionLifetimeController#home as HTML
|
2102
|
-
|
621
|
+
Rendering text template
|
622
|
+
Rendered text template (0.0ms)
|
623
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2103
624
|
Processing by LimitSessionLifetimeController#home as HTML
|
2104
625
|
Redirected to http://test.host/
|
2105
626
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2106
|
-
Completed 302 Found in 0ms (Views:
|
627
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
628
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
629
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2107
630
|
Processing by LimitSessionLifetimeController#home as HTML
|
631
|
+
Rendering text template
|
632
|
+
Rendered text template (0.0ms)
|
2108
633
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2109
634
|
Processing by LimitSessionLifetimeController#home as HTML
|
2110
|
-
|
635
|
+
Rendering text template
|
636
|
+
Rendered text template (0.0ms)
|
637
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
638
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
639
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2111
640
|
Processing by LimitSessionLifetimeController#home as HTML
|
2112
|
-
|
641
|
+
Rendering text template
|
642
|
+
Rendered text template (0.0ms)
|
643
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
644
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
645
|
+
Redirected to http://test.host/
|
646
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
647
|
+
Completed 302 Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
648
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
649
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2113
650
|
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
2114
651
|
Redirected to http://test.host/limit_session_lifetime_home
|
2115
652
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2116
|
-
Completed 302 Found in
|
653
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
2117
654
|
Processing by LimitSessionLifetimeController#home as HTML
|
2118
|
-
|
655
|
+
Rendering text template
|
656
|
+
Rendered text template (0.0ms)
|
657
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
658
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
659
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2119
660
|
Processing by LimitSessionLifetimeController#home as HTML
|
2120
|
-
|
661
|
+
Rendering text template
|
662
|
+
Rendered text template (0.0ms)
|
663
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
2121
664
|
Processing by LimitSessionLifetimeController#home as HTML
|
2122
665
|
Redirected to http://test.host/
|
2123
666
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2124
|
-
Completed 302 Found in
|
2125
|
-
|
2126
|
-
|
667
|
+
Completed 302 Found in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
668
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
669
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2127
670
|
Processing by LimitSessionLifetimeController#home as HTML
|
2128
|
-
|
2129
|
-
|
2130
|
-
Completed
|
671
|
+
Rendering text template
|
672
|
+
Rendered text template (0.0ms)
|
673
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
674
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
675
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2131
676
|
Processing by LimitSessionLifetimeController#home as HTML
|
2132
|
-
|
677
|
+
Rendering text template
|
678
|
+
Rendered text template (0.0ms)
|
679
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
680
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
681
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2133
682
|
Processing by LimitSessionLifetimeController#home as HTML
|
2134
|
-
|
683
|
+
Rendering text template
|
684
|
+
Rendered text template (0.0ms)
|
685
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
686
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
687
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2135
688
|
Processing by LimitSessionLifetimeController#home as HTML
|
689
|
+
Rendering text template
|
690
|
+
Rendered text template (0.0ms)
|
2136
691
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
692
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
693
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2137
694
|
Processing by LimitSessionLifetimeController#home as HTML
|
2138
|
-
|
2139
|
-
|
2140
|
-
Completed 200 OK in 0ms (Views: 0.
|
695
|
+
Rendering text template
|
696
|
+
Rendered text template (0.0ms)
|
697
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
698
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
699
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2141
700
|
Processing by LimitSessionLifetimeController#home as HTML
|
2142
|
-
|
701
|
+
Rendering text template
|
702
|
+
Rendered text template (0.0ms)
|
703
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
704
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
705
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
706
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
707
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
708
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
709
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
710
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
711
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
712
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
713
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
714
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
715
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
716
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
717
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
718
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
719
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
720
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
721
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
722
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
723
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
724
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
725
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
726
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
727
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
728
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
729
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
730
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
731
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
732
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
733
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2143
734
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2144
|
-
|
735
|
+
Rendering text template
|
736
|
+
Rendered text template (0.0ms)
|
737
|
+
Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
2145
738
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2146
|
-
Completed 500 Internal Server Error in 0ms
|
739
|
+
Completed 500 Internal Server Error in 1ms (Views: 2.2ms | ActiveRecord: 0.0ms)
|
740
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
741
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2147
742
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
743
|
+
Rendering text template
|
744
|
+
Rendered text template (0.0ms)
|
2148
745
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2149
746
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2150
747
|
Redirected to http://test.host/
|
2151
748
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2152
749
|
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2153
|
-
|
2154
|
-
|
2155
|
-
|
2156
|
-
|
2157
|
-
|
2158
|
-
|
2159
|
-
|
2160
|
-
|
2161
|
-
|
2162
|
-
|
2163
|
-
|
2164
|
-
|
2165
|
-
|
2166
|
-
|
750
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
751
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
752
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
753
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
754
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
755
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
756
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
757
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
758
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
759
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
760
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
761
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
762
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
763
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
764
|
+
Processing by CombinedController#home as HTML
|
765
|
+
Rendering text template
|
766
|
+
Rendered text template (0.0ms)
|
767
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
768
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
769
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2167
770
|
Processing by CombinedController#redirect_home as HTML
|
2168
771
|
Redirected to http://test.host/combined_controller_home
|
2169
772
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2170
|
-
Completed 302 Found in
|
2171
|
-
Processing by CombinedController#home as HTML
|
2172
|
-
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
773
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2173
774
|
Processing by CombinedController#home as HTML
|
775
|
+
Rendering text template
|
776
|
+
Rendered text template (0.0ms)
|
2174
777
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
778
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
779
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2175
780
|
Processing by CombinedController#home as HTML
|
2176
|
-
|
781
|
+
Rendering text template
|
782
|
+
Rendered text template (0.0ms)
|
783
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
784
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
785
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2177
786
|
Processing by CombinedController#home as HTML
|
787
|
+
Rendering text template
|
788
|
+
Rendered text template (0.0ms)
|
2178
789
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
790
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
791
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2179
792
|
Processing by CombinedController#home as HTML
|
2180
|
-
|
793
|
+
Rendering text template
|
794
|
+
Rendered text template (0.0ms)
|
795
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
796
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
797
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2181
798
|
Processing by CombinedController#home as HTML
|
799
|
+
Rendering text template
|
800
|
+
Rendered text template (0.0ms)
|
2182
801
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
802
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
803
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
804
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
805
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
806
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
807
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
808
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
809
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
810
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
811
|
+
Rendering text template
|
812
|
+
Rendered text template (0.0ms)
|
813
|
+
Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
814
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
815
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
816
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
817
|
+
Rendering text template
|
818
|
+
Rendered text template (0.0ms)
|
819
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
820
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
821
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
822
|
+
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
823
|
+
Redirected to http://test.host/bind_session_to_ip_address_home
|
824
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
825
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
826
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
827
|
+
Rendering text template
|
828
|
+
Rendered text template (0.0ms)
|
829
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
830
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
831
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
832
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
833
|
+
Rendering text template
|
834
|
+
Rendered text template (0.0ms)
|
835
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
836
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
837
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
838
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
839
|
+
Rendering text template
|
840
|
+
Rendered text template (0.0ms)
|
841
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
842
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
843
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
844
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
845
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
846
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
847
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
848
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
849
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
850
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
851
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
852
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
853
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
854
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
855
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
856
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
857
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
858
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
859
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
860
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
861
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
862
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
863
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
864
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
865
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
866
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
867
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
868
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
869
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
870
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
871
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
872
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
873
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
874
|
+
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
875
|
+
Redirected to http://test.host/limit_session_lifetime_home
|
876
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
877
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
878
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
879
|
+
Rendering text template
|
880
|
+
Rendered text template (0.0ms)
|
881
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
882
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
883
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2183
884
|
Processing by LimitSessionLifetimeController#home as HTML
|
2184
|
-
|
885
|
+
Rendering text template
|
886
|
+
Rendered text template (0.0ms)
|
887
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2185
888
|
Processing by LimitSessionLifetimeController#home as HTML
|
2186
889
|
Redirected to http://test.host/
|
2187
890
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2188
|
-
Completed 302 Found in
|
891
|
+
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
892
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
893
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2189
894
|
Processing by LimitSessionLifetimeController#home as HTML
|
895
|
+
Rendering text template
|
896
|
+
Rendered text template (0.0ms)
|
2190
897
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2191
898
|
Processing by LimitSessionLifetimeController#home as HTML
|
2192
899
|
Redirected to http://test.host/
|
2193
900
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2194
901
|
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
902
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
903
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2195
904
|
Processing by LimitSessionLifetimeController#home as HTML
|
2196
|
-
|
905
|
+
Rendering text template
|
906
|
+
Rendered text template (0.0ms)
|
907
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
908
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
909
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
910
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
911
|
+
Rendering text template
|
912
|
+
Rendered text template (0.0ms)
|
913
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2197
914
|
Processing by LimitSessionLifetimeController#home as HTML
|
2198
915
|
Redirected to http://test.host/
|
2199
916
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2200
|
-
Completed 302 Found in 0ms (Views: 0.
|
917
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
918
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
919
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2201
920
|
Processing by LimitSessionLifetimeController#home as HTML
|
921
|
+
Rendering text template
|
922
|
+
Rendered text template (0.0ms)
|
2202
923
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2203
924
|
Processing by LimitSessionLifetimeController#home as HTML
|
2204
|
-
|
2205
|
-
|
2206
|
-
|
2207
|
-
|
2208
|
-
|
925
|
+
Rendering text template
|
926
|
+
Rendered text template (0.0ms)
|
927
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
928
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
929
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2209
930
|
Processing by LimitSessionLifetimeController#home as HTML
|
2210
|
-
|
931
|
+
Rendering text template
|
932
|
+
Rendered text template (0.0ms)
|
933
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
934
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
935
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2211
936
|
Processing by LimitSessionLifetimeController#home as HTML
|
937
|
+
Rendering text template
|
938
|
+
Rendered text template (0.0ms)
|
939
|
+
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
940
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
941
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
942
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
943
|
+
Rendering text template
|
944
|
+
Rendered text template (0.0ms)
|
945
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
946
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
947
|
+
[1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
|
948
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
949
|
+
Rendering text template
|
950
|
+
Rendered text template (0.0ms)
|
951
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
952
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
953
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
954
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
955
|
+
Rendering text template
|
956
|
+
Rendered text template (0.0ms)
|
957
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
958
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
959
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
960
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
961
|
+
Rendering text template
|
962
|
+
Rendered text template (0.0ms)
|
963
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
964
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
965
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
966
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
967
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
968
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
969
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
970
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
971
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
972
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
973
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
974
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
975
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
976
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
977
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
978
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
979
|
+
Rendering text template
|
980
|
+
Rendered text template (0.0ms)
|
981
|
+
Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
982
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
983
|
+
Rendering text template
|
984
|
+
Rendered text template (0.1ms)
|
985
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
986
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
987
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
988
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
989
|
+
Rendering text template
|
990
|
+
Rendered text template (0.0ms)
|
2212
991
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
992
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
993
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2213
994
|
Processing by LimitSessionLifetimeController#home as HTML
|
995
|
+
Rendering text template
|
996
|
+
Rendered text template (0.0ms)
|
2214
997
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2215
998
|
Processing by LimitSessionLifetimeController#home as HTML
|
999
|
+
Redirected to http://test.host/
|
1000
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1001
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1002
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1003
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1004
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1005
|
+
Rendering text template
|
1006
|
+
Rendered text template (0.0ms)
|
2216
1007
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2217
1008
|
Processing by LimitSessionLifetimeController#home as HTML
|
1009
|
+
Redirected to http://test.host/
|
1010
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1011
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1012
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1013
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1014
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1015
|
+
Rendering text template
|
1016
|
+
Rendered text template (0.0ms)
|
2218
1017
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2219
1018
|
Processing by LimitSessionLifetimeController#home as HTML
|
2220
|
-
|
1019
|
+
Redirected to http://test.host/
|
1020
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1021
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1022
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1023
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1024
|
+
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
1025
|
+
Redirected to http://test.host/limit_session_lifetime_home
|
1026
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1027
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2221
1028
|
Processing by LimitSessionLifetimeController#home as HTML
|
1029
|
+
Rendering text template
|
1030
|
+
Rendered text template (0.0ms)
|
2222
1031
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1032
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1033
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2223
1034
|
Processing by LimitSessionLifetimeController#home as HTML
|
1035
|
+
Rendering text template
|
1036
|
+
Rendered text template (0.0ms)
|
2224
1037
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1038
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1039
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1040
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1041
|
+
Rendering text template
|
1042
|
+
Rendered text template (0.0ms)
|
1043
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1044
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1045
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1046
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1047
|
+
Rendering text template
|
1048
|
+
Rendered text template (0.0ms)
|
1049
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1050
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1051
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1052
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1053
|
+
Rendering text template
|
1054
|
+
Rendered text template (0.0ms)
|
1055
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1056
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1057
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1058
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1059
|
+
Rendering text template
|
1060
|
+
Rendered text template (0.0ms)
|
1061
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1062
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1063
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1064
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1065
|
+
Rendering text template
|
1066
|
+
Rendered text template (0.0ms)
|
1067
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1068
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1069
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1070
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1071
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1072
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1073
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1074
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1075
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1076
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1077
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1078
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
1079
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1080
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1081
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1082
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1083
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1084
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1085
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1086
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1087
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1088
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1089
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1090
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1091
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1092
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1093
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1094
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1095
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1096
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1097
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1098
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1099
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1100
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1101
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1102
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1103
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1104
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1105
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1106
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1107
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1108
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1109
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1110
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1111
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1112
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1113
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1114
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1115
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1116
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1117
|
+
Rendering text template
|
1118
|
+
Rendered text template (0.0ms)
|
1119
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
2225
1120
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2226
|
-
|
2227
|
-
|
2228
|
-
Completed
|
1121
|
+
Redirected to http://test.host/
|
1122
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1123
|
+
Completed 302 Found in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1124
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1125
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2229
1126
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1127
|
+
Rendering text template
|
1128
|
+
Rendered text template (0.0ms)
|
2230
1129
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2231
1130
|
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2232
|
-
|
2233
|
-
|
2234
|
-
|
2235
|
-
Processing by CombinedController#home as HTML
|
2236
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1131
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1132
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1133
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2237
1134
|
Processing by CombinedController#home as HTML
|
2238
|
-
|
1135
|
+
Rendering text template
|
1136
|
+
Rendered text template (0.0ms)
|
1137
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1138
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1139
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2239
1140
|
Processing by CombinedController#redirect_home as HTML
|
2240
1141
|
Redirected to http://test.host/combined_controller_home
|
2241
1142
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2242
|
-
Completed 302 Found in
|
1143
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2243
1144
|
Processing by CombinedController#home as HTML
|
1145
|
+
Rendering text template
|
1146
|
+
Rendered text template (0.0ms)
|
2244
1147
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1148
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1149
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2245
1150
|
Processing by CombinedController#home as HTML
|
1151
|
+
Rendering text template
|
1152
|
+
Rendered text template (0.0ms)
|
2246
1153
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1154
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1155
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2247
1156
|
Processing by CombinedController#home as HTML
|
2248
|
-
|
1157
|
+
Rendering text template
|
1158
|
+
Rendered text template (0.0ms)
|
1159
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1160
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1161
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2249
1162
|
Processing by CombinedController#home as HTML
|
2250
|
-
|
2251
|
-
|
2252
|
-
Completed 200 OK in 1ms (Views: 0.
|
1163
|
+
Rendering text template
|
1164
|
+
Rendered text template (0.0ms)
|
1165
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1166
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1167
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1168
|
+
Processing by CombinedController#home as HTML
|
1169
|
+
Rendering text template
|
1170
|
+
Rendered text template (0.0ms)
|
1171
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1172
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1173
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1174
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1175
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1176
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1177
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1178
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1179
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1180
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1181
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1182
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1183
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1184
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1185
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1186
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1187
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1188
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1189
|
+
Rendering text template
|
1190
|
+
Rendered text template (0.0ms)
|
1191
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1192
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1193
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2253
1194
|
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
2254
1195
|
Redirected to http://test.host/bind_session_to_ip_address_home
|
2255
1196
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2256
1197
|
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2257
1198
|
Processing by BindSessionToIpAddressController#home as HTML
|
1199
|
+
Rendering text template
|
1200
|
+
Rendered text template (0.0ms)
|
2258
1201
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1202
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1203
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2259
1204
|
Processing by BindSessionToIpAddressController#home as HTML
|
1205
|
+
Rendering text template
|
1206
|
+
Rendered text template (0.0ms)
|
2260
1207
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1208
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1209
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2261
1210
|
Processing by BindSessionToIpAddressController#home as HTML
|
1211
|
+
Rendering text template
|
1212
|
+
Rendered text template (0.0ms)
|
2262
1213
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1214
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1215
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2263
1216
|
Processing by BindSessionToIpAddressController#home as HTML
|
2264
|
-
|
2265
|
-
Connecting to database specified by database.yml
|
2266
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
1217
|
+
Rendering text template
|
2267
1218
|
Rendered text template (0.0ms)
|
2268
|
-
Completed 200 OK in
|
1219
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1220
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1221
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1222
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1223
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1224
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1225
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1226
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1227
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1228
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1229
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1230
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1231
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1232
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1233
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1234
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1235
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1236
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1237
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1238
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1239
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1240
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1241
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1242
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1243
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1244
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1245
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1246
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1247
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1248
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1249
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1250
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1251
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1252
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1253
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1254
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1255
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1256
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1257
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1258
|
+
Rendering text template
|
1259
|
+
Rendered text template (Duration: 0.0ms | Allocations: 4)
|
1260
|
+
Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms | Allocations: 1543)
|
1261
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1262
|
+
Rendering text template
|
1263
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1264
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 214)
|
1265
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
1266
|
+
[1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
|
1267
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1268
|
+
Rendering text template
|
1269
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1270
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1271
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1272
|
+
Redirected to http://test.host/
|
1273
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1274
|
+
Completed 302 Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 166)
|
1275
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1276
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1277
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1278
|
+
Rendering text template
|
1279
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1280
|
+
Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1281
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
1282
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1283
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1284
|
+
Rendering text template
|
1285
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1286
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1287
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1288
|
+
Redirected to http://test.host/
|
1289
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1290
|
+
Completed 302 Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 133)
|
1291
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1292
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1293
|
+
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
1294
|
+
Redirected to http://test.host/limit_session_lifetime_home
|
1295
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1296
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 159)
|
1297
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1298
|
+
Rendering text template
|
1299
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1300
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 216)
|
1301
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1302
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1303
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1304
|
+
Rendering text template
|
1305
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1306
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1307
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1308
|
+
Redirected to http://test.host/
|
1309
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1310
|
+
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 130)
|
1311
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1312
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1313
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1314
|
+
Rendering text template
|
1315
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1316
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 329)
|
1317
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1318
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1319
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1320
|
+
Rendering text template
|
1321
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1322
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 211)
|
1323
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1324
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1325
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1326
|
+
Rendering text template
|
1327
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1328
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 325)
|
1329
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1330
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1331
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1332
|
+
Rendering text template
|
1333
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1334
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1335
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1336
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1337
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1338
|
+
Rendering text template
|
1339
|
+
Rendered text template (Duration: 0.1ms | Allocations: 2)
|
1340
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1341
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1342
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1343
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1344
|
+
Rendering text template
|
1345
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1346
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 325)
|
1347
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1348
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1349
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1350
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1351
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1352
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1353
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1354
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1355
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1356
|
+
Rendering text template
|
1357
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1358
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 456)
|
1359
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1360
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1361
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1362
|
+
Rendering text template
|
1363
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1364
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 200)
|
1365
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1366
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2269
1367
|
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
2270
1368
|
Redirected to http://test.host/bind_session_to_ip_address_home
|
2271
1369
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2272
|
-
Completed 302 Found in
|
2273
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
2274
|
-
|
2275
|
-
|
2276
|
-
Completed 200 OK in
|
2277
|
-
|
2278
|
-
|
2279
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
2280
|
-
|
2281
|
-
|
2282
|
-
Completed 200 OK in
|
2283
|
-
|
2284
|
-
|
1370
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 153)
|
1371
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1372
|
+
Rendering text template
|
1373
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1374
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 202)
|
1375
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1376
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1377
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1378
|
+
Rendering text template
|
1379
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1380
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 200)
|
1381
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1382
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1383
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1384
|
+
Rendering text template
|
1385
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1386
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 318)
|
1387
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1388
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1389
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1390
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1391
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1392
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1393
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1394
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1395
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1396
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1397
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1398
|
+
Rendering text template
|
1399
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1400
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 390)
|
1401
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1402
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 130)
|
1403
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1404
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1405
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1406
|
+
Rendering text template
|
1407
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1408
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 201)
|
1409
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1410
|
+
Redirected to http://test.host/
|
1411
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1412
|
+
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 136)
|
1413
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1414
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2285
1415
|
Processing by CombinedController#redirect_home as HTML
|
2286
1416
|
Redirected to http://test.host/combined_controller_home
|
2287
1417
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2288
|
-
Completed 302 Found in
|
2289
|
-
Processing by CombinedController#home as HTML
|
2290
|
-
|
2291
|
-
|
2292
|
-
Completed 200 OK in
|
2293
|
-
|
2294
|
-
|
2295
|
-
Processing by CombinedController#home as HTML
|
2296
|
-
|
2297
|
-
|
2298
|
-
Completed 200 OK in
|
2299
|
-
|
2300
|
-
|
2301
|
-
Processing by
|
2302
|
-
|
2303
|
-
|
1418
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 248)
|
1419
|
+
Processing by CombinedController#home as HTML
|
1420
|
+
Rendering text template
|
1421
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1422
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 388)
|
1423
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1424
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1425
|
+
Processing by CombinedController#home as HTML
|
1426
|
+
Rendering text template
|
1427
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1428
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 229)
|
1429
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1430
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1431
|
+
Processing by CombinedController#home as HTML
|
1432
|
+
Rendering text template
|
1433
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1434
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 229)
|
1435
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1436
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1437
|
+
Processing by CombinedController#home as HTML
|
1438
|
+
Rendering text template
|
1439
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1440
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 229)
|
1441
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1442
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1443
|
+
Processing by CombinedController#home as HTML
|
1444
|
+
Rendering text template
|
1445
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1446
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 248)
|
1447
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1448
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1449
|
+
Processing by CombinedController#home as HTML
|
1450
|
+
Rendering text template
|
1451
|
+
Rendered text template (Duration: 0.0ms | Allocations: 2)
|
1452
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 233)
|
1453
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1454
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1455
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1456
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1457
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1458
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1459
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1460
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1461
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1462
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1463
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1464
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1465
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1466
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1467
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1468
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1469
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1470
|
+
Rendering text template
|
1471
|
+
Rendered text template (0.0ms)
|
1472
|
+
Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
|
1473
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1474
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1475
|
+
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
1476
|
+
Redirected to http://test.host/bind_session_to_ip_address_home
|
1477
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1478
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
1479
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1480
|
+
Rendering text template
|
1481
|
+
Rendered text template (0.0ms)
|
1482
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1483
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1484
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1485
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1486
|
+
Rendering text template
|
1487
|
+
Rendered text template (0.0ms)
|
1488
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1489
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1490
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1491
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1492
|
+
Rendering text template
|
1493
|
+
Rendered text template (0.0ms)
|
1494
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1495
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1496
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1497
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1498
|
+
Rendering text template
|
1499
|
+
Rendered text template (0.0ms)
|
1500
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1501
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1502
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1503
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1504
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1505
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1506
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1507
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1508
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1509
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1510
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1511
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1512
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1513
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1514
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1515
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1516
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1517
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1518
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1519
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1520
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1521
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1522
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1523
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1524
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1525
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1526
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1527
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1528
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1529
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1530
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1531
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1532
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1533
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1534
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1535
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1536
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1537
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1538
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1539
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1540
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1541
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1542
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1543
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1544
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1545
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1546
|
+
Rendering text template
|
1547
|
+
Rendered text template (0.0ms)
|
1548
|
+
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1549
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2304
1550
|
Redirected to http://test.host/
|
2305
1551
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2306
|
-
Completed 302 Found in
|
1552
|
+
Completed 302 Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1553
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1554
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2307
1555
|
Processing by LimitSessionLifetimeController#home as HTML
|
2308
|
-
|
1556
|
+
Rendering text template
|
1557
|
+
Rendered text template (0.0ms)
|
1558
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1559
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1560
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2309
1561
|
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
2310
1562
|
Redirected to http://test.host/limit_session_lifetime_home
|
2311
1563
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2312
|
-
Completed 302 Found in
|
2313
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2314
|
-
Completed 200 OK in 0.5ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2315
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2316
|
-
Completed 200 OK in 0.3ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1564
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2317
1565
|
Processing by LimitSessionLifetimeController#home as HTML
|
2318
|
-
|
1566
|
+
Rendering text template
|
1567
|
+
Rendered text template (0.0ms)
|
1568
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1569
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1570
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2319
1571
|
Processing by LimitSessionLifetimeController#home as HTML
|
2320
|
-
|
1572
|
+
Rendering text template
|
1573
|
+
Rendered text template (0.0ms)
|
1574
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2321
1575
|
Processing by LimitSessionLifetimeController#home as HTML
|
2322
|
-
|
2323
|
-
|
2324
|
-
Completed
|
1576
|
+
Rendering text template
|
1577
|
+
Rendered text template (0.0ms)
|
1578
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1579
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1580
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2325
1581
|
Processing by LimitSessionLifetimeController#home as HTML
|
2326
|
-
|
1582
|
+
Rendering text template
|
1583
|
+
Rendered text template (0.0ms)
|
1584
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
2327
1585
|
Processing by LimitSessionLifetimeController#home as HTML
|
2328
1586
|
Redirected to http://test.host/
|
2329
1587
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2330
|
-
Completed 302 Found in
|
1588
|
+
Completed 302 Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
|
1589
|
+
[1m[35m (0.2ms)[0m [1m[31mrollback transaction[0m
|
1590
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2331
1591
|
Processing by LimitSessionLifetimeController#home as HTML
|
2332
|
-
|
1592
|
+
Rendering text template
|
1593
|
+
Rendered text template (0.0ms)
|
1594
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
2333
1595
|
Processing by LimitSessionLifetimeController#home as HTML
|
2334
1596
|
Redirected to http://test.host/
|
2335
1597
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2336
|
-
Completed 302 Found in
|
1598
|
+
Completed 302 Found in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
1599
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1600
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2337
1601
|
Processing by LimitSessionLifetimeController#home as HTML
|
2338
|
-
|
1602
|
+
Rendering text template
|
1603
|
+
Rendered text template (0.0ms)
|
1604
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
|
1605
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1606
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2339
1607
|
Processing by LimitSessionLifetimeController#home as HTML
|
2340
|
-
|
1608
|
+
Rendering text template
|
1609
|
+
Rendered text template (0.0ms)
|
1610
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1611
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1612
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
2341
1613
|
Processing by LimitSessionLifetimeController#home as HTML
|
2342
|
-
|
1614
|
+
Rendering text template
|
1615
|
+
Rendered text template (0.0ms)
|
1616
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1617
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1618
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2343
1619
|
Processing by LimitSessionLifetimeController#home as HTML
|
2344
|
-
|
1620
|
+
Rendering text template
|
1621
|
+
Rendered text template (0.0ms)
|
1622
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1623
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1624
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2345
1625
|
Processing by LimitSessionLifetimeController#home as HTML
|
2346
|
-
|
1626
|
+
Rendering text template
|
1627
|
+
Rendered text template (0.0ms)
|
1628
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1629
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1630
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2347
1631
|
Processing by LimitSessionLifetimeController#home as HTML
|
2348
|
-
|
2349
|
-
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1632
|
+
Rendering text template
|
2350
1633
|
Rendered text template (0.0ms)
|
2351
|
-
Completed 200 OK in
|
2352
|
-
|
2353
|
-
|
2354
|
-
|
2355
|
-
|
2356
|
-
|
2357
|
-
|
2358
|
-
|
2359
|
-
|
1634
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1635
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1636
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1637
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1638
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1639
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1640
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1641
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1642
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1643
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1644
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1645
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1646
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1647
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1648
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1649
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1650
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1651
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1652
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2360
1653
|
Processing by CombinedController#redirect_home as HTML
|
2361
1654
|
Redirected to http://test.host/combined_controller_home
|
2362
1655
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2363
|
-
Completed 302 Found in
|
1656
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2364
1657
|
Processing by CombinedController#home as HTML
|
1658
|
+
Rendering text template
|
1659
|
+
Rendered text template (0.0ms)
|
1660
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1661
|
+
[1m[35m (0.1ms)[0m [1m[31mrollback transaction[0m
|
1662
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1663
|
+
Processing by CombinedController#home as HTML
|
1664
|
+
Rendering text template
|
1665
|
+
Rendered text template (0.0ms)
|
2365
1666
|
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
1667
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1668
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2366
1669
|
Processing by CombinedController#home as HTML
|
1670
|
+
Rendering text template
|
1671
|
+
Rendered text template (0.0ms)
|
2367
1672
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1673
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1674
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
2368
1675
|
Processing by CombinedController#home as HTML
|
2369
|
-
|
2370
|
-
|
2371
|
-
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2372
|
-
Processing by CombinedController#home as HTML
|
2373
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2374
|
-
Processing by CombinedController#home as HTML
|
2375
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2376
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2377
|
-
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2378
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2379
|
-
Redirected to http://test.host/
|
2380
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2381
|
-
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2382
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2383
|
-
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2384
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2385
|
-
Redirected to http://test.host/
|
2386
|
-
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2387
|
-
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2388
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
1676
|
+
Rendering text template
|
1677
|
+
Rendered text template (0.0ms)
|
2389
1678
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2390
|
-
|
2391
|
-
|
2392
|
-
Processing by
|
1679
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1680
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1681
|
+
Processing by CombinedController#home as HTML
|
1682
|
+
Rendering text template
|
1683
|
+
Rendered text template (0.0ms)
|
2393
1684
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2394
|
-
|
1685
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1686
|
+
[1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
|
1687
|
+
Processing by CombinedController#home as HTML
|
1688
|
+
Rendering text template
|
1689
|
+
Rendered text template (0.0ms)
|
2395
1690
|
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
2396
|
-
|
1691
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1692
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1693
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1694
|
+
Rendering text template
|
1695
|
+
Rendered text template (0.0ms)
|
1696
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1697
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2397
1698
|
Redirected to http://test.host/
|
2398
1699
|
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2399
|
-
Completed 302 Found in 0ms (Views: 0.
|
1700
|
+
Completed 302 Found in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
1701
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1702
|
+
[1m[35m (0.0ms)[0m [1m[36mbegin transaction[0m
|
1703
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1704
|
+
Rendering text template
|
1705
|
+
Rendered text template (0.0ms)
|
1706
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1707
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1708
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
1709
|
+
[1m[35m (0.0ms)[0m [1m[31mrollback transaction[0m
|
1710
|
+
[1m[35m (0.8ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1711
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1712
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1713
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1714
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1715
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1716
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1717
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1718
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1719
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1720
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1721
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1722
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1723
|
+
Rendering text template
|
1724
|
+
Rendered text template (Duration: 0.0ms | Allocations: 3)
|
1725
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms | Allocations: 1433)
|
1726
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1727
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1728
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1729
|
+
Rendering text template
|
1730
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1731
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 158)
|
1732
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1733
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1734
|
+
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
1735
|
+
Redirected to http://test.host/bind_session_to_ip_address_home
|
1736
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1737
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 160)
|
1738
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1739
|
+
Rendering text template
|
1740
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1741
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 159)
|
1742
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1743
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1744
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1745
|
+
Rendering text template
|
1746
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1747
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 157)
|
1748
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1749
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1750
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
1751
|
+
Rendering text template
|
1752
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1753
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 245)
|
1754
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1755
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
1756
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1757
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1758
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1759
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1760
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1761
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1762
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1763
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1764
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1765
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1766
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1767
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1768
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1769
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1770
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1771
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1772
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1773
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1774
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1775
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1776
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1777
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1778
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
1779
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1780
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1781
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1782
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1783
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1784
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1785
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1786
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1787
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1788
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1789
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1790
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1791
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1792
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1793
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1794
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1795
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1796
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1797
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1798
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1799
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1800
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1801
|
+
Rendering text template
|
1802
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1803
|
+
Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms | Allocations: 347)
|
1804
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1805
|
+
Redirected to http://test.host/
|
1806
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1807
|
+
Completed 302 Found in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms | Allocations: 117)
|
1808
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1809
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1810
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1811
|
+
Rendering text template
|
1812
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1813
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 164)
|
1814
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1815
|
+
Rendering text template
|
1816
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1817
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 171)
|
1818
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1819
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1820
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1821
|
+
Rendering text template
|
1822
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1823
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 164)
|
1824
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1825
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1826
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1827
|
+
Rendering text template
|
1828
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1829
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 164)
|
1830
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1831
|
+
Redirected to http://test.host/
|
1832
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1833
|
+
Completed 302 Found in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 110)
|
1834
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1835
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2400
1836
|
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
2401
1837
|
Redirected to http://test.host/limit_session_lifetime_home
|
2402
1838
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2403
|
-
Completed 302 Found in
|
2404
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2405
|
-
|
2406
|
-
|
2407
|
-
Completed 200 OK in
|
2408
|
-
|
2409
|
-
|
2410
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2411
|
-
|
2412
|
-
|
2413
|
-
Completed 200 OK in
|
2414
|
-
Processing by LimitSessionLifetimeController#home as HTML
|
2415
|
-
|
2416
|
-
|
2417
|
-
Completed
|
2418
|
-
|
2419
|
-
|
1839
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 134)
|
1840
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1841
|
+
Rendering text template
|
1842
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1843
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 173)
|
1844
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1845
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1846
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1847
|
+
Rendering text template
|
1848
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1849
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 164)
|
1850
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1851
|
+
Redirected to http://test.host/
|
1852
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1853
|
+
Completed 302 Found in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 110)
|
1854
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1855
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1856
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1857
|
+
Rendering text template
|
1858
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1859
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 164)
|
1860
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1861
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1862
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1863
|
+
Rendering text template
|
1864
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1865
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 252)
|
1866
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1867
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1868
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1869
|
+
Rendering text template
|
1870
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1871
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 168)
|
1872
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1873
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1874
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1875
|
+
Rendering text template
|
1876
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1877
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 256)
|
1878
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1879
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1880
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1881
|
+
Rendering text template
|
1882
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1883
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 164)
|
1884
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1885
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1886
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
1887
|
+
Rendering text template
|
1888
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1889
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 252)
|
1890
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
1891
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1892
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1893
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1894
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1895
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1896
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1897
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1898
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1899
|
+
Rendering text template
|
1900
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1901
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 334)
|
1902
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1903
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 123)
|
1904
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1905
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1906
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1907
|
+
Rendering text template
|
1908
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1909
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 161)
|
1910
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
1911
|
+
Redirected to http://test.host/
|
1912
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
1913
|
+
Completed 302 Found in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 115)
|
1914
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[31mrollback transaction[0m
|
1915
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1916
|
+
Processing by CombinedController#home as HTML
|
1917
|
+
Rendering text template
|
1918
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1919
|
+
Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms | Allocations: 385)
|
1920
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1921
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1922
|
+
Processing by CombinedController#home as HTML
|
1923
|
+
Rendering text template
|
1924
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1925
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 189)
|
1926
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1927
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1928
|
+
Processing by CombinedController#home as HTML
|
1929
|
+
Rendering text template
|
1930
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1931
|
+
Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms | Allocations: 207)
|
1932
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1933
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1934
|
+
Processing by CombinedController#home as HTML
|
1935
|
+
Rendering text template
|
1936
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1937
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 185)
|
1938
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1939
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1940
|
+
Processing by CombinedController#home as HTML
|
1941
|
+
Rendering text template
|
1942
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1943
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 185)
|
1944
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1945
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1946
|
+
Processing by CombinedController#redirect_home as HTML
|
1947
|
+
Redirected to http://test.host/combined_controller_home
|
1948
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1949
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 155)
|
1950
|
+
Processing by CombinedController#home as HTML
|
1951
|
+
Rendering text template
|
1952
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1953
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 192)
|
1954
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1955
|
+
[1m[35m (0.9ms)[0m [1m[34mSELECT sqlite_version(*)[0m
|
1956
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1957
|
+
Processing by CombinedController#home as HTML
|
1958
|
+
Rendering text template
|
1959
|
+
Rendered text template (Duration: 0.0ms | Allocations: 3)
|
1960
|
+
Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.0ms | Allocations: 1444)
|
1961
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1962
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1963
|
+
Processing by CombinedController#home as HTML
|
1964
|
+
Rendering text template
|
1965
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1966
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 191)
|
1967
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1968
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1969
|
+
Processing by CombinedController#home as HTML
|
1970
|
+
Rendering text template
|
1971
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1972
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 211)
|
1973
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1974
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1975
|
+
Processing by CombinedController#home as HTML
|
1976
|
+
Rendering text template
|
1977
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1978
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 185)
|
1979
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
1980
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1981
|
+
Processing by CombinedController#redirect_home as HTML
|
1982
|
+
Redirected to http://test.host/combined_controller_home
|
1983
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
1984
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 188)
|
1985
|
+
Processing by CombinedController#home as HTML
|
1986
|
+
Rendering text template
|
1987
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1988
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 193)
|
1989
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1990
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
1991
|
+
Processing by CombinedController#home as HTML
|
1992
|
+
Rendering text template
|
1993
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
1994
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 185)
|
1995
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1996
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
1997
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
1998
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
1999
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2000
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2001
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2002
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2003
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2004
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2005
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2006
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2007
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2008
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2009
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2010
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2420
2011
|
Processing by BindSessionToIpAddressController#redirect_home as HTML
|
2421
2012
|
Redirected to http://test.host/bind_session_to_ip_address_home
|
2422
2013
|
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2423
|
-
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
2424
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
2425
|
-
|
2426
|
-
|
2427
|
-
Completed 200 OK in
|
2428
|
-
|
2429
|
-
|
2430
|
-
Processing by BindSessionToIpAddressController#home as HTML
|
2431
|
-
|
2014
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms | Allocations: 177)
|
2015
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
2016
|
+
Rendering text template
|
2017
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2018
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 293)
|
2019
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2020
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2021
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
2022
|
+
Rendering text template
|
2023
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2024
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 157)
|
2025
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2026
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2027
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
2028
|
+
Rendering text template
|
2029
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2030
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 199)
|
2031
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2032
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2033
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
2034
|
+
Rendering text template
|
2035
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2036
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 157)
|
2037
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2038
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2039
|
+
Processing by BindSessionToIpAddressController#home as HTML
|
2040
|
+
Rendering text template
|
2041
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2042
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 245)
|
2043
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2044
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2045
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2046
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2047
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2048
|
+
[1m[36mTRANSACTION (0.2ms)[0m [1m[36mbegin transaction[0m
|
2049
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2050
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2051
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2052
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2053
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2054
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2055
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2056
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2057
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2058
|
+
Rendering text template
|
2059
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2060
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 334)
|
2061
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2062
|
+
Redirected to http://test.host/
|
2063
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2064
|
+
Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 120)
|
2065
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2066
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2067
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2068
|
+
Rendering text template
|
2069
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2070
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 161)
|
2071
|
+
Processing by CustomizedOnInvalidSessionController#home as HTML
|
2072
|
+
Completed 500 Internal Server Error in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms | Allocations: 121)
|
2073
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2074
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2075
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2076
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2077
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2078
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2079
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2080
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2081
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2082
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2083
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2084
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2085
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2086
|
+
[1m[36mTRANSACTION (0.3ms)[0m [1m[36mbegin transaction[0m
|
2087
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2088
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2089
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2090
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2091
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2092
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2093
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2094
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2095
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2096
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2097
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2098
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2099
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2100
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2101
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2102
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2103
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2104
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2105
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2106
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2107
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2108
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2109
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2110
|
+
Rendering text template
|
2111
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2112
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 347)
|
2113
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2114
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2115
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2116
|
+
Rendering text template
|
2117
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2118
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 164)
|
2119
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2120
|
+
Redirected to http://test.host/
|
2121
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2122
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 113)
|
2123
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[31mrollback transaction[0m
|
2124
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2125
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2126
|
+
Rendering text template
|
2127
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2128
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 164)
|
2129
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2130
|
+
Redirected to http://test.host/
|
2131
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2132
|
+
Completed 302 Found in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 110)
|
2133
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2134
|
+
[1m[36mTRANSACTION (0.0ms)[0m [1m[36mbegin transaction[0m
|
2135
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2136
|
+
Rendering text template
|
2137
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2138
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms | Allocations: 164)
|
2139
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2140
|
+
Rendering text template
|
2141
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2142
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 171)
|
2143
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2144
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2145
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2146
|
+
Rendering text template
|
2147
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2148
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 164)
|
2149
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2150
|
+
Redirected to http://test.host/
|
2151
|
+
Filter chain halted as :validate_session_timestamp rendered or redirected
|
2152
|
+
Completed 302 Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 110)
|
2153
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2154
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2155
|
+
Processing by LimitSessionLifetimeController#redirect_home as HTML
|
2156
|
+
Redirected to http://test.host/limit_session_lifetime_home
|
2157
|
+
Filter chain halted as :flash_alert_and_redirect_home rendered or redirected
|
2158
|
+
Completed 302 Found in 1ms (ActiveRecord: 0.0ms | Allocations: 134)
|
2159
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2160
|
+
Rendering text template
|
2161
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2162
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 173)
|
2163
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2164
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2165
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2166
|
+
Rendering text template
|
2167
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2168
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms | Allocations: 252)
|
2169
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2170
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2171
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2172
|
+
Rendering text template
|
2173
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2174
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 164)
|
2175
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2176
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2177
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2178
|
+
Rendering text template
|
2179
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2180
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 164)
|
2181
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2182
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2183
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2184
|
+
Rendering text template
|
2185
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2186
|
+
Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms | Allocations: 252)
|
2187
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2188
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2189
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2190
|
+
Rendering text template
|
2191
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2192
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 256)
|
2193
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|
2194
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[36mbegin transaction[0m
|
2195
|
+
Processing by LimitSessionLifetimeController#home as HTML
|
2196
|
+
Rendering text template
|
2197
|
+
Rendered text template (Duration: 0.0ms | Allocations: 1)
|
2198
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms | Allocations: 168)
|
2199
|
+
[1m[36mTRANSACTION (0.1ms)[0m [1m[31mrollback transaction[0m
|