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