jump_back 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0af5b300967e7ac035f3ebb0cec0c0d12a48f068
4
- data.tar.gz: 05424a881293b19251376c3cf655eab3e989de54
3
+ metadata.gz: ea60f4fadab40a130255c1935ee405868c12e679
4
+ data.tar.gz: 08c97432e0882360f10df22c6a94f1f2fb8cbfb9
5
5
  SHA512:
6
- metadata.gz: c63a0123fba02897bae16ede59524a275fe62ccf5d675ccc8167bcf9beb84e4f01791c898f7c6590ade0bad45a9b56e3bdf0c663b5890de5dc9208d94a416fb5
7
- data.tar.gz: 6ecd0e9ca8aa795a94387134bd01e5239fb69baadbaca72b1f554fc84a658405e5512d0f0facc77111475adca6227711d1365d75449810f7c01f446a0e6fcd96
6
+ metadata.gz: f1e23c9f65a7a1662b4449db41dbbfbc456d5f017cf79c71c2d396f487ac2b094758e915e41c700077fd86f2ff0912c4db317910c2065380f995af1b19331592
7
+ data.tar.gz: 935afc69ab2b96ced3034be05f979ab757515f10d94c5155c83aa2073f3ac0e0dcbe995afec96bb4899b5843e901f6034cda95169eda366e84aec3aaf94a5bc1
@@ -6,8 +6,12 @@ module JumpBack
6
6
  g.helper false
7
7
  end
8
8
  initializer "jump_back.methods" do |app|
9
- ApplicationController.send :include, JumpBack::Redirection
10
- ActionView::Base.send :include, JumpBack::Helpers
9
+ ActiveSupport.on_load :action_view do
10
+ include JumpBack::Helpers
11
+ end
12
+ ActiveSupport.on_load :action_controller do
13
+ include JumpBack::Redirection
14
+ end
11
15
  end
12
16
  end
13
- end
17
+ end
@@ -1,3 +1,3 @@
1
1
  module JumpBack
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
Binary file
@@ -1,74 +1,585 @@
1
1
   (0.2ms) begin transaction
2
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
2
3
  Processing by TestsController#save as HTML
3
- Rendered tests/save.html.erb within layouts/application (0.2ms)
4
- Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
4
+ Rendered tests/save.html.erb within layouts/application (1.9ms)
5
+ Completed 200 OK in 26ms (Views: 16.9ms | ActiveRecord: 0.0ms)
6
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
7
+ Processing by TestsController#blank as HTML
8
+ Rendered tests/blank.html.erb within layouts/application (1.1ms)
9
+ Completed 200 OK in 2ms (Views: 2.3ms | ActiveRecord: 0.0ms)
10
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
11
+ Processing by TestsController#save as HTML
12
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
13
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
5
14
   (0.1ms) rollback transaction
6
15
   (0.1ms) begin transaction
16
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
17
+ Processing by TestsController#clear_and_save as HTML
18
+ Rendered tests/clear_and_save.html.erb within layouts/application (2.0ms)
19
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
20
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
7
21
  Processing by TestsController#save as HTML
8
- Rendered tests/save.html.erb within layouts/application (0.1ms)
9
- Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
22
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
23
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
24
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
25
+ Processing by TestsController#clear_and_save as HTML
26
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
27
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
28
+  (0.0ms) rollback transaction
29
+  (0.1ms) begin transaction
30
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
31
+ Processing by TestsController#blank as HTML
32
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
33
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
34
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
35
+ Processing by TestsController#clear_and_save as HTML
36
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
37
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
38
+  (0.1ms) rollback transaction
39
+  (0.0ms) begin transaction
40
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
10
41
  Processing by TestsController#save as HTML
