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 +4 -4
- data/lib/jump_back/engine.rb +7 -3
- data/lib/jump_back/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +768 -218
- data/spec/dummy/tmp/cache/assets/test/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- metadata +2 -4
- data/spec/dummy/log/development.log +0 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea60f4fadab40a130255c1935ee405868c12e679
|
4
|
+
data.tar.gz: 08c97432e0882360f10df22c6a94f1f2fb8cbfb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f1e23c9f65a7a1662b4449db41dbbfbc456d5f017cf79c71c2d396f487ac2b094758e915e41c700077fd86f2ff0912c4db317910c2065380f995af1b19331592
|
7
|
+
data.tar.gz: 935afc69ab2b96ced3034be05f979ab757515f10d94c5155c83aa2073f3ac0e0dcbe995afec96bb4899b5843e901f6034cda95169eda366e84aec3aaf94a5bc1
|
data/lib/jump_back/engine.rb
CHANGED
@@ -6,8 +6,12 @@ module JumpBack
|
|
6
6
|
g.helper false
|
7
7
|
end
|
8
8
|
initializer "jump_back.methods" do |app|
|
9
|
-
|
10
|
-
|
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
|
data/lib/jump_back/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -1,74 +1,585 @@
|
|
1
1
|
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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 (
|
4
|
-
Completed 200 OK in
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
6
15
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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.
|
9
|
-
Completed 200 OK in 1ms (Views: 0.
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
29
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
39
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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.
|
12
|
-
Completed 200 OK in
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
49
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
55
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
61
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
71
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
77
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
83
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
89
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
95
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
105
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
115
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
116
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
117
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
118
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
119
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
120
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
121
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
122
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
123
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
138
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
165
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
188
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
219
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
224
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
14
232
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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#
|
236
|
+
Processing by TestsController#redirect_with_options as HTML
|
19
237
|
Redirected to /tests/return_with_path
|
20
|
-
Completed
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
22
243
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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.
|
26
|
-
Processing by TestsController#
|
27
|
-
|
28
|
-
Completed
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
251
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
256
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
261
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
30
|
-
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
31
|
-
Processing by TestsController#offsite as HTML
|
32
|
-
Redirected to http://rubyonrails.org/
|
33
|
-
Completed 302 Found in 1ms (ActiveRecord: 0.0ms)
|
34
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
35
274
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
[1m[35m (0.
|
278
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
279
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
40
284
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
41
285
|
Processing by TestsController#redirect_with_options as HTML
|
42
286
|
Redirected to /tests/return_with_path
|
43
|
-
Completed 301 Moved Permanently in
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
292
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
297
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
48
302
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
49
303
|
Processing by TestsController#offsite as HTML
|
50
304
|
Redirected to http://rubyonrails.org/
|
51
|
-
Completed 302 Found in
|
305
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
52
306
|
[1m[35m (0.0ms)[0m rollback transaction
|
53
307
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
308
|
+
Processing by TestsController#offsite as HTML
|
309
|
+
Redirected to http://rubyonrails.org/
|
310
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
311
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
317
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
54
318
|
Processing by TestsController#offsite_with_path as HTML
|
55
319
|
Redirected to http://test.host/tests/save
|
56
|
-
Completed 302 Found in
|
320
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
57
321
|
[1m[35m (0.1ms)[0m rollback transaction
|
58
|
-
[1m[36m (0.
|
322
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
327
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
343
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
351
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
66
356
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
67
|
-
Processing by TestsController#
|
68
|
-
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
364
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
365
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
366
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
367
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
369
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
370
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
371
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
387
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
437
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
71
468
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
482
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
492
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
506
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
516
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
522
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
532
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
538
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
550
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
556
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
562
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
572
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
582
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
-
|
596
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
597
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
598
|
+
Processing by TestsController#offsite as HTML
|
599
|
+
Redirected to http://rubyonrails.org/
|
600
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
601
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
602
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
89
607
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
615
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
616
|
+
Processing by TestsController#offsite as HTML
|
617
|
+
Redirected to http://test.host/
|
618
|
+
Completed 302 Found in 0ms (ActiveRecord: 0.0ms)
|
619
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
620
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
625
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
633
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
641
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
646
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
651
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
94
|
-
[1m[36m (0.
|
95
|
-
Processing by TestsController#
|
96
|
-
|
659
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
667
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
99
672
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
104
683
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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.
|
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.
|
689
|
+
Completed 302 Found in 0ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
111
690
|
[1m[35m (0.0ms)[0m rollback transaction
|
112
691
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
696
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
113
697
|
Processing by TestsController#save as HTML
|
114
|
-
Rendered tests/save.html.erb within layouts/application (0.
|
115
|
-
Completed 200 OK in 1ms (Views: 0.
|
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.
|
122
|
-
[1m[35m (0.
|
702
|
+
Completed 302 Found in 0ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
703
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
704
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
123
709
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
128
714
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
129
|
-
Processing by TestsController#
|
130
|
-
|
131
|
-
Completed
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
133
719
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
[1m[35m (0.0ms)[0m rollback transaction
|
141
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
146
|
-
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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 (
|
150
|
-
Completed 200 OK in
|
151
|
-
|
152
|
-
|
153
|
-
|
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
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
727
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
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
|
-
|
159
|
-
Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
|
730
|
+
Completed 500 Internal Server Error in 2ms
|
160
731
|
[1m[35m (0.1ms)[0m rollback transaction
|
161
732
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
162
|
-
Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-
|
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
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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 (
|
181
|
-
Completed
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
192
743
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
193
|
-
Started GET "/tests/
|
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
|
-
|
200
|
-
|
201
|
-
|
746
|
+
Completed 500 Internal Server Error in 1ms
|
747
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
748
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
219
|
-
[1m[36m (0.
|
220
|
-
Started GET "/tests/clear_and_save" for 127.0.0.1 at 2015-02-
|
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
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
|
240
|
-
Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
|
756
|
+
Completed 500 Internal Server Error in 2ms
|
241
757
|
[1m[35m (0.1ms)[0m rollback transaction
|
242
758
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
244
763
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
246
768
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
248
773
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
250
778
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
251
|
-
Started GET "/tests/
|
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 (
|
258
|
-
Completed
|
781
|
+
Rendered tests/blank.html.erb within layouts/application (6.2ms)
|
782
|
+
Completed 500 Internal Server Error in 7ms
|
783
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
784
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
260
789
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
261
|
-
Started GET "/tests/
|
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
|
-
|
268
|
-
|
792
|
+
Completed 500 Internal Server Error in 1ms
|
793
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
794
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
269
795
|
[1m[35m (0.1ms)[0m rollback transaction
|
270
796
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
797
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
798
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
799
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
800
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
801
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
802
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
|
278
|
-
|
279
|
-
|
805
|
+
Completed 500 Internal Server Error in 2ms
|
806
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
807
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
-
|
282
|
-
|
810
|
+
Completed 500 Internal Server Error in 2ms
|
811
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
812
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
284
817
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
285
|
-
Started GET "/tests/
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
822
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
823
|
+
Processing by TestsController#return_with_path as HTML
|
824
|
+
Completed 500 Internal Server Error in 1ms
|
825
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
827
|
+
Processing by TestsController#return_with_path as HTML
|
828
|
+
Completed 500 Internal Server Error in 1ms
|
829
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
830
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
831
|
+
Processing by TestsController#return_with_options as HTML
|
832
|
+
Completed 500 Internal Server Error in 1ms
|
833
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
834
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
835
|
+
Processing by TestsController#return_with_options as HTML
|
836
|
+
Completed 500 Internal Server Error in 1ms
|
837
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
838
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
286
839
|
Processing by TestsController#save as HTML
|
287
|
-
|
288
|
-
|
289
|
-
|
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
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
842
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
294
843
|
Processing by TestsController#save as HTML
|
295
|
-
|
296
|
-
Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)
|
844
|
+
Completed 500 Internal Server Error in 1ms
|
297
845
|
[1m[35m (0.0ms)[0m rollback transaction
|
298
846
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
299
|
-
|
300
|
-
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
304
850
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
305
|
-
|
306
|
-
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
854
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
855
|
+
Processing by TestsController#offsite_with_path as HTML
|
856
|
+
Completed 500 Internal Server Error in 1ms
|
857
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
310
858
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
311
|
-
|
312
|
-
|
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
|
[1m[35m (0.1ms)[0m rollback transaction
|
320
862
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
863
|
+
Processing by TestsController#offsite_with_path as HTML
|
864
|
+
Completed 500 Internal Server Error in 1ms
|
865
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
866
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
867
|
+
Processing by TestsController#offsite_with_path as HTML
|
868
|
+
Completed 500 Internal Server Error in 1ms
|
869
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
870
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
871
|
+
Processing by TestsController#offsite as HTML
|
872
|
+
Completed 500 Internal Server Error in 1ms
|
325
873
|
[1m[35m (0.0ms)[0m rollback transaction
|
326
874
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
327
|
-
|
328
|
-
|
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
|
[1m[35m (0.0ms)[0m rollback transaction
|
332
878
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
879
|
+
Processing by TestsController#clear_and_redirect as HTML
|
880
|
+
Completed 500 Internal Server Error in 1ms
|
881
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
882
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
883
|
+
Processing by TestsController#redirect_with_options as HTML
|
884
|
+
Completed 500 Internal Server Error in 1ms
|
337
885
|
[1m[35m (0.0ms)[0m rollback transaction
|
338
886
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
887
|
+
Processing by TestsController#redirect_with_options as HTML
|
888
|
+
Completed 500 Internal Server Error in 1ms
|
889
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
890
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
891
|
+
Processing by TestsController#redirect_with_options as HTML
|
892
|
+
Completed 500 Internal Server Error in 1ms
|
893
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
894
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
895
|
+
Processing by TestsController#offsite as HTML
|
896
|
+
Completed 500 Internal Server Error in 1ms
|
343
897
|
[1m[35m (0.0ms)[0m rollback transaction
|
344
898
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
345
|
-
|
346
|
-
|
347
|
-
|
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
|
-
[1m[35m (0.1ms)[0m rollback transaction
|
899
|
+
Processing by TestsController#save as HTML
|
900
|
+
Completed 500 Internal Server Error in 1ms
|
901
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
354
902
|
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
903
|
+
Processing by TestsController#save as HTML
|
904
|
+
Completed 500 Internal Server Error in 1ms
|
905
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
906
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
907
|
+
Processing by TestsController#save as HTML
|
908
|
+
Completed 500 Internal Server Error in 1ms
|
909
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
910
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
911
|
+
Processing by TestsController#save as HTML
|
912
|
+
Completed 500 Internal Server Error in 1ms
|
913
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
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.
|
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-
|
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
|
-
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
|
2
|
-
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
3
|
-
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
4
|
-
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
5
|
-
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|