11
- Rendered tests/save.html.erb within layouts/application (0.1ms)
12
- Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
42
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
43
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
44
+ Started GET "/" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
45
+ Processing by TestsController#blank as HTML
46
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
47
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
48
+  (0.1ms) rollback transaction
49
+  (0.0ms) begin transaction
50
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
51
+ Processing by TestsController#clear_and_save as HTML
52
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
53
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
54
+  (0.1ms) rollback transaction
55
+  (0.0ms) begin transaction
56
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
57
+ Processing by TestsController#clear_and_save as HTML
58
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.7ms)
59
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
60
+  (0.0ms) rollback transaction
61
+  (0.0ms) begin transaction
62
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
63
+ Processing by TestsController#blank as HTML
64
+ Rendered tests/blank.html.erb within layouts/application (0.6ms)
65
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
66
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
67
+ Processing by TestsController#save as HTML
68
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
69
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
70
+  (0.1ms) rollback transaction
71
+  (0.0ms) begin transaction
72
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
73
+ Processing by TestsController#clear_and_save as HTML
74
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
75
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
76
+  (0.0ms) rollback transaction
77
+  (0.0ms) begin transaction
78
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
79
+ Processing by TestsController#clear_and_save as HTML
80
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.7ms)
81
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
82
+  (0.1ms) rollback transaction
83
+  (0.1ms) begin transaction
84
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
85
+ Processing by TestsController#clear_and_save as HTML
86
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
87
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
88
+  (0.1ms) rollback transaction
89
+  (0.1ms) begin transaction
90
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
91
+ Processing by TestsController#clear_and_save as HTML
92
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
93
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
94
+  (0.1ms) rollback transaction
95
+  (0.0ms) begin transaction
96
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
97
+ Processing by TestsController#clear_and_save as HTML
98
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.1ms)
99
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
100
+ Started GET "/" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
101
+ Processing by TestsController#blank as HTML
102
+ Rendered tests/blank.html.erb within layouts/application (0.7ms)
103
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
104
+  (0.0ms) rollback transaction
105
+  (0.0ms) begin transaction
106
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
107
+ Processing by TestsController#clear_and_save as HTML
108
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
109
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
110
+ Started GET "/" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
111
+ Processing by TestsController#blank as HTML
112
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
113
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
114
+  (0.1ms) rollback transaction
115
+  (0.0ms) begin transaction
116
+  (0.1ms) rollback transaction
117
+  (0.0ms) begin transaction
118
+  (0.0ms) rollback transaction
119
+  (0.0ms) begin transaction
120
+  (0.0ms) rollback transaction
121
+  (0.0ms) begin transaction
122
+  (0.0ms) rollback transaction
123
+  (0.0ms) begin transaction
124
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
125
+ Processing by TestsController#save as HTML
126
+ Rendered tests/save.html.erb within layouts/application (0.5ms)
127
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
128
+ Started POST "/tests/redirect_with_options" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
129
+ Processing by TestsController#redirect_with_options as HTML
130
+ Parameters: {"utf8"=>"✓", "commit"=>"Post to redirect_with_options"}
131
+ Redirected to http://www.example.com/tests/save
132
+ Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
133
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
134
+ Processing by TestsController#save as HTML
135
+ Rendered tests/save.html.erb within layouts/application (0.5ms)
136
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
137
+  (0.1ms) rollback transaction
138
+  (0.0ms) begin transaction
139
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
140
+ Processing by TestsController#clear_and_save as HTML
141
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
142
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
143
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
144
+ Processing by TestsController#save as HTML
145
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
146
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
147
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
148
+ Processing by TestsController#clear_and_save as HTML
149
+ Rendered tests/clear_and_save.html.erb within layouts/application (2.1ms)
150
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
151
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
152
+ Processing by TestsController#blank as HTML
153
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
154
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
155
+ Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
156
+ Processing by TestsController#return_with_options as HTML
157
+ Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
158
+ Redirected to http://www.example.com/tests/save
159
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
160
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
161
+ Processing by TestsController#save as HTML
162
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
163
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
164
+  (0.1ms) rollback transaction
165
+  (0.0ms) begin transaction
166
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
167
+ Processing by TestsController#clear_and_save as HTML
168
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
169
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
170
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
171
+ Processing by TestsController#save as HTML
172
+ Rendered tests/save.html.erb within layouts/application (0.3ms)
173
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
174
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
175
+ Processing by TestsController#blank as HTML
176
+ Rendered tests/blank.html.erb within layouts/application (0.4ms)
177
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
178
+ Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
179
+ Processing by TestsController#return_with_options as HTML
180
+ Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
181
+ Redirected to http://www.example.com/tests/clear_and_save
182
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
183
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
184
+ Processing by TestsController#clear_and_save as HTML
185
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.7ms)
186
+ Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)
187
+  (0.1ms) rollback transaction
188
+  (0.0ms) begin transaction
189
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
190
+ Processing by TestsController#clear_and_save as HTML
191
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
192
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
193
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
194
+ Processing by TestsController#save as HTML
195
+ Rendered tests/save.html.erb within layouts/application (0.5ms)
196
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
197
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
198
+ Processing by TestsController#blank as HTML
199
+ Rendered tests/blank.html.erb within layouts/application (0.6ms)
200
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
201
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
202
+ Processing by TestsController#save as HTML
203
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
204
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
205
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
206
+ Processing by TestsController#blank as HTML
207
+ Rendered tests/blank.html.erb within layouts/application (0.6ms)
208
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
209
+ Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
210
+ Processing by TestsController#return_with_options as HTML
211
+ Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
212
+ Redirected to http://www.example.com/tests/clear_and_save
213
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
214
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:51:10 -0600
215
+ Processing by TestsController#clear_and_save as HTML
216
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
217
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
218
+  (0.1ms) rollback transaction
219
+  (0.2ms) begin transaction
220
+ Processing by TestsController#return_with_options as HTML
221
+ Redirected to http://test.host/
222
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
223
+  (0.1ms) rollback transaction
224
+  (0.0ms) begin transaction
225
+ Processing by TestsController#save as HTML
226
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
227
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
228
+ Processing by TestsController#return_with_options as HTML
229
+ Redirected to http://test.host/tests/return_with_path
230
+ Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
13
231
   (0.0ms) rollback transaction
14
232
   (0.0ms) begin transaction
15
233
  Processing by TestsController#save as HTML
16
234
  Rendered tests/save.html.erb within layouts/application (0.1ms)
17
235
  Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
18
- Processing by TestsController#clear_and_redirect as HTML
236
+ Processing by TestsController#redirect_with_options as HTML
19
237
  Redirected to /tests/return_with_path
20
- Completed 302 Found in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
238
+ Completed 301 Moved Permanently in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
239
+ Processing by TestsController#return_with_options as HTML
240
+ Redirected to http://test.host/tests/return_with_path
241
+ Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
21
242
   (0.0ms) rollback transaction
22
243
   (0.0ms) begin transaction
23
244
  Processing by TestsController#save as HTML
24
245
  Rendered tests/save.html.erb within layouts/application (0.2ms)
25
- Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
26
- Processing by TestsController#clear_and_save as HTML
27
- Rendered tests/clear_and_save.html.erb within layouts/application (0.1ms)
28
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
246
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
247
+ Processing by TestsController#return_with_options as HTML
248
+ Redirected to http://test.host/tests/return_with_path
249
+ Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
250
+  (0.0ms) rollback transaction
251
+  (0.0ms) begin transaction
252
+ Processing by TestsController#return_with_options as HTML
253
+ Redirected to http://test.host/
254
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
255
+  (0.0ms) rollback transaction
256
+  (0.0ms) begin transaction
257
+ Processing by TestsController#return_with_path as HTML
258
+ Redirected to http://test.host/tests/save
259
+ Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
260
+  (0.0ms) rollback transaction
261
+  (0.0ms) begin transaction
262
+ Processing by TestsController#return_with_path as HTML
263
+ Redirected to http://test.host/tests/save
264
+ Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
265
+  (0.0ms) rollback transaction
266
+  (0.0ms) begin transaction
267
+ Processing by TestsController#redirect_with_options as HTML
268
+ Redirected to http://test.host/
269
+ Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
270
+ Processing by TestsController#clear_and_redirect as HTML
271
+ Redirected to http://test.host/tests/save
272
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
29
273
   (0.0ms) rollback transaction
30
-  (0.1ms) begin transaction
31
- Processing by TestsController#offsite as HTML
32
- Redirected to http://rubyonrails.org/
33
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
34
-  (0.1ms) rollback transaction
35
274
   (0.0ms) begin transaction
36
275
  Processing by TestsController#redirect_with_options as HTML
37
276
  Redirected to http://test.host/
38
277
  Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
39
-  (0.1ms) rollback transaction
278
+  (0.0ms) rollback transaction
279
+  (0.0ms) begin transaction
280
+ Processing by TestsController#redirect_with_options as HTML
281
+ Redirected to http://test.host/
282
+ Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
283
+  (0.0ms) rollback transaction
40
284
   (0.0ms) begin transaction
41
285
  Processing by TestsController#redirect_with_options as HTML
42
286
  Redirected to /tests/return_with_path
43
- Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
287
+ Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
44
288
  Processing by TestsController#clear_and_redirect as HTML
45
289
  Redirected to /tests/return_with_path
290
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
291
+  (0.0ms) rollback transaction
292
+  (0.0ms) begin transaction
293
+ Processing by TestsController#offsite_with_path as HTML
294
+ Redirected to http://rubyonrails.org/
295
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
296
+  (0.0ms) rollback transaction
297
+  (0.0ms) begin transaction
298
+ Processing by TestsController#offsite as HTML
299
+ Redirected to http://test.host/
46
300
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
47
301
   (0.0ms) rollback transaction
48
302
   (0.0ms) begin transaction
49
303
  Processing by TestsController#offsite as HTML
50
304
  Redirected to http://rubyonrails.org/
51
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
305
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
52
306
   (0.0ms) rollback transaction
53
307
   (0.0ms) begin transaction
308
+ Processing by TestsController#offsite as HTML
309
+ Redirected to http://rubyonrails.org/
310
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
311
+  (0.0ms) rollback transaction
312
+  (0.0ms) begin transaction
313
+ Processing by TestsController#clear_and_redirect as HTML
314
+ Redirected to http://test.host/tests/save
315
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
316
+  (0.1ms) rollback transaction
317
+  (0.0ms) begin transaction
54
318
  Processing by TestsController#offsite_with_path as HTML
55
319
  Redirected to http://test.host/tests/save
56
- Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
320
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
57
321
   (0.1ms) rollback transaction
58
-  (0.1ms) begin transaction
322
+  (0.0ms) begin transaction
323
+ Processing by TestsController#offsite_with_path as HTML
324
+ Redirected to http://rubyonrails.org/
325
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
326
+  (0.0ms) rollback transaction
327
+  (0.0ms) begin transaction
59
328
  Processing by TestsController#offsite_with_path as HTML
60
329
  Redirected to http://test.host/tests/save
61
330
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
62
331
  Processing by TestsController#offsite as HTML
63
332
  Redirected to http://test.host/
64
333
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
334
+  (0.0ms) rollback transaction
335
+  (0.0ms) begin transaction
336
+ Processing by TestsController#save as HTML
337
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
338
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
339
+ Processing by TestsController#clear_and_redirect as HTML
340
+ Redirected to /tests/return_with_path
341
+ Completed 302 Found in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
342
+  (0.0ms) rollback transaction
343
+  (0.0ms) begin transaction
344
+ Processing by TestsController#save as HTML
345
+ Rendered tests/save.html.erb within layouts/application (0.1ms)
346
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
347
+ Processing by TestsController#clear_and_save as HTML
348
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.1ms)
349
+ Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
350
+  (0.0ms) rollback transaction
351
+  (0.0ms) begin transaction
352
+ Processing by TestsController#save as HTML
353
+ Rendered tests/save.html.erb within layouts/application (0.1ms)
354
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
65
355
   (0.1ms) rollback transaction
66
356
   (0.0ms) begin transaction
67
- Processing by TestsController#offsite as HTML
68
- Redirected to http://test.host/
357
+ Processing by TestsController#save as HTML
358
+ Rendered tests/save.html.erb within layouts/application (0.1ms)
359
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
360
+ Processing by TestsController#save as HTML
361
+ Rendered tests/save.html.erb within layouts/application (0.1ms)
362
+ Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms)
363
+  (0.0ms) rollback transaction
364
+  (0.2ms) begin transaction
365
+  (0.0ms) rollback transaction
366
+  (0.0ms) begin transaction
367
+  (0.0ms) rollback transaction
368
+  (0.0ms) begin transaction
369
+  (0.0ms) rollback transaction
370
+  (0.0ms) begin transaction
371
+  (0.0ms) rollback transaction
372
+  (0.0ms) begin transaction
373
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
374
+ Processing by TestsController#save as HTML
375
+ Rendered tests/save.html.erb within layouts/application (1.4ms)
376
+ Completed 200 OK in 23ms (Views: 13.7ms | ActiveRecord: 0.0ms)
377
+ Started POST "/tests/redirect_with_options" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
378
+ Processing by TestsController#redirect_with_options as HTML
379
+ Parameters: {"utf8"=>"✓", "commit"=>"Post to redirect_with_options"}
380
+ Redirected to http://www.example.com/tests/save
381
+ Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
382
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
383
+ Processing by TestsController#save as HTML
384
+ Rendered tests/save.html.erb within layouts/application (0.9ms)
385
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
386
+  (0.1ms) rollback transaction
387
+  (0.0ms) begin transaction
388
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
389
+ Processing by TestsController#clear_and_save as HTML
390
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.3ms)
391
+ Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)
392
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
393
+ Processing by TestsController#save as HTML
394
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
395
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
396
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
397
+ Processing by TestsController#blank as HTML
398
+ Rendered tests/blank.html.erb within layouts/application (1.6ms)
399
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
400
+ Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
401
+ Processing by TestsController#return_with_options as HTML
402
+ Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
403
+ Redirected to http://www.example.com/tests/clear_and_save
404
+ Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
405
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
406
+ Processing by TestsController#clear_and_save as HTML
407
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
408
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
409
+  (0.0ms) rollback transaction
410
+  (0.0ms) begin transaction
411
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
412
+ Processing by TestsController#clear_and_save as HTML
413
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
414
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
415
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
416
+ Processing by TestsController#save as HTML
417
+ Rendered tests/save.html.erb within layouts/application (0.3ms)
418
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
419
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
420
+ Processing by TestsController#clear_and_save as HTML
421
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
422
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
423
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
424
+ Processing by TestsController#blank as HTML
425
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
426
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
427
+ Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
428
+ Processing by TestsController#return_with_options as HTML
429
+ Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
430
+ Redirected to http://www.example.com/tests/save
431
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
432
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
433
+ Processing by TestsController#save as HTML
434
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
435
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
436
+  (0.1ms) rollback transaction
437
+  (0.1ms) begin transaction
438
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
439
+ Processing by TestsController#clear_and_save as HTML
440
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.1ms)
441
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
442
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
443
+ Processing by TestsController#save as HTML
444
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
445
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
446
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
447
+ Processing by TestsController#blank as HTML
448
+ Rendered tests/blank.html.erb within layouts/application (0.7ms)
449
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
450
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
451
+ Processing by TestsController#save as HTML
452
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
453
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
454
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
455
+ Processing by TestsController#blank as HTML
456
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
457
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
458
+ Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
459
+ Processing by TestsController#return_with_options as HTML
460
+ Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
461
+ Redirected to http://www.example.com/tests/clear_and_save
69
462
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
463
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
464
+ Processing by TestsController#clear_and_save as HTML
465
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
466
+ Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
70
467
   (0.0ms) rollback transaction
71
468
   (0.0ms) begin transaction
469
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
470
+ Processing by TestsController#clear_and_save as HTML
471
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
472
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
473
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
474
+ Processing by TestsController#save as HTML
475
+ Rendered tests/save.html.erb within layouts/application (0.3ms)
476
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
477
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
478
+ Processing by TestsController#clear_and_save as HTML
479
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.2ms)
480
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
481
+  (0.1ms) rollback transaction
482
+  (0.1ms) begin transaction
483
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
484
+ Processing by TestsController#blank as HTML
485
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
486
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
487
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
488
+ Processing by TestsController#clear_and_save as HTML
489
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.1ms)
490
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
491
+  (0.1ms) rollback transaction
492
+  (0.1ms) begin transaction
493
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
494
+ Processing by TestsController#save as HTML
495
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
496
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
497
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
498
+ Processing by TestsController#blank as HTML
499
+ Rendered tests/blank.html.erb within layouts/application (0.7ms)
500
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
501
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
502
+ Processing by TestsController#save as HTML
503
+ Rendered tests/save.html.erb within layouts/application (0.3ms)
504
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
505
+  (0.0ms) rollback transaction
506
+  (0.0ms) begin transaction
507
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
508
+ Processing by TestsController#save as HTML
509
+ Rendered tests/save.html.erb within layouts/application (0.3ms)
510
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
511
+ Started GET "/" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
512
+ Processing by TestsController#blank as HTML
513
+ Rendered tests/blank.html.erb within layouts/application (1.7ms)
514
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
515
+  (0.1ms) rollback transaction
516
+  (0.0ms) begin transaction
517
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
518
+ Processing by TestsController#clear_and_save as HTML
519
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
520
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
521
+  (0.1ms) rollback transaction
522
+  (0.0ms) begin transaction
523
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
524
+ Processing by TestsController#blank as HTML
525
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
526
+ Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
527
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
528
+ Processing by TestsController#save as HTML
529
+ Rendered tests/save.html.erb within layouts/application (0.4ms)
530
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
531
+  (0.1ms) rollback transaction
532
+  (0.0ms) begin transaction
533
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
534
+ Processing by TestsController#clear_and_save as HTML
535
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
536
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
537
+  (0.0ms) rollback transaction
538
+  (0.0ms) begin transaction
539
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
540
+ Processing by TestsController#clear_and_save as HTML
541
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
542
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
543
+  (0.0ms) rollback transaction
544
+  (0.0ms) begin transaction
545
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
546
+ Processing by TestsController#clear_and_save as HTML
547
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
548
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
549
+  (0.0ms) rollback transaction
550
+  (0.0ms) begin transaction
551
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
552
+ Processing by TestsController#clear_and_save as HTML
553
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
554
+ Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
555
+  (0.0ms) rollback transaction
556
+  (0.0ms) begin transaction
557
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
558
+ Processing by TestsController#clear_and_save as HTML
559
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.3ms)
560
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
561
+  (0.1ms) rollback transaction
562
+  (0.1ms) begin transaction
563
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
564
+ Processing by TestsController#clear_and_save as HTML
565
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.1ms)
566
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
567
+ Started GET "/" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
568
+ Processing by TestsController#blank as HTML
569
+ Rendered tests/blank.html.erb within layouts/application (0.5ms)
570
+ Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
571
+  (0.0ms) rollback transaction
572
+  (0.0ms) begin transaction
573
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
574
+ Processing by TestsController#clear_and_save as HTML
575
+ Rendered tests/clear_and_save.html.erb within layouts/application (1.7ms)
576
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
577
+ Started GET "/" for 127.0.0.1 at 2015-02-16 14:52:36 -0600
578
+ Processing by TestsController#blank as HTML
579
+ Rendered tests/blank.html.erb within layouts/application (0.6ms)
580
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
581
+  (0.1ms) rollback transaction
582
+  (0.1ms) begin transaction
72
583
  Processing by TestsController#clear_and_redirect as HTML
73
584
  Redirected to http://test.host/tests/save
74
585
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
@@ -82,282 +593,321 @@ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
82
593
  Processing by TestsController#redirect_with_options as HTML
83
594
  Redirected to http://test.host/
84
595
  Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
85
- Processing by TestsController#clear_and_redirect as HTML
596
+  (0.0ms) rollback transaction
597
+  (0.1ms) begin transaction
598
+ Processing by TestsController#offsite as HTML
599
+ Redirected to http://rubyonrails.org/
600
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
601
+  (0.0ms) rollback transaction
602
+  (0.0ms) begin transaction
603
+ Processing by TestsController#offsite_with_path as HTML
86
604
  Redirected to http://test.host/tests/save
87
605
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
88
606
   (0.0ms) rollback transaction
89
607
   (0.0ms) begin transaction
90
608
  Processing by TestsController#offsite_with_path as HTML
609
+ Redirected to http://test.host/tests/save
610
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
611
+ Processing by TestsController#offsite as HTML
612
+ Redirected to http://test.host/
613
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
614
+  (0.0ms) rollback transaction
615
+  (0.0ms) begin transaction
616
+ Processing by TestsController#offsite as HTML
617
+ Redirected to http://test.host/
618
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
619
+  (0.0ms) rollback transaction
620
+  (0.1ms) begin transaction
621
+ Processing by TestsController#offsite_with_path as HTML
622
+ Redirected to http://rubyonrails.org/
623
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
624
+  (0.0ms) rollback transaction
625
+  (0.0ms) begin transaction
626
+ Processing by TestsController#redirect_with_options as HTML
627
+ Redirected to http://test.host/
628
+ Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
629
+ Processing by TestsController#clear_and_redirect as HTML
630
+ Redirected to http://test.host/tests/save
631
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
632
+  (0.0ms) rollback transaction
633
+  (0.0ms) begin transaction
634
+ Processing by TestsController#redirect_with_options as HTML
635
+ Redirected to /tests/return_with_path
636
+ Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
637
+ Processing by TestsController#clear_and_redirect as HTML
638
+ Redirected to /tests/return_with_path
639
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
640
+  (0.0ms) rollback transaction
641
+  (0.0ms) begin transaction
642
+ Processing by TestsController#redirect_with_options as HTML
643
+ Redirected to http://test.host/
644
+ Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
645
+  (0.0ms) rollback transaction
646
+  (0.0ms) begin transaction
647
+ Processing by TestsController#offsite as HTML
91
648
  Redirected to http://rubyonrails.org/
92
649
  Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
650
+  (0.1ms) rollback transaction
651
+  (0.0ms) begin transaction
652
+ Processing by TestsController#save as HTML
653
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
654
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
655
+ Processing by TestsController#clear_and_redirect as HTML
656
+ Redirected to /tests/return_with_path
657
+ Completed 302 Found in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
93
658
   (0.0ms) rollback transaction
94
-  (0.2ms) begin transaction
95
- Processing by TestsController#redirect_with_options as HTML
96
- Redirected to http://test.host/
659
+  (0.0ms) begin transaction
660
+ Processing by TestsController#save as HTML
661
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
662
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
663
+ Processing by TestsController#clear_and_save as HTML
664
+ Rendered tests/clear_and_save.html.erb within layouts/application (0.1ms)
665
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
666
+  (0.1ms) rollback transaction
667
+  (0.1ms) begin transaction
668
+ Processing by TestsController#return_with_path as HTML
669
+ Redirected to http://test.host/tests/save
97
670
  Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
98
671
   (0.0ms) rollback transaction
99
672
   (0.0ms) begin transaction
673
+ Processing by TestsController#save as HTML
674
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
675
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
676
+ Processing by TestsController#redirect_with_options as HTML
677
+ Redirected to /tests/return_with_path
678
+ Completed 301 Moved Permanently in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
100
679
  Processing by TestsController#return_with_options as HTML
101
- Redirected to http://test.host/
102
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
680
+ Redirected to http://test.host/tests/return_with_path
681
+ Completed 302 Found in 0ms (Views: 0.7ms | ActiveRecord: 0.0ms)
103
682
   (0.0ms) rollback transaction
104
683
   (0.0ms) begin transaction
105
684
  Processing by TestsController#save as HTML
106
685
  Rendered tests/save.html.erb within layouts/application (0.1ms)
107
- Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
686
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
108
687
  Processing by TestsController#return_with_options as HTML
109
688
  Redirected to http://test.host/tests/return_with_path
110
- Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
689
+ Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
111
690
   (0.0ms) rollback transaction
112
691
   (0.0ms) begin transaction
692
+ Processing by TestsController#return_with_options as HTML
693
+ Redirected to http://test.host/
694
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
695
+  (0.1ms) rollback transaction
696
+  (0.1ms) begin transaction
113
697
  Processing by TestsController#save as HTML
114
- Rendered tests/save.html.erb within layouts/application (0.1ms)
115
- Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
116
- Processing by TestsController#redirect_with_options as HTML
117
- Redirected to /tests/return_with_path
118
- Completed 301 Moved Permanently in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
698
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
699
+ Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
119
700
  Processing by TestsController#return_with_options as HTML
120
701
  Redirected to http://test.host/tests/return_with_path
121
- Completed 302 Found in 0ms (Views: 0.6ms | ActiveRecord: 0.0ms)
122
-  (0.0ms) rollback transaction
702
+ Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
703
+  (0.1ms) rollback transaction
704
+  (0.1ms) begin transaction
705
+ Processing by TestsController#return_with_options as HTML
706
+ Redirected to http://test.host/
707
+ Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
708
+  (0.1ms) rollback transaction
123
709
   (0.0ms) begin transaction
124
710
  Processing by TestsController#return_with_path as HTML
125
711
  Redirected to http://test.host/tests/save
126
712
  Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
127
713
   (0.0ms) rollback transaction
128
714
   (0.0ms) begin transaction
129
- Processing by TestsController#return_with_options as HTML
130
- Redirected to http://test.host/
131
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
715
+ Processing by TestsController#save as HTML
716
+ Rendered tests/save.html.erb within layouts/application (0.2ms)
717
+ Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
132
718
   (0.0ms) rollback transaction
133
719
   (0.0ms) begin transaction
134
720
  Processing by TestsController#save as HTML
135
721
  Rendered tests/save.html.erb within layouts/application (0.1ms)
136
722
  Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
137
- Processing by TestsController#return_with_options as HTML
138
- Redirected to http://test.host/tests/return_with_path
139
- Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
140
-  (0.0ms) rollback transaction
141
-  (0.0ms) begin transaction
142
- Processing by TestsController#return_with_path as HTML
143
- Redirected to http://test.host/tests/save
144
- Completed 301 Moved Permanently in 0ms (ActiveRecord: 0.0ms)
145
-  (0.1ms) rollback transaction
146
-  (0.0ms) begin transaction
147
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
148
723
  Processing by TestsController#save as HTML
149
- Rendered tests/save.html.erb within layouts/application (2.0ms)
150
- Completed 200 OK in 20ms (Views: 12.3ms | ActiveRecord: 0.0ms)
151
- Started POST "/tests/redirect_with_options" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
152
- Processing by TestsController#redirect_with_options as HTML
153
- Parameters: {"utf8"=>"✓", "commit"=>"Post to redirect_with_options"}
154
- Redirected to http://www.example.com/tests/save
155
- Completed 301 Moved Permanently in 1ms (ActiveRecord: 0.0ms)
156
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
724
+ Rendered tests/save.html.erb within layouts/application (0.1ms)
725
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
726
+  (0.1ms) rollback transaction
727
+  (0.2ms) begin transaction
728
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
157
729
  Processing by TestsController#save as HTML
158
- Rendered tests/save.html.erb within layouts/application (0.4ms)
159
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
730
+ Completed 500 Internal Server Error in 2ms
160
731
   (0.1ms) rollback transaction
161
732
   (0.0ms) begin transaction
162
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
733
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
163
734
  Processing by TestsController#clear_and_save as HTML
164
- Rendered tests/clear_and_save.html.erb within layouts/application (1.3ms)
165
- Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
166
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
167
- Processing by TestsController#save as HTML
168
- Rendered tests/save.html.erb within layouts/application (0.4ms)
169
- Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
170
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
171
- Processing by TestsController#blank as HTML
172
- Rendered tests/blank.html.erb within layouts/application (0.9ms)
173
- Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
174
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
175
- Processing by TestsController#save as HTML
176
- Rendered tests/save.html.erb within layouts/application (0.4ms)
177
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
178
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
735
+ Completed 500 Internal Server Error in 1ms
736
+  (0.0ms) rollback transaction
737
+  (0.0ms) begin transaction
738
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
179
739
  Processing by TestsController#blank as HTML
180
- Rendered tests/blank.html.erb within layouts/application (0.5ms)
181
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
182
- Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
183
- Processing by TestsController#return_with_options as HTML
184
- Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
185
- Redirected to http://www.example.com/tests/clear_and_save
186
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
187
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
188
- Processing by TestsController#clear_and_save as HTML
189
- Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
190
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
740
+ Rendered tests/blank.html.erb within layouts/application (8.9ms)
741
+ Completed 500 Internal Server Error in 15ms
191
742
   (0.1ms) rollback transaction
192
743
   (0.0ms) begin transaction
193
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
194
- Processing by TestsController#clear_and_save as HTML
195
- Rendered tests/clear_and_save.html.erb within layouts/application (0.7ms)
196
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
197
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
744
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
198
745
  Processing by TestsController#save as HTML
199
- Rendered tests/save.html.erb within layouts/application (0.4ms)
200
- Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
201
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
746
+ Completed 500 Internal Server Error in 1ms
747
+  (0.0ms) rollback transaction
748
+  (0.0ms) begin transaction
749
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
202
750
  Processing by TestsController#clear_and_save as HTML
203
- Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
204
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
205
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
206
- Processing by TestsController#blank as HTML
207
- Rendered tests/blank.html.erb within layouts/application (0.4ms)
208
- Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)
209
- Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
210
- Processing by TestsController#return_with_options as HTML
211
- Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
212
- Redirected to http://www.example.com/tests/save
213
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
214
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
215
- Processing by TestsController#save as HTML
216
- Rendered tests/save.html.erb within layouts/application (0.4ms)
217
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
751
+ Completed 500 Internal Server Error in 2ms
218
752
   (0.1ms) rollback transaction
219
-  (0.1ms) begin transaction
220
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
221
- Processing by TestsController#clear_and_save as HTML
222
- Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
223
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
224
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
225
- Processing by TestsController#save as HTML
226
- Rendered tests/save.html.erb within layouts/application (0.4ms)
227
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
228
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
229
- Processing by TestsController#blank as HTML
230
- Rendered tests/blank.html.erb within layouts/application (0.5ms)
231
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
232
- Started PUT "/tests/return_with_options" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
233
- Processing by TestsController#return_with_options as HTML
234
- Parameters: {"utf8"=>"✓", "commit"=>"Put to return_with_options"}
235
- Redirected to http://www.example.com/tests/clear_and_save
236
- Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
237
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
753
+  (0.0ms) begin transaction
754
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
238
755
  Processing by TestsController#clear_and_save as HTML
239
- Rendered tests/clear_and_save.html.erb within layouts/application (2.0ms)
240
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
756
+ Completed 500 Internal Server Error in 2ms
241
757
   (0.1ms) rollback transaction
242
758
   (0.1ms) begin transaction
759
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
760
+ Processing by TestsController#clear_and_save as HTML
761
+ Completed 500 Internal Server Error in 2ms
243
762
   (0.0ms) rollback transaction
244
763
   (0.0ms) begin transaction
764
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
765
+ Processing by TestsController#clear_and_save as HTML
766
+ Completed 500 Internal Server Error in 1ms
245
767
   (0.0ms) rollback transaction
246
768
   (0.0ms) begin transaction
769
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
770
+ Processing by TestsController#clear_and_save as HTML
771
+ Completed 500 Internal Server Error in 1ms
247
772
   (0.0ms) rollback transaction
248
773
   (0.0ms) begin transaction
774
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
775
+ Processing by TestsController#clear_and_save as HTML
776
+ Completed 500 Internal Server Error in 1ms
249
777
   (0.0ms) rollback transaction
250
778
   (0.1ms) begin transaction
251
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
252
- Processing by TestsController#save as HTML
253
- Rendered tests/save.html.erb within layouts/application (0.5ms)
254
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
255
- Started GET "/" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
779
+ Started GET "/tests/blank" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
256
780
  Processing by TestsController#blank as HTML
257
- Rendered tests/blank.html.erb within layouts/application (0.6ms)
258
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
781
+ Rendered tests/blank.html.erb within layouts/application (6.2ms)
782
+ Completed 500 Internal Server Error in 7ms
783
+  (0.1ms) rollback transaction
784
+  (0.0ms) begin transaction
785
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
786
+ Processing by TestsController#clear_and_save as HTML
787
+ Completed 500 Internal Server Error in 2ms
259
788
   (0.0ms) rollback transaction
260
789
   (0.0ms) begin transaction
261
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
262
- Processing by TestsController#blank as HTML
263
- Rendered tests/blank.html.erb within layouts/application (0.6ms)
264
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
265
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
790
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
266
791
  Processing by TestsController#clear_and_save as HTML
267
- Rendered tests/clear_and_save.html.erb within layouts/application (1.1ms)
268
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
792
+ Completed 500 Internal Server Error in 1ms
793
+  (0.0ms) rollback transaction
794
+  (0.0ms) begin transaction
269
795
   (0.1ms) rollback transaction
270
796
   (0.0ms) begin transaction
271
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
272
- Processing by TestsController#clear_and_save as HTML
273
- Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
274
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
275
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
797
+  (0.0ms) rollback transaction
798
+  (0.0ms) begin transaction
799
+  (0.0ms) rollback transaction
800
+  (0.0ms) begin transaction
801
+  (0.0ms) rollback transaction
802
+  (0.0ms) begin transaction
803
+ Started GET "/tests/save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
276
804
  Processing by TestsController#save as HTML
277
- Rendered tests/save.html.erb within layouts/application (0.6ms)
278
- Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
279
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
805
+ Completed 500 Internal Server Error in 2ms
806
+  (0.1ms) rollback transaction
807
+  (0.0ms) begin transaction
808
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
280
809
  Processing by TestsController#clear_and_save as HTML
281
- Rendered tests/clear_and_save.html.erb within layouts/application (1.1ms)
282
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
810
+ Completed 500 Internal Server Error in 2ms
811
+  (0.1ms) rollback transaction
812
+  (0.0ms) begin transaction
813
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
814
+ Processing by TestsController#clear_and_save as HTML
815
+ Completed 500 Internal Server Error in 4ms
283
816
   (0.1ms) rollback transaction
284
817
   (0.1ms) begin transaction
285
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
818
+ Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-16 14:53:00 -0600
819
+ Processing by TestsController#clear_and_save as HTML
820
+ Completed 500 Internal Server Error in 1ms
821
+  (0.0ms) rollback transaction
822
+  (0.1ms) begin transaction
823
+ Processing by TestsController#return_with_path as HTML
824
+ Completed 500 Internal Server Error in 1ms
825
+  (0.0ms) rollback transaction
826
+  (0.0ms) begin transaction
827
+ Processing by TestsController#return_with_path as HTML
828
+ Completed 500 Internal Server Error in 1ms
829
+  (0.0ms) rollback transaction
830
+  (0.0ms) begin transaction
831
+ Processing by TestsController#return_with_options as HTML
832
+ Completed 500 Internal Server Error in 1ms
833
+  (0.0ms) rollback transaction
834
+  (0.0ms) begin transaction
835
+ Processing by TestsController#return_with_options as HTML
836
+ Completed 500 Internal Server Error in 1ms
837
+  (0.0ms) rollback transaction
838
+  (0.0ms) begin transaction
286
839
  Processing by TestsController#save as HTML
287
- Rendered tests/save.html.erb within layouts/application (0.5ms)
288
- Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
289
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
290
- Processing by TestsController#blank as HTML
291
- Rendered tests/blank.html.erb within layouts/application (0.8ms)
292
- Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms)
293
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
840
+ Completed 500 Internal Server Error in 1ms
841
+  (0.0ms) rollback transaction
842
+  (0.0ms) begin transaction
294
843
  Processing by TestsController#save as HTML
295
- Rendered tests/save.html.erb within layouts/application (0.3ms)
296
- Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
844
+ Completed 500 Internal Server Error in 1ms
297
845
   (0.0ms) rollback transaction
298
846
   (0.0ms) begin transaction
299
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
300
- Processing by TestsController#clear_and_save as HTML
301
- Rendered tests/clear_and_save.html.erb within layouts/application (1.5ms)
302
- Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
847
+ Processing by TestsController#save as HTML
848
+ Completed 500 Internal Server Error in 1ms
303
849
   (0.1ms) rollback transaction
304
850
   (0.1ms) begin transaction
305
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
306
- Processing by TestsController#clear_and_save as HTML
307
- Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
308
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
851
+ Processing by TestsController#offsite_with_path as HTML
852
+ Completed 500 Internal Server Error in 1ms
309
853
   (0.0ms) rollback transaction
854
+  (0.0ms) begin transaction
855
+ Processing by TestsController#offsite_with_path as HTML
856
+ Completed 500 Internal Server Error in 1ms
857
+  (0.1ms) rollback transaction
310
858
   (0.1ms) begin transaction
311
- Started GET "/tests/blank" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
312
- Processing by TestsController#blank as HTML
313
- Rendered tests/blank.html.erb within layouts/application (0.6ms)
314
- Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
315
- Started GET "/tests/save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
316
- Processing by TestsController#save as HTML
317
- Rendered tests/save.html.erb within layouts/application (0.4ms)
318
- Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
859
+ Processing by TestsController#offsite as HTML
860
+ Completed 500 Internal Server Error in 1ms
319
861
   (0.1ms) rollback transaction
320
862
   (0.0ms) begin transaction
321
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
322
- Processing by TestsController#clear_and_save as HTML
323
- Rendered tests/clear_and_save.html.erb within layouts/application (0.9ms)
324
- Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
863
+ Processing by TestsController#offsite_with_path as HTML
864
+ Completed 500 Internal Server Error in 1ms
865
+  (0.1ms) rollback transaction
866
+  (0.0ms) begin transaction
867
+ Processing by TestsController#offsite_with_path as HTML
868
+ Completed 500 Internal Server Error in 1ms
869
+  (0.0ms) rollback transaction
870
+  (0.1ms) begin transaction
871
+ Processing by TestsController#offsite as HTML
872
+ Completed 500 Internal Server Error in 1ms
325
873
   (0.0ms) rollback transaction
326
874
   (0.0ms) begin transaction
327
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
328
- Processing by TestsController#clear_and_save as HTML
329
- Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
330
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
875
+ Processing by TestsController#redirect_with_options as HTML
876
+ Completed 500 Internal Server Error in 1ms
331
877
   (0.0ms) rollback transaction
332
878
   (0.0ms) begin transaction
333
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
334
- Processing by TestsController#clear_and_save as HTML
335
- Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
336
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
879
+ Processing by TestsController#clear_and_redirect as HTML
880
+ Completed 500 Internal Server Error in 1ms
881
+  (0.1ms) rollback transaction
882
+  (0.1ms) begin transaction
883
+ Processing by TestsController#redirect_with_options as HTML
884
+ Completed 500 Internal Server Error in 1ms
337
885
   (0.0ms) rollback transaction
338
886
   (0.0ms) begin transaction
339
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
340
- Processing by TestsController#clear_and_save as HTML
341
- Rendered tests/clear_and_save.html.erb within layouts/application (0.8ms)
342
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
887
+ Processing by TestsController#redirect_with_options as HTML
888
+ Completed 500 Internal Server Error in 1ms
889
+  (0.0ms) rollback transaction
890
+  (0.0ms) begin transaction
891
+ Processing by TestsController#redirect_with_options as HTML
892
+ Completed 500 Internal Server Error in 1ms
893
+  (0.0ms) rollback transaction
894
+  (0.0ms) begin transaction
895
+ Processing by TestsController#offsite as HTML
896
+ Completed 500 Internal Server Error in 1ms
343
897
   (0.0ms) rollback transaction
344
898
   (0.1ms) begin transaction
345
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
346
- Processing by TestsController#clear_and_save as HTML
347
- Rendered tests/clear_and_save.html.erb within layouts/application (1.5ms)
348
- Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
349
- Started GET "/" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
350
- Processing by TestsController#blank as HTML
351
- Rendered tests/blank.html.erb within layouts/application (0.6ms)
352
- Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
353
-  (0.1ms) rollback transaction
899
+ Processing by TestsController#save as HTML
900
+ Completed 500 Internal Server Error in 1ms
901
+  (0.0ms) rollback transaction
354
902
   (0.0ms) begin transaction
355
- Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
356
- Processing by TestsController#clear_and_save as HTML
357
- Rendered tests/clear_and_save.html.erb within layouts/application (1.0ms)
358
- Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
359
- Started GET "/" for 127.0.0.1 at 2015-02-03 15:18:14 -0600
360
- Processing by TestsController#blank as HTML
361
- Rendered tests/blank.html.erb within layouts/application (1.1ms)
362
- Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
363
-  (0.1ms) rollback transaction
903
+ Processing by TestsController#save as HTML
904
+ Completed 500 Internal Server Error in 1ms
905
+  (0.0ms) rollback transaction
906
+  (0.0ms) begin transaction
907
+ Processing by TestsController#save as HTML
908
+ Completed 500 Internal Server Error in 1ms
909
+  (0.0ms) rollback transaction
910
+  (0.0ms) begin transaction
911
+ Processing by TestsController#save as HTML
912
+ Completed 500 Internal Server Error in 1ms
913
+  (0.0ms) rollback transaction
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jump_back
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Debelak
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-03 00:00:00.000000000 Z
11
+ date: 2015-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -124,7 +124,6 @@ files:
124
124
  - spec/dummy/config/secrets.yml
125
125
  - spec/dummy/db/schema.rb
126
126
  - spec/dummy/db/test.sqlite3
127
- - spec/dummy/log/development.log
128
127
  - spec/dummy/log/test.log
129
128
  - spec/dummy/public/404.html
130
129
  - spec/dummy/public/422.html
@@ -199,7 +198,6 @@ test_files:
199
198
  - spec/dummy/config.ru
200
199
  - spec/dummy/db/schema.rb
201
200
  - spec/dummy/db/test.sqlite3
202
- - spec/dummy/log/development.log
203
201
  - spec/dummy/log/test.log
204
202
  - spec/dummy/public/404.html
205
203
  - spec/dummy/public/422.html
@@ -1,5 +0,0 @@
1
-  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) 
2
-  (0.0ms) select sqlite_version(*)
3
-  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
4
-  (0.1ms) SELECT version FROM "schema_migrations"
5
-  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')