librato-rails 0.5.1 → 0.5.2
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/librato/rails.rb +1 -1
- data/lib/librato/rails/aggregator.rb +2 -2
- data/lib/librato/rails/counter_cache.rb +1 -1
- data/lib/librato/rails/version.rb +1 -1
- data/test/dummy/config/application.rb +1 -1
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/log/development.log +2189 -0
- data/test/dummy/log/test.log +6733 -139
- data/test/dummy/test_env.sh +2 -0
- data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/CDF/870/sprockets%2Fb878faf942403e313a5b103e5d80488e +0 -0
- data/test/dummy/tmp/cache/assets/CE8/7E0/sprockets%2F178e2a1f9aa891d473009c7f3095df28 +0 -0
- data/test/dummy/tmp/cache/assets/CF9/7C0/sprockets%2F40fc2f3d2a468a00e463f1d313cb1683 +0 -0
- data/test/dummy/tmp/cache/assets/D04/890/sprockets%2F587335c079eef8d5a63784fc8f99905a +0 -0
- data/test/dummy/tmp/cache/assets/D05/D40/sprockets%2F1c9faaf28d05409b88ad3113374d613c +0 -0
- data/test/dummy/tmp/cache/assets/D11/D90/sprockets%2Ff688bee5b15ad322749fd06432065df2 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D48/6E0/sprockets%2F3d5dd928c45756c99bb1018cdbba7485 +0 -0
- data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/D4F/000/sprockets%2F25e44896aac12384727e9dab827ebef9 +0 -0
- data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/D66/890/sprockets%2F789354d3ec91e1ba6c8e92878d8f6ff8 +0 -0
- data/test/dummy/tmp/cache/assets/D84/000/sprockets%2F2ed60caa8412eb8334fe327cab12cb32 +0 -0
- data/test/dummy/tmp/cache/assets/D8B/F90/sprockets%2Ffe6ce696e9141eb755d8eed79128e17c +0 -0
- data/test/dummy/tmp/cache/assets/D98/8B0/sprockets%2Fedbef6e0d0a4742346cf479f2c522eb0 +0 -0
- data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/remote/rails_remote_test.rb +27 -2
- metadata +48 -6
data/lib/librato/rails.rb
CHANGED
File without changes
|
@@ -0,0 +1,2189 @@
|
|
1
|
+
[librato-rails] starting up with thin...
|
2
|
+
[librato-rails] >> starting up worker for pid 17812...
|
3
|
+
|
4
|
+
|
5
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:50:10 -0700
|
6
|
+
Connecting to database specified by database.yml
|
7
|
+
Processing by HomeController#index as HTML
|
8
|
+
Rendered home/index.html.erb within layouts/application (2.1ms)
|
9
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:10 -0700):
|
10
|
+
{}
|
11
|
+
Completed 200 OK in 216ms (Views: 215.8ms | ActiveRecord: 0.0ms)
|
12
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:15 -0700):
|
13
|
+
{:gauges=>[{:name=>"dummy.request.total", :value=>1, :measure_time=>1348127415}, {:name=>"dummy.request.status.200", :value=>1, :measure_time=>1348127415}, {:name=>"dummy.request.status.2xx", :value=>1, :measure_time=>1348127415}, {:name=>"dummy.request.slow", :value=>1, :measure_time=>1348127415}, {:name=>"rack.request.total", :value=>9, :measure_time=>1348127415}, {:name=>"rack.request.slow", :value=>1, :measure_time=>1348127415}, {:name=>"rack.request.status.200", :value=>9, :measure_time=>1348127415}, {:name=>"rack.request.status.2xx", :value=>9, :measure_time=>1348127415}, {:name=>"dummy.request.time", :count=>1, :sum=>216.214, :min=>216.214, :max=>216.214}, {:name=>"dummy.request.time.db", :count=>1, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"dummy.request.time.view", :count=>1, :sum=>215.767, :min=>215.767, :max=>215.767}, {:name=>"dummy.request.status.200.time", :count=>1, :sum=>216.214, :min=>216.214, :max=>216.214}, {:name=>"dummy.request.status.2xx.time", :count=>1, :sum=>216.214, :min=>216.214, :max=>216.214}, {:name=>"rack.request.time", :count=>9, :sum=>266.307, :min=>1.648, :max=>237.601}, {:name=>"rack.request.status.200.time", :count=>9, :sum=>266.307, :min=>1.648, :max=>237.601}, {:name=>"rack.request.status.2xx.time", :count=>9, :sum=>266.307, :min=>1.648, :max=>237.601}], :source=>"Aither.local.17812"}
|
14
|
+
[librato-rails] submission failed permanently, worker exiting: {:method=>:post, :body=>"{\"errors\":{\"params\":{\"type\":[\"'dummy.request.total' is a counter, but was submitted as different type\"]}}}", :url=>#<URI::HTTPS:0x007feff5cc3ed0 URL:https://metrics-api.librato.com/v1/metrics>, :request_headers=>{"User-Agent"=>"librato-rails/0.3.1 (ruby; 1.9.3p194; x86_64-darwin11.4.0; thin)", "Content-Type"=>"application/json", "Authorization"=>"Basic bWF0dEBsaWJyYXRvLmNvbTowMjY3M2JlZTQ3NmU4NzJhNWM0MGQ0NTI5ZDk4YzJjZmQyZDc0MTg4MmMzMDJjMWI3ZjEwY2NiMWVlOWViNDVl"}, :parallel_manager=>nil, :request=>{:proxy=>nil}, :ssl=>{}, :request_body=>"{\"gauges\":[{\"name\":\"dummy.request.total\",\"value\":1,\"measure_time\":1348127415},{\"name\":\"dummy.request.status.200\",\"value\":1,\"measure_time\":1348127415},{\"name\":\"dummy.request.status.2xx\",\"value\":1,\"measure_time\":1348127415},{\"name\":\"dummy.request.slow\",\"value\":1,\"measure_time\":1348127415},{\"name\":\"rack.request.total\",\"value\":9,\"measure_time\":1348127415},{\"name\":\"rack.request.slow\",\"value\":1,\"measure_time\":1348127415},{\"name\":\"rack.request.status.200\",\"value\":9,\"measure_time\":1348127415},{\"name\":\"rack.request.status.2xx\",\"value\":9,\"measure_time\":1348127415},{\"name\":\"dummy.request.time\",\"count\":1,\"sum\":216.214,\"min\":216.214,\"max\":216.214},{\"name\":\"dummy.request.time.db\",\"count\":1,\"sum\":0.0,\"min\":0.0,\"max\":0.0},{\"name\":\"dummy.request.time.view\",\"count\":1,\"sum\":215.767,\"min\":215.767,\"max\":215.767},{\"name\":\"dummy.request.status.200.time\",\"count\":1,\"sum\":216.214,\"min\":216.214,\"max\":216.214},{\"name\":\"dummy.request.status.2xx.time\",\"count\":1,\"sum\":216.214,\"min\":216.214,\"max\":216.214},{\"name\":\"rack.request.time\",\"count\":9,\"sum\":266.307,\"min\":1.648,\"max\":237.601},{\"name\":\"rack.request.status.200.time\",\"count\":9,\"sum\":266.307,\"min\":1.648,\"max\":237.601},{\"name\":\"rack.request.status.2xx.time\",\"count\":9,\"sum\":266.307,\"min\":1.648,\"max\":237.601}],\"source\":\"Aither.local.17812\"}", :status=>400, :response_headers=>{"content-type"=>"application/json;charset=utf-8", "date"=>"Thu, 20 Sep 2012 07:50:17 GMT", "server"=>"nginx/1.0.14", "status"=>"400 Bad Request", "content-length"=>"106", "connection"=>"Close"}, :response=>#<Faraday::Response:0x007feff58a9868 @env={...}, @on_complete_callbacks=[]>}
|
15
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:20 -0700):
|
16
|
+
{}
|
17
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:25 -0700):
|
18
|
+
{}
|
19
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:30 -0700):
|
20
|
+
{}
|
21
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:35 -0700):
|
22
|
+
{}
|
23
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:40 -0700):
|
24
|
+
{}
|
25
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:45 -0700):
|
26
|
+
{}
|
27
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:50 -0700):
|
28
|
+
{}
|
29
|
+
|
30
|
+
|
31
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:50:53 -0700
|
32
|
+
Processing by HomeController#index as HTML
|
33
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
34
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
35
|
+
|
36
|
+
|
37
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:50:54 -0700
|
38
|
+
Processing by HomeController#index as HTML
|
39
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
40
|
+
Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
|
41
|
+
|
42
|
+
|
43
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:50:54 -0700
|
44
|
+
Processing by HomeController#index as HTML
|
45
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
46
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
47
|
+
|
48
|
+
|
49
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:50:55 -0700
|
50
|
+
Processing by HomeController#index as HTML
|
51
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
52
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
53
|
+
[librato-rails] flushing 17812 (2012-09-20 00:50:55 -0700):
|
54
|
+
{:gauges=>[{:name=>"dummy.request.total", :value=>4, :measure_time=>1348127455}, {:name=>"dummy.request.status.200", :value=>4, :measure_time=>1348127455}, {:name=>"dummy.request.status.2xx", :value=>4, :measure_time=>1348127455}, {:name=>"rack.request.total", :value=>36, :measure_time=>1348127455}, {:name=>"rack.request.status.200", :value=>4, :measure_time=>1348127455}, {:name=>"rack.request.status.2xx", :value=>4, :measure_time=>1348127455}, {:name=>"rack.request.status.304", :value=>32, :measure_time=>1348127455}, {:name=>"rack.request.status.3xx", :value=>32, :measure_time=>1348127455}, {:name=>"dummy.request.time", :count=>4, :sum=>24.325, :min=>5.125, :max=>7.07}, {:name=>"dummy.request.time.db", :count=>4, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"dummy.request.time.view", :count=>4, :sum=>23.593, :min=>4.994, :max=>6.8069999999999995}, {:name=>"dummy.request.status.200.time", :count=>4, :sum=>24.325, :min=>5.125, :max=>7.07}, {:name=>"dummy.request.status.2xx.time", :count=>4, :sum=>24.325, :min=>5.125, :max=>7.07}, {:name=>"rack.request.time", :count=>36, :sum=>46.825, :min=>0.205, :max=>8.540000000000001}, {:name=>"rack.request.status.200.time", :count=>4, :sum=>30.073, :min=>6.0200000000000005, :max=>8.540000000000001}, {:name=>"rack.request.status.2xx.time", :count=>4, :sum=>30.073, :min=>6.0200000000000005, :max=>8.540000000000001}, {:name=>"rack.request.status.304.time", :count=>32, :sum=>16.752000000000002, :min=>0.205, :max=>0.809}, {:name=>"rack.request.status.3xx.time", :count=>32, :sum=>16.752000000000002, :min=>0.205, :max=>0.809}], :source=>"Aither.local.17812"}
|
55
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:00 -0700):
|
56
|
+
{}
|
57
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:05 -0700):
|
58
|
+
{}
|
59
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:10 -0700):
|
60
|
+
{}
|
61
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:15 -0700):
|
62
|
+
{}
|
63
|
+
|
64
|
+
|
65
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:51:18 -0700
|
66
|
+
Processing by HomeController#index as HTML
|
67
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
68
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
69
|
+
|
70
|
+
|
71
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:51:19 -0700
|
72
|
+
Processing by HomeController#index as HTML
|
73
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
74
|
+
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
75
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:20 -0700):
|
76
|
+
{:gauges=>[{:name=>"dummy.request.total", :value=>2, :measure_time=>1348127480}, {:name=>"dummy.request.status.200", :value=>2, :measure_time=>1348127480}, {:name=>"dummy.request.status.2xx", :value=>2, :measure_time=>1348127480}, {:name=>"rack.request.total", :value=>18, :measure_time=>1348127480}, {:name=>"rack.request.status.200", :value=>2, :measure_time=>1348127480}, {:name=>"rack.request.status.2xx", :value=>2, :measure_time=>1348127480}, {:name=>"rack.request.status.304", :value=>16, :measure_time=>1348127480}, {:name=>"rack.request.status.3xx", :value=>16, :measure_time=>1348127480}, {:name=>"dummy.request.time", :count=>2, :sum=>18.928, :min=>8.6, :max=>10.328000000000001}, {:name=>"dummy.request.time.db", :count=>2, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"dummy.request.time.view", :count=>2, :sum=>18.385, :min=>8.364, :max=>10.021}, {:name=>"dummy.request.status.200.time", :count=>2, :sum=>18.928, :min=>8.6, :max=>10.328000000000001}, {:name=>"dummy.request.status.2xx.time", :count=>2, :sum=>18.928, :min=>8.6, :max=>10.328000000000001}, {:name=>"rack.request.time", :count=>18, :sum=>53.984, :min=>0.266, :max=>22.871}, {:name=>"rack.request.status.200.time", :count=>2, :sum=>21.741999999999997, :min=>9.932, :max=>11.809999999999999}, {:name=>"rack.request.status.2xx.time", :count=>2, :sum=>21.741999999999997, :min=>9.932, :max=>11.809999999999999}, {:name=>"rack.request.status.304.time", :count=>16, :sum=>32.242, :min=>0.266, :max=>22.871}, {:name=>"rack.request.status.3xx.time", :count=>16, :sum=>32.242, :min=>0.266, :max=>22.871}], :source=>"Aither.local.17812"}
|
77
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:25 -0700):
|
78
|
+
{}
|
79
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:30 -0700):
|
80
|
+
{}
|
81
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:35 -0700):
|
82
|
+
{}
|
83
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:40 -0700):
|
84
|
+
{}
|
85
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:45 -0700):
|
86
|
+
{}
|
87
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:50 -0700):
|
88
|
+
{}
|
89
|
+
[librato-rails] flushing 17812 (2012-09-20 00:51:55 -0700):
|
90
|
+
{}
|
91
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:00 -0700):
|
92
|
+
{}
|
93
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:05 -0700):
|
94
|
+
{}
|
95
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:10 -0700):
|
96
|
+
{}
|
97
|
+
|
98
|
+
|
99
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
100
|
+
Processing by HomeController#index as */*
|
101
|
+
Rendered home/index.html.erb within layouts/application (0.4ms)
|
102
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
103
|
+
|
104
|
+
|
105
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
106
|
+
Processing by HomeController#index as */*
|
107
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
108
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
109
|
+
|
110
|
+
|
111
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
112
|
+
Processing by HomeController#index as */*
|
113
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
114
|
+
Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
115
|
+
|
116
|
+
|
117
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
118
|
+
Processing by HomeController#index as */*
|
119
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
120
|
+
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
|
121
|
+
|
122
|
+
|
123
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
124
|
+
Processing by HomeController#index as */*
|
125
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
126
|
+
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms)
|
127
|
+
|
128
|
+
|
129
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
130
|
+
Processing by HomeController#index as */*
|
131
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
132
|
+
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
133
|
+
|
134
|
+
|
135
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
136
|
+
Processing by HomeController#index as */*
|
137
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
138
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
139
|
+
|
140
|
+
|
141
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
142
|
+
Processing by HomeController#index as */*
|
143
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
144
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
145
|
+
|
146
|
+
|
147
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
148
|
+
Processing by HomeController#index as */*
|
149
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
150
|
+
Completed 200 OK in 23ms (Views: 23.2ms | ActiveRecord: 0.0ms)
|
151
|
+
|
152
|
+
|
153
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
154
|
+
Processing by HomeController#index as */*
|
155
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
156
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
157
|
+
|
158
|
+
|
159
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
160
|
+
Processing by HomeController#index as */*
|
161
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
162
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
163
|
+
|
164
|
+
|
165
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
166
|
+
Processing by HomeController#index as */*
|
167
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
168
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
169
|
+
|
170
|
+
|
171
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
172
|
+
Processing by HomeController#index as */*
|
173
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
174
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
175
|
+
|
176
|
+
|
177
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
178
|
+
Processing by HomeController#index as */*
|
179
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
180
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
181
|
+
|
182
|
+
|
183
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
184
|
+
Processing by HomeController#index as */*
|
185
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
186
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
187
|
+
|
188
|
+
|
189
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
190
|
+
Processing by HomeController#index as */*
|
191
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
192
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
193
|
+
|
194
|
+
|
195
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
196
|
+
Processing by HomeController#index as */*
|
197
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
198
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
199
|
+
|
200
|
+
|
201
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
202
|
+
Processing by HomeController#index as */*
|
203
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
204
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
205
|
+
|
206
|
+
|
207
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
208
|
+
Processing by HomeController#index as */*
|
209
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
210
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
211
|
+
|
212
|
+
|
213
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
214
|
+
Processing by HomeController#index as */*
|
215
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
216
|
+
Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)
|
217
|
+
|
218
|
+
|
219
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:13 -0700
|
220
|
+
Processing by HomeController#index as */*
|
221
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
222
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
223
|
+
|
224
|
+
|
225
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
226
|
+
Processing by HomeController#index as */*
|
227
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
228
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
229
|
+
|
230
|
+
|
231
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
232
|
+
Processing by HomeController#index as */*
|
233
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
234
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
235
|
+
|
236
|
+
|
237
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
238
|
+
Processing by HomeController#index as */*
|
239
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
240
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
241
|
+
|
242
|
+
|
243
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
244
|
+
Processing by HomeController#index as */*
|
245
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
246
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
247
|
+
|
248
|
+
|
249
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
250
|
+
Processing by HomeController#index as */*
|
251
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
252
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
253
|
+
|
254
|
+
|
255
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
256
|
+
Processing by HomeController#index as */*
|
257
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
258
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
259
|
+
|
260
|
+
|
261
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
262
|
+
Processing by HomeController#index as */*
|
263
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
264
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
265
|
+
|
266
|
+
|
267
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
268
|
+
Processing by HomeController#index as */*
|
269
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
270
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
271
|
+
|
272
|
+
|
273
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
274
|
+
Processing by HomeController#index as */*
|
275
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
276
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
277
|
+
|
278
|
+
|
279
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
280
|
+
Processing by HomeController#index as */*
|
281
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
282
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
283
|
+
|
284
|
+
|
285
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
286
|
+
Processing by HomeController#index as */*
|
287
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
288
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
289
|
+
|
290
|
+
|
291
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
292
|
+
Processing by HomeController#index as */*
|
293
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
294
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
295
|
+
|
296
|
+
|
297
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
298
|
+
Processing by HomeController#index as */*
|
299
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
300
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
301
|
+
|
302
|
+
|
303
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
304
|
+
Processing by HomeController#index as */*
|
305
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
306
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
307
|
+
|
308
|
+
|
309
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
310
|
+
Processing by HomeController#index as */*
|
311
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
312
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
313
|
+
|
314
|
+
|
315
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
316
|
+
Processing by HomeController#index as */*
|
317
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
318
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
319
|
+
|
320
|
+
|
321
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
322
|
+
Processing by HomeController#index as */*
|
323
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
324
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
325
|
+
|
326
|
+
|
327
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
328
|
+
Processing by HomeController#index as */*
|
329
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
330
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
331
|
+
|
332
|
+
|
333
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
334
|
+
Processing by HomeController#index as */*
|
335
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
336
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
337
|
+
|
338
|
+
|
339
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
340
|
+
Processing by HomeController#index as */*
|
341
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
342
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
343
|
+
|
344
|
+
|
345
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
346
|
+
Processing by HomeController#index as */*
|
347
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
348
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
349
|
+
|
350
|
+
|
351
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
352
|
+
Processing by HomeController#index as */*
|
353
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
354
|
+
Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)
|
355
|
+
|
356
|
+
|
357
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
358
|
+
Processing by HomeController#index as */*
|
359
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
360
|
+
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
361
|
+
|
362
|
+
|
363
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
364
|
+
Processing by HomeController#index as */*
|
365
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
366
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
367
|
+
|
368
|
+
|
369
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
370
|
+
Processing by HomeController#index as */*
|
371
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
372
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
373
|
+
|
374
|
+
|
375
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
376
|
+
Processing by HomeController#index as */*
|
377
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
378
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
379
|
+
|
380
|
+
|
381
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
382
|
+
Processing by HomeController#index as */*
|
383
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
384
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
385
|
+
|
386
|
+
|
387
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
388
|
+
Processing by HomeController#index as */*
|
389
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
390
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
391
|
+
|
392
|
+
|
393
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
394
|
+
Processing by HomeController#index as */*
|
395
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
396
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
397
|
+
|
398
|
+
|
399
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
400
|
+
Processing by HomeController#index as */*
|
401
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
402
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
403
|
+
|
404
|
+
|
405
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
406
|
+
Processing by HomeController#index as */*
|
407
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
408
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
409
|
+
|
410
|
+
|
411
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
412
|
+
Processing by HomeController#index as */*
|
413
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
414
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
415
|
+
|
416
|
+
|
417
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
418
|
+
Processing by HomeController#index as */*
|
419
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
420
|
+
Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)
|
421
|
+
|
422
|
+
|
423
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
424
|
+
Processing by HomeController#index as */*
|
425
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
426
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
427
|
+
|
428
|
+
|
429
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
430
|
+
Processing by HomeController#index as */*
|
431
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
432
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
433
|
+
|
434
|
+
|
435
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
436
|
+
Processing by HomeController#index as */*
|
437
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
438
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
439
|
+
|
440
|
+
|
441
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
442
|
+
Processing by HomeController#index as */*
|
443
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
444
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
445
|
+
|
446
|
+
|
447
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
448
|
+
Processing by HomeController#index as */*
|
449
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
450
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
451
|
+
|
452
|
+
|
453
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
454
|
+
Processing by HomeController#index as */*
|
455
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
456
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
457
|
+
|
458
|
+
|
459
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
460
|
+
Processing by HomeController#index as */*
|
461
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
462
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
463
|
+
|
464
|
+
|
465
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
466
|
+
Processing by HomeController#index as */*
|
467
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
468
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
469
|
+
|
470
|
+
|
471
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
472
|
+
Processing by HomeController#index as */*
|
473
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
474
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
475
|
+
|
476
|
+
|
477
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
478
|
+
Processing by HomeController#index as */*
|
479
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
480
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
481
|
+
|
482
|
+
|
483
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
484
|
+
Processing by HomeController#index as */*
|
485
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
486
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
487
|
+
|
488
|
+
|
489
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
490
|
+
Processing by HomeController#index as */*
|
491
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
492
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
493
|
+
|
494
|
+
|
495
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
496
|
+
Processing by HomeController#index as */*
|
497
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
498
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
499
|
+
|
500
|
+
|
501
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
502
|
+
Processing by HomeController#index as */*
|
503
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
504
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
505
|
+
|
506
|
+
|
507
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
508
|
+
Processing by HomeController#index as */*
|
509
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
510
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
511
|
+
|
512
|
+
|
513
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
514
|
+
Processing by HomeController#index as */*
|
515
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
516
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
517
|
+
|
518
|
+
|
519
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
520
|
+
Processing by HomeController#index as */*
|
521
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
522
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
523
|
+
|
524
|
+
|
525
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
526
|
+
Processing by HomeController#index as */*
|
527
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
528
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
529
|
+
|
530
|
+
|
531
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
532
|
+
Processing by HomeController#index as */*
|
533
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
534
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
535
|
+
|
536
|
+
|
537
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
538
|
+
Processing by HomeController#index as */*
|
539
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
540
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
541
|
+
|
542
|
+
|
543
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
544
|
+
Processing by HomeController#index as */*
|
545
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
546
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
547
|
+
|
548
|
+
|
549
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
550
|
+
Processing by HomeController#index as */*
|
551
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
552
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
553
|
+
|
554
|
+
|
555
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
556
|
+
Processing by HomeController#index as */*
|
557
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
558
|
+
Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.0ms)
|
559
|
+
|
560
|
+
|
561
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
562
|
+
Processing by HomeController#index as */*
|
563
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
564
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
565
|
+
|
566
|
+
|
567
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
568
|
+
Processing by HomeController#index as */*
|
569
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
570
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
571
|
+
|
572
|
+
|
573
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
574
|
+
Processing by HomeController#index as */*
|
575
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
576
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
577
|
+
|
578
|
+
|
579
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
580
|
+
Processing by HomeController#index as */*
|
581
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
582
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
583
|
+
|
584
|
+
|
585
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
586
|
+
Processing by HomeController#index as */*
|
587
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
588
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
589
|
+
|
590
|
+
|
591
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
592
|
+
Processing by HomeController#index as */*
|
593
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
594
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
595
|
+
|
596
|
+
|
597
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
598
|
+
Processing by HomeController#index as */*
|
599
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
600
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
601
|
+
|
602
|
+
|
603
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
604
|
+
Processing by HomeController#index as */*
|
605
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
606
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
607
|
+
|
608
|
+
|
609
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
610
|
+
Processing by HomeController#index as */*
|
611
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
612
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
613
|
+
|
614
|
+
|
615
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
616
|
+
Processing by HomeController#index as */*
|
617
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
618
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
619
|
+
|
620
|
+
|
621
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
622
|
+
Processing by HomeController#index as */*
|
623
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
624
|
+
Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)
|
625
|
+
|
626
|
+
|
627
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
628
|
+
Processing by HomeController#index as */*
|
629
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
630
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
631
|
+
|
632
|
+
|
633
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
634
|
+
Processing by HomeController#index as */*
|
635
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
636
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
637
|
+
|
638
|
+
|
639
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
640
|
+
Processing by HomeController#index as */*
|
641
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
642
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
643
|
+
|
644
|
+
|
645
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
646
|
+
Processing by HomeController#index as */*
|
647
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
648
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
649
|
+
|
650
|
+
|
651
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
652
|
+
Processing by HomeController#index as */*
|
653
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
654
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
655
|
+
|
656
|
+
|
657
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
658
|
+
Processing by HomeController#index as */*
|
659
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
660
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
661
|
+
|
662
|
+
|
663
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
664
|
+
Processing by HomeController#index as */*
|
665
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
666
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
667
|
+
|
668
|
+
|
669
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
670
|
+
Processing by HomeController#index as */*
|
671
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
672
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
673
|
+
|
674
|
+
|
675
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
676
|
+
Processing by HomeController#index as */*
|
677
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
678
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
679
|
+
|
680
|
+
|
681
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
682
|
+
Processing by HomeController#index as */*
|
683
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
684
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
685
|
+
|
686
|
+
|
687
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
688
|
+
Processing by HomeController#index as */*
|
689
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
690
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
691
|
+
|
692
|
+
|
693
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:14 -0700
|
694
|
+
Processing by HomeController#index as */*
|
695
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
696
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
697
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:15 -0700):
|
698
|
+
{:gauges=>[{:name=>"dummy.request.total", :value=>100, :measure_time=>1348127535}, {:name=>"dummy.request.status.200", :value=>100, :measure_time=>1348127535}, {:name=>"dummy.request.status.2xx", :value=>100, :measure_time=>1348127535}, {:name=>"rack.request.total", :value=>100, :measure_time=>1348127535}, {:name=>"rack.request.status.200", :value=>100, :measure_time=>1348127535}, {:name=>"rack.request.status.2xx", :value=>100, :measure_time=>1348127535}, {:name=>"dummy.request.time", :count=>100, :sum=>751.1330000000002, :min=>5.866, :max=>23.987000000000002}, {:name=>"dummy.request.time.db", :count=>100, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"dummy.request.time.view", :count=>100, :sum=>732.6079999999997, :min=>5.7299999999999995, :max=>23.787}, {:name=>"dummy.request.status.200.time", :count=>100, :sum=>751.1330000000002, :min=>5.866, :max=>23.987000000000002}, {:name=>"dummy.request.status.2xx.time", :count=>100, :sum=>751.1330000000002, :min=>5.866, :max=>23.987000000000002}, {:name=>"rack.request.time", :count=>100, :sum=>856.6089999999998, :min=>6.814, :max=>25.17}, {:name=>"rack.request.status.200.time", :count=>100, :sum=>856.6089999999998, :min=>6.814, :max=>25.17}, {:name=>"rack.request.status.2xx.time", :count=>100, :sum=>856.6089999999998, :min=>6.814, :max=>25.17}], :source=>"Aither.local.17812"}
|
699
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:20 -0700):
|
700
|
+
{}
|
701
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:25 -0700):
|
702
|
+
{}
|
703
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:30 -0700):
|
704
|
+
{}
|
705
|
+
|
706
|
+
|
707
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
708
|
+
Processing by HomeController#index as */*
|
709
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
710
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
711
|
+
|
712
|
+
|
713
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
714
|
+
Processing by HomeController#index as */*
|
715
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
716
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
717
|
+
|
718
|
+
|
719
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
720
|
+
Processing by HomeController#index as */*
|
721
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
722
|
+
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)
|
723
|
+
|
724
|
+
|
725
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
726
|
+
Processing by HomeController#index as */*
|
727
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
728
|
+
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
729
|
+
|
730
|
+
|
731
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
732
|
+
Processing by HomeController#index as */*
|
733
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
734
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
735
|
+
|
736
|
+
|
737
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
738
|
+
Processing by HomeController#index as */*
|
739
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
740
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
741
|
+
|
742
|
+
|
743
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
744
|
+
Processing by HomeController#index as */*
|
745
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
746
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
747
|
+
|
748
|
+
|
749
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
750
|
+
Processing by HomeController#index as */*
|
751
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
752
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
753
|
+
|
754
|
+
|
755
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
756
|
+
Processing by HomeController#index as */*
|
757
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
758
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
759
|
+
|
760
|
+
|
761
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
762
|
+
Processing by HomeController#index as */*
|
763
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
764
|
+
Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)
|
765
|
+
|
766
|
+
|
767
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
768
|
+
Processing by HomeController#index as */*
|
769
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
770
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
771
|
+
|
772
|
+
|
773
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
774
|
+
Processing by HomeController#index as */*
|
775
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
776
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
777
|
+
|
778
|
+
|
779
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
780
|
+
Processing by HomeController#index as */*
|
781
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
782
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
783
|
+
|
784
|
+
|
785
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
786
|
+
Processing by HomeController#index as */*
|
787
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
788
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
789
|
+
|
790
|
+
|
791
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
792
|
+
Processing by HomeController#index as */*
|
793
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
794
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
795
|
+
|
796
|
+
|
797
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
798
|
+
Processing by HomeController#index as */*
|
799
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
800
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
801
|
+
|
802
|
+
|
803
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
804
|
+
Processing by HomeController#index as */*
|
805
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
806
|
+
Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
|
807
|
+
|
808
|
+
|
809
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
810
|
+
Processing by HomeController#index as */*
|
811
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
812
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
813
|
+
|
814
|
+
|
815
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
816
|
+
Processing by HomeController#index as */*
|
817
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
818
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
819
|
+
|
820
|
+
|
821
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
822
|
+
Processing by HomeController#index as */*
|
823
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
824
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
825
|
+
|
826
|
+
|
827
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
828
|
+
Processing by HomeController#index as */*
|
829
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
830
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
831
|
+
|
832
|
+
|
833
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
834
|
+
Processing by HomeController#index as */*
|
835
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
836
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
837
|
+
|
838
|
+
|
839
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
840
|
+
Processing by HomeController#index as */*
|
841
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
842
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
843
|
+
|
844
|
+
|
845
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
846
|
+
Processing by HomeController#index as */*
|
847
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
848
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
849
|
+
|
850
|
+
|
851
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
852
|
+
Processing by HomeController#index as */*
|
853
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
854
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
855
|
+
|
856
|
+
|
857
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
858
|
+
Processing by HomeController#index as */*
|
859
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
860
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
861
|
+
|
862
|
+
|
863
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
864
|
+
Processing by HomeController#index as */*
|
865
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
866
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
867
|
+
|
868
|
+
|
869
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
870
|
+
Processing by HomeController#index as */*
|
871
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
872
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
873
|
+
|
874
|
+
|
875
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
876
|
+
Processing by HomeController#index as */*
|
877
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
878
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
879
|
+
|
880
|
+
|
881
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
882
|
+
Processing by HomeController#index as */*
|
883
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
884
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
885
|
+
|
886
|
+
|
887
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:32 -0700
|
888
|
+
Processing by HomeController#index as */*
|
889
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
890
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
891
|
+
|
892
|
+
|
893
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
894
|
+
Processing by HomeController#index as */*
|
895
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
896
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
897
|
+
|
898
|
+
|
899
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
900
|
+
Processing by HomeController#index as */*
|
901
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
902
|
+
Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
|
903
|
+
|
904
|
+
|
905
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
906
|
+
Processing by HomeController#index as */*
|
907
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
908
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
909
|
+
|
910
|
+
|
911
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
912
|
+
Processing by HomeController#index as */*
|
913
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
914
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
915
|
+
|
916
|
+
|
917
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
918
|
+
Processing by HomeController#index as */*
|
919
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
920
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
921
|
+
|
922
|
+
|
923
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
924
|
+
Processing by HomeController#index as */*
|
925
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
926
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
927
|
+
|
928
|
+
|
929
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
930
|
+
Processing by HomeController#index as */*
|
931
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
932
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
933
|
+
|
934
|
+
|
935
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
936
|
+
Processing by HomeController#index as */*
|
937
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
938
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
939
|
+
|
940
|
+
|
941
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
942
|
+
Processing by HomeController#index as */*
|
943
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
944
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
945
|
+
|
946
|
+
|
947
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
948
|
+
Processing by HomeController#index as */*
|
949
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
950
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
951
|
+
|
952
|
+
|
953
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
954
|
+
Processing by HomeController#index as */*
|
955
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
956
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
957
|
+
|
958
|
+
|
959
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
960
|
+
Processing by HomeController#index as */*
|
961
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
962
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
963
|
+
|
964
|
+
|
965
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
966
|
+
Processing by HomeController#index as */*
|
967
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
968
|
+
Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.0ms)
|
969
|
+
|
970
|
+
|
971
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
972
|
+
Processing by HomeController#index as */*
|
973
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
974
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
975
|
+
|
976
|
+
|
977
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
978
|
+
Processing by HomeController#index as */*
|
979
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
980
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
981
|
+
|
982
|
+
|
983
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
984
|
+
Processing by HomeController#index as */*
|
985
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
986
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
987
|
+
|
988
|
+
|
989
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
990
|
+
Processing by HomeController#index as */*
|
991
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
992
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
993
|
+
|
994
|
+
|
995
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
996
|
+
Processing by HomeController#index as */*
|
997
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
998
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
999
|
+
|
1000
|
+
|
1001
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1002
|
+
Processing by HomeController#index as */*
|
1003
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1004
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1005
|
+
|
1006
|
+
|
1007
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1008
|
+
Processing by HomeController#index as */*
|
1009
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1010
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1011
|
+
|
1012
|
+
|
1013
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1014
|
+
Processing by HomeController#index as */*
|
1015
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1016
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
1017
|
+
|
1018
|
+
|
1019
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1020
|
+
Processing by HomeController#index as */*
|
1021
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1022
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1023
|
+
|
1024
|
+
|
1025
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1026
|
+
Processing by HomeController#index as */*
|
1027
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1028
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1029
|
+
|
1030
|
+
|
1031
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1032
|
+
Processing by HomeController#index as */*
|
1033
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1034
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1035
|
+
|
1036
|
+
|
1037
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1038
|
+
Processing by HomeController#index as */*
|
1039
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1040
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1041
|
+
|
1042
|
+
|
1043
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1044
|
+
Processing by HomeController#index as */*
|
1045
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1046
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
1047
|
+
|
1048
|
+
|
1049
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1050
|
+
Processing by HomeController#index as */*
|
1051
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1052
|
+
Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
|
1053
|
+
|
1054
|
+
|
1055
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1056
|
+
Processing by HomeController#index as */*
|
1057
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1058
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1059
|
+
|
1060
|
+
|
1061
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1062
|
+
Processing by HomeController#index as */*
|
1063
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1064
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1065
|
+
|
1066
|
+
|
1067
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1068
|
+
Processing by HomeController#index as */*
|
1069
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1070
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1071
|
+
|
1072
|
+
|
1073
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1074
|
+
Processing by HomeController#index as */*
|
1075
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1076
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
|
1077
|
+
|
1078
|
+
|
1079
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1080
|
+
Processing by HomeController#index as */*
|
1081
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1082
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1083
|
+
|
1084
|
+
|
1085
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1086
|
+
Processing by HomeController#index as */*
|
1087
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1088
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
1089
|
+
|
1090
|
+
|
1091
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1092
|
+
Processing by HomeController#index as */*
|
1093
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1094
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1095
|
+
|
1096
|
+
|
1097
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1098
|
+
Processing by HomeController#index as */*
|
1099
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1100
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
1101
|
+
|
1102
|
+
|
1103
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1104
|
+
Processing by HomeController#index as */*
|
1105
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1106
|
+
Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)
|
1107
|
+
|
1108
|
+
|
1109
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1110
|
+
Processing by HomeController#index as */*
|
1111
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1112
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
1113
|
+
|
1114
|
+
|
1115
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1116
|
+
Processing by HomeController#index as */*
|
1117
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1118
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1119
|
+
|
1120
|
+
|
1121
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1122
|
+
Processing by HomeController#index as */*
|
1123
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1124
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1125
|
+
|
1126
|
+
|
1127
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1128
|
+
Processing by HomeController#index as */*
|
1129
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1130
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
1131
|
+
|
1132
|
+
|
1133
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1134
|
+
Processing by HomeController#index as */*
|
1135
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1136
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
1137
|
+
|
1138
|
+
|
1139
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1140
|
+
Processing by HomeController#index as */*
|
1141
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1142
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1143
|
+
|
1144
|
+
|
1145
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1146
|
+
Processing by HomeController#index as */*
|
1147
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1148
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1149
|
+
|
1150
|
+
|
1151
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1152
|
+
Processing by HomeController#index as */*
|
1153
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1154
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
1155
|
+
|
1156
|
+
|
1157
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1158
|
+
Processing by HomeController#index as */*
|
1159
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1160
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
1161
|
+
|
1162
|
+
|
1163
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1164
|
+
Processing by HomeController#index as */*
|
1165
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1166
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1167
|
+
|
1168
|
+
|
1169
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1170
|
+
Processing by HomeController#index as */*
|
1171
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1172
|
+
Completed 200 OK in 37ms (Views: 37.1ms | ActiveRecord: 0.0ms)
|
1173
|
+
|
1174
|
+
|
1175
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1176
|
+
Processing by HomeController#index as */*
|
1177
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1178
|
+
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
1179
|
+
|
1180
|
+
|
1181
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1182
|
+
Processing by HomeController#index as */*
|
1183
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1184
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
1185
|
+
|
1186
|
+
|
1187
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1188
|
+
Processing by HomeController#index as */*
|
1189
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1190
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1191
|
+
|
1192
|
+
|
1193
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1194
|
+
Processing by HomeController#index as */*
|
1195
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1196
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1197
|
+
|
1198
|
+
|
1199
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1200
|
+
Processing by HomeController#index as */*
|
1201
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1202
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1203
|
+
|
1204
|
+
|
1205
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1206
|
+
Processing by HomeController#index as */*
|
1207
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1208
|
+
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
|
1209
|
+
|
1210
|
+
|
1211
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1212
|
+
Processing by HomeController#index as */*
|
1213
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1214
|
+
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
1215
|
+
|
1216
|
+
|
1217
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1218
|
+
Processing by HomeController#index as */*
|
1219
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1220
|
+
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
1221
|
+
|
1222
|
+
|
1223
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1224
|
+
Processing by HomeController#index as */*
|
1225
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1226
|
+
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
|
1227
|
+
|
1228
|
+
|
1229
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1230
|
+
Processing by HomeController#index as */*
|
1231
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1232
|
+
Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)
|
1233
|
+
|
1234
|
+
|
1235
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1236
|
+
Processing by HomeController#index as */*
|
1237
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1238
|
+
Completed 200 OK in 40ms (Views: 39.2ms | ActiveRecord: 0.0ms)
|
1239
|
+
|
1240
|
+
|
1241
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1242
|
+
Processing by HomeController#index as */*
|
1243
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1244
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
1245
|
+
|
1246
|
+
|
1247
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1248
|
+
Processing by HomeController#index as */*
|
1249
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1250
|
+
Completed 200 OK in 11ms (Views: 11.2ms | ActiveRecord: 0.0ms)
|
1251
|
+
|
1252
|
+
|
1253
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1254
|
+
Processing by HomeController#index as */*
|
1255
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1256
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
1257
|
+
|
1258
|
+
|
1259
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1260
|
+
Processing by HomeController#index as */*
|
1261
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1262
|
+
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
1263
|
+
|
1264
|
+
|
1265
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1266
|
+
Processing by HomeController#index as */*
|
1267
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1268
|
+
Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms)
|
1269
|
+
|
1270
|
+
|
1271
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1272
|
+
Processing by HomeController#index as */*
|
1273
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1274
|
+
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
1275
|
+
|
1276
|
+
|
1277
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1278
|
+
Processing by HomeController#index as */*
|
1279
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1280
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1281
|
+
|
1282
|
+
|
1283
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1284
|
+
Processing by HomeController#index as */*
|
1285
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1286
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
1287
|
+
|
1288
|
+
|
1289
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1290
|
+
Processing by HomeController#index as */*
|
1291
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1292
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
1293
|
+
|
1294
|
+
|
1295
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1296
|
+
Processing by HomeController#index as */*
|
1297
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1298
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1299
|
+
|
1300
|
+
|
1301
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1302
|
+
Processing by HomeController#index as */*
|
1303
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1304
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1305
|
+
|
1306
|
+
|
1307
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1308
|
+
Processing by HomeController#index as */*
|
1309
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1310
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
1311
|
+
|
1312
|
+
|
1313
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1314
|
+
Processing by HomeController#index as */*
|
1315
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1316
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1317
|
+
|
1318
|
+
|
1319
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1320
|
+
Processing by HomeController#index as */*
|
1321
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1322
|
+
Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.0ms)
|
1323
|
+
|
1324
|
+
|
1325
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1326
|
+
Processing by HomeController#index as */*
|
1327
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1328
|
+
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
1329
|
+
|
1330
|
+
|
1331
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1332
|
+
Processing by HomeController#index as */*
|
1333
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1334
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1335
|
+
|
1336
|
+
|
1337
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1338
|
+
Processing by HomeController#index as */*
|
1339
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1340
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1341
|
+
|
1342
|
+
|
1343
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1344
|
+
Processing by HomeController#index as */*
|
1345
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1346
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1347
|
+
|
1348
|
+
|
1349
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:33 -0700
|
1350
|
+
Processing by HomeController#index as */*
|
1351
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1352
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1353
|
+
|
1354
|
+
|
1355
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1356
|
+
Processing by HomeController#index as */*
|
1357
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1358
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1359
|
+
|
1360
|
+
|
1361
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1362
|
+
Processing by HomeController#index as */*
|
1363
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1364
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1365
|
+
|
1366
|
+
|
1367
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1368
|
+
Processing by HomeController#index as */*
|
1369
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1370
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1371
|
+
|
1372
|
+
|
1373
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1374
|
+
Processing by HomeController#index as */*
|
1375
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1376
|
+
Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms)
|
1377
|
+
|
1378
|
+
|
1379
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1380
|
+
Processing by HomeController#index as */*
|
1381
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1382
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
1383
|
+
|
1384
|
+
|
1385
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1386
|
+
Processing by HomeController#index as */*
|
1387
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1388
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1389
|
+
|
1390
|
+
|
1391
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1392
|
+
Processing by HomeController#index as */*
|
1393
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1394
|
+
Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
|
1395
|
+
|
1396
|
+
|
1397
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1398
|
+
Processing by HomeController#index as */*
|
1399
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1400
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1401
|
+
|
1402
|
+
|
1403
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1404
|
+
Processing by HomeController#index as */*
|
1405
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1406
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
1407
|
+
|
1408
|
+
|
1409
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1410
|
+
Processing by HomeController#index as */*
|
1411
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1412
|
+
Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
|
1413
|
+
|
1414
|
+
|
1415
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1416
|
+
Processing by HomeController#index as */*
|
1417
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1418
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1419
|
+
|
1420
|
+
|
1421
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1422
|
+
Processing by HomeController#index as */*
|
1423
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1424
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1425
|
+
|
1426
|
+
|
1427
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1428
|
+
Processing by HomeController#index as */*
|
1429
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1430
|
+
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
|
1431
|
+
|
1432
|
+
|
1433
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1434
|
+
Processing by HomeController#index as */*
|
1435
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1436
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
|
1437
|
+
|
1438
|
+
|
1439
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1440
|
+
Processing by HomeController#index as */*
|
1441
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1442
|
+
Completed 200 OK in 30ms (Views: 30.1ms | ActiveRecord: 0.0ms)
|
1443
|
+
|
1444
|
+
|
1445
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1446
|
+
Processing by HomeController#index as */*
|
1447
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1448
|
+
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
|
1449
|
+
|
1450
|
+
|
1451
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1452
|
+
Processing by HomeController#index as */*
|
1453
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1454
|
+
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.0ms)
|
1455
|
+
|
1456
|
+
|
1457
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1458
|
+
Processing by HomeController#index as */*
|
1459
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1460
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
1461
|
+
|
1462
|
+
|
1463
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1464
|
+
Processing by HomeController#index as */*
|
1465
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1466
|
+
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
|
1467
|
+
|
1468
|
+
|
1469
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1470
|
+
Processing by HomeController#index as */*
|
1471
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1472
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1473
|
+
|
1474
|
+
|
1475
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1476
|
+
Processing by HomeController#index as */*
|
1477
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1478
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
1479
|
+
|
1480
|
+
|
1481
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1482
|
+
Processing by HomeController#index as */*
|
1483
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1484
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
|
1485
|
+
|
1486
|
+
|
1487
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1488
|
+
Processing by HomeController#index as */*
|
1489
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1490
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
1491
|
+
|
1492
|
+
|
1493
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1494
|
+
Processing by HomeController#index as */*
|
1495
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1496
|
+
Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.0ms)
|
1497
|
+
|
1498
|
+
|
1499
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1500
|
+
Processing by HomeController#index as */*
|
1501
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1502
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
1503
|
+
|
1504
|
+
|
1505
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1506
|
+
Processing by HomeController#index as */*
|
1507
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1508
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
1509
|
+
|
1510
|
+
|
1511
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1512
|
+
Processing by HomeController#index as */*
|
1513
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1514
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1515
|
+
|
1516
|
+
|
1517
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1518
|
+
Processing by HomeController#index as */*
|
1519
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1520
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
1521
|
+
|
1522
|
+
|
1523
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1524
|
+
Processing by HomeController#index as */*
|
1525
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1526
|
+
Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
|
1527
|
+
|
1528
|
+
|
1529
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1530
|
+
Processing by HomeController#index as */*
|
1531
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1532
|
+
Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
|
1533
|
+
|
1534
|
+
|
1535
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1536
|
+
Processing by HomeController#index as */*
|
1537
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1538
|
+
Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)
|
1539
|
+
|
1540
|
+
|
1541
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1542
|
+
Processing by HomeController#index as */*
|
1543
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1544
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
1545
|
+
|
1546
|
+
|
1547
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1548
|
+
Processing by HomeController#index as */*
|
1549
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1550
|
+
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
1551
|
+
|
1552
|
+
|
1553
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1554
|
+
Processing by HomeController#index as */*
|
1555
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1556
|
+
Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms)
|
1557
|
+
|
1558
|
+
|
1559
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1560
|
+
Processing by HomeController#index as */*
|
1561
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1562
|
+
Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.0ms)
|
1563
|
+
|
1564
|
+
|
1565
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1566
|
+
Processing by HomeController#index as */*
|
1567
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1568
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.0ms)
|
1569
|
+
|
1570
|
+
|
1571
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1572
|
+
Processing by HomeController#index as */*
|
1573
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1574
|
+
Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.0ms)
|
1575
|
+
|
1576
|
+
|
1577
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1578
|
+
Processing by HomeController#index as */*
|
1579
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1580
|
+
Completed 200 OK in 28ms (Views: 28.0ms | ActiveRecord: 0.0ms)
|
1581
|
+
|
1582
|
+
|
1583
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1584
|
+
Processing by HomeController#index as */*
|
1585
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1586
|
+
Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms)
|
1587
|
+
|
1588
|
+
|
1589
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1590
|
+
Processing by HomeController#index as */*
|
1591
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1592
|
+
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
1593
|
+
|
1594
|
+
|
1595
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1596
|
+
Processing by HomeController#index as */*
|
1597
|
+
Rendered home/index.html.erb within layouts/application (0.2ms)
|
1598
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
1599
|
+
|
1600
|
+
|
1601
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:34 -0700
|
1602
|
+
Processing by HomeController#index as */*
|
1603
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1604
|
+
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.0ms)
|
1605
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:35 -0700):
|
1606
|
+
{:gauges=>[{:name=>"dummy.request.total", :value=>150, :measure_time=>1348127555}, {:name=>"dummy.request.status.200", :value=>150, :measure_time=>1348127555}, {:name=>"dummy.request.status.2xx", :value=>150, :measure_time=>1348127555}, {:name=>"rack.request.total", :value=>150, :measure_time=>1348127555}, {:name=>"rack.request.status.200", :value=>150, :measure_time=>1348127555}, {:name=>"rack.request.status.2xx", :value=>150, :measure_time=>1348127555}, {:name=>"dummy.request.time", :count=>150, :sum=>1316.0050000000003, :min=>5.948, :max=>39.586000000000006}, {:name=>"dummy.request.time.db", :count=>150, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"dummy.request.time.view", :count=>150, :sum=>1283.8189999999997, :min=>5.715999999999999, :max=>39.244}, {:name=>"dummy.request.status.200.time", :count=>150, :sum=>1316.0050000000003, :min=>5.948, :max=>39.586000000000006}, {:name=>"dummy.request.status.2xx.time", :count=>150, :sum=>1316.0050000000003, :min=>5.948, :max=>39.586000000000006}, {:name=>"rack.request.time", :count=>150, :sum=>1549.6339999999998, :min=>6.867, :max=>41.382000000000005}, {:name=>"rack.request.status.200.time", :count=>150, :sum=>1549.6339999999998, :min=>6.867, :max=>41.382000000000005}, {:name=>"rack.request.status.2xx.time", :count=>150, :sum=>1549.6339999999998, :min=>6.867, :max=>41.382000000000005}], :source=>"Aither.local.17812"}
|
1607
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:40 -0700):
|
1608
|
+
{}
|
1609
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:45 -0700):
|
1610
|
+
{}
|
1611
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:50 -0700):
|
1612
|
+
{}
|
1613
|
+
|
1614
|
+
|
1615
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1616
|
+
Processing by HomeController#index as */*
|
1617
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1618
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1619
|
+
|
1620
|
+
|
1621
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1622
|
+
Processing by HomeController#index as */*
|
1623
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1624
|
+
Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
1625
|
+
|
1626
|
+
|
1627
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1628
|
+
Processing by HomeController#index as */*
|
1629
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1630
|
+
Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.0ms)
|
1631
|
+
|
1632
|
+
|
1633
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1634
|
+
Processing by HomeController#index as */*
|
1635
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1636
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
1637
|
+
|
1638
|
+
|
1639
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1640
|
+
Processing by HomeController#index as */*
|
1641
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1642
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1643
|
+
|
1644
|
+
|
1645
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1646
|
+
Processing by HomeController#index as */*
|
1647
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1648
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
1649
|
+
|
1650
|
+
|
1651
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1652
|
+
Processing by HomeController#index as */*
|
1653
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1654
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1655
|
+
|
1656
|
+
|
1657
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1658
|
+
Processing by HomeController#index as */*
|
1659
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1660
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1661
|
+
|
1662
|
+
|
1663
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1664
|
+
Processing by HomeController#index as */*
|
1665
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1666
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1667
|
+
|
1668
|
+
|
1669
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1670
|
+
Processing by HomeController#index as */*
|
1671
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1672
|
+
Completed 200 OK in 6ms (Views: 6.3ms | ActiveRecord: 0.0ms)
|
1673
|
+
|
1674
|
+
|
1675
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1676
|
+
Processing by HomeController#index as */*
|
1677
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1678
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
1679
|
+
|
1680
|
+
|
1681
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1682
|
+
Processing by HomeController#index as */*
|
1683
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1684
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
1685
|
+
|
1686
|
+
|
1687
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1688
|
+
Processing by HomeController#index as */*
|
1689
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1690
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1691
|
+
|
1692
|
+
|
1693
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1694
|
+
Processing by HomeController#index as */*
|
1695
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1696
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1697
|
+
|
1698
|
+
|
1699
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1700
|
+
Processing by HomeController#index as */*
|
1701
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1702
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
1703
|
+
|
1704
|
+
|
1705
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1706
|
+
Processing by HomeController#index as */*
|
1707
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1708
|
+
Completed 200 OK in 6ms (Views: 6.2ms | ActiveRecord: 0.0ms)
|
1709
|
+
|
1710
|
+
|
1711
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1712
|
+
Processing by HomeController#index as */*
|
1713
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1714
|
+
Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
|
1715
|
+
|
1716
|
+
|
1717
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1718
|
+
Processing by HomeController#index as */*
|
1719
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
1720
|
+
Completed 200 OK in 23ms (Views: 23.2ms | ActiveRecord: 0.0ms)
|
1721
|
+
|
1722
|
+
|
1723
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1724
|
+
Processing by HomeController#index as */*
|
1725
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1726
|
+
Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
|
1727
|
+
|
1728
|
+
|
1729
|
+
Started GET "/" for 127.0.0.1 at 2012-09-20 00:52:51 -0700
|
1730
|
+
Processing by HomeController#index as */*
|
1731
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
1732
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
1733
|
+
[librato-rails] flushing 17812 (2012-09-20 00:52:55 -0700):
|
1734
|
+
{:gauges=>[{:name=>"dummy.request.total", :value=>20, :measure_time=>1348127575}, {:name=>"dummy.request.status.200", :value=>20, :measure_time=>1348127575}, {:name=>"dummy.request.status.2xx", :value=>20, :measure_time=>1348127575}, {:name=>"rack.request.total", :value=>20, :measure_time=>1348127575}, {:name=>"rack.request.status.200", :value=>20, :measure_time=>1348127575}, {:name=>"rack.request.status.2xx", :value=>20, :measure_time=>1348127575}, {:name=>"dummy.request.time", :count=>20, :sum=>145.93, :min=>5.8580000000000005, :max=>23.364}, {:name=>"dummy.request.time.db", :count=>20, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"dummy.request.time.view", :count=>20, :sum=>142.089, :min=>5.720000000000001, :max=>23.167}, {:name=>"dummy.request.status.200.time", :count=>20, :sum=>145.93, :min=>5.8580000000000005, :max=>23.364}, {:name=>"dummy.request.status.2xx.time", :count=>20, :sum=>145.93, :min=>5.8580000000000005, :max=>23.364}, {:name=>"rack.request.time", :count=>20, :sum=>168.2, :min=>6.7860000000000005, :max=>24.531000000000002}, {:name=>"rack.request.status.200.time", :count=>20, :sum=>168.2, :min=>6.7860000000000005, :max=>24.531000000000002}, {:name=>"rack.request.status.2xx.time", :count=>20, :sum=>168.2, :min=>6.7860000000000005, :max=>24.531000000000002}], :source=>"Aither.local.17812"}
|
1735
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:00 -0700):
|
1736
|
+
{}
|
1737
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:05 -0700):
|
1738
|
+
{}
|
1739
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:10 -0700):
|
1740
|
+
{}
|
1741
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:15 -0700):
|
1742
|
+
{}
|
1743
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:20 -0700):
|
1744
|
+
{}
|
1745
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:25 -0700):
|
1746
|
+
{}
|
1747
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:30 -0700):
|
1748
|
+
{}
|
1749
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:35 -0700):
|
1750
|
+
{}
|
1751
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:40 -0700):
|
1752
|
+
{}
|
1753
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:45 -0700):
|
1754
|
+
{}
|
1755
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:50 -0700):
|
1756
|
+
{}
|
1757
|
+
[librato-rails] flushing 17812 (2012-09-20 00:53:55 -0700):
|
1758
|
+
{}
|
1759
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:00 -0700):
|
1760
|
+
{}
|
1761
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:05 -0700):
|
1762
|
+
{}
|
1763
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:10 -0700):
|
1764
|
+
{}
|
1765
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:15 -0700):
|
1766
|
+
{}
|
1767
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:20 -0700):
|
1768
|
+
{}
|
1769
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:25 -0700):
|
1770
|
+
{}
|
1771
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:30 -0700):
|
1772
|
+
{}
|
1773
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:35 -0700):
|
1774
|
+
{}
|
1775
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:40 -0700):
|
1776
|
+
{}
|
1777
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:45 -0700):
|
1778
|
+
{}
|
1779
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:50 -0700):
|
1780
|
+
{}
|
1781
|
+
[librato-rails] flushing 17812 (2012-09-20 00:54:55 -0700):
|
1782
|
+
{}
|
1783
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:00 -0700):
|
1784
|
+
{}
|
1785
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:05 -0700):
|
1786
|
+
{}
|
1787
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:10 -0700):
|
1788
|
+
{}
|
1789
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:15 -0700):
|
1790
|
+
{}
|
1791
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:20 -0700):
|
1792
|
+
{}
|
1793
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:25 -0700):
|
1794
|
+
{}
|
1795
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:30 -0700):
|
1796
|
+
{}
|
1797
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:35 -0700):
|
1798
|
+
{}
|
1799
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:40 -0700):
|
1800
|
+
{}
|
1801
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:45 -0700):
|
1802
|
+
{}
|
1803
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:50 -0700):
|
1804
|
+
{}
|
1805
|
+
[librato-rails] flushing 17812 (2012-09-20 00:55:55 -0700):
|
1806
|
+
{}
|
1807
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:00 -0700):
|
1808
|
+
{}
|
1809
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:05 -0700):
|
1810
|
+
{}
|
1811
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:10 -0700):
|
1812
|
+
{}
|
1813
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:15 -0700):
|
1814
|
+
{}
|
1815
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:20 -0700):
|
1816
|
+
{}
|
1817
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:25 -0700):
|
1818
|
+
{}
|
1819
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:30 -0700):
|
1820
|
+
{}
|
1821
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:35 -0700):
|
1822
|
+
{}
|
1823
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:40 -0700):
|
1824
|
+
{}
|
1825
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:45 -0700):
|
1826
|
+
{}
|
1827
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:50 -0700):
|
1828
|
+
{}
|
1829
|
+
[librato-rails] flushing 17812 (2012-09-20 00:56:55 -0700):
|
1830
|
+
{}
|
1831
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:00 -0700):
|
1832
|
+
{}
|
1833
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:05 -0700):
|
1834
|
+
{}
|
1835
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:10 -0700):
|
1836
|
+
{}
|
1837
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:15 -0700):
|
1838
|
+
{}
|
1839
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:20 -0700):
|
1840
|
+
{}
|
1841
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:25 -0700):
|
1842
|
+
{}
|
1843
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:30 -0700):
|
1844
|
+
{}
|
1845
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:35 -0700):
|
1846
|
+
{}
|
1847
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:40 -0700):
|
1848
|
+
{}
|
1849
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:45 -0700):
|
1850
|
+
{}
|
1851
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:50 -0700):
|
1852
|
+
{}
|
1853
|
+
[librato-rails] flushing 17812 (2012-09-20 00:57:55 -0700):
|
1854
|
+
{}
|
1855
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:00 -0700):
|
1856
|
+
{}
|
1857
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:05 -0700):
|
1858
|
+
{}
|
1859
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:10 -0700):
|
1860
|
+
{}
|
1861
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:15 -0700):
|
1862
|
+
{}
|
1863
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:20 -0700):
|
1864
|
+
{}
|
1865
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:25 -0700):
|
1866
|
+
{}
|
1867
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:30 -0700):
|
1868
|
+
{}
|
1869
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:35 -0700):
|
1870
|
+
{}
|
1871
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:40 -0700):
|
1872
|
+
{}
|
1873
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:45 -0700):
|
1874
|
+
{}
|
1875
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:50 -0700):
|
1876
|
+
{}
|
1877
|
+
[librato-rails] flushing 17812 (2012-09-20 00:58:55 -0700):
|
1878
|
+
{}
|
1879
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:00 -0700):
|
1880
|
+
{}
|
1881
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:05 -0700):
|
1882
|
+
{}
|
1883
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:10 -0700):
|
1884
|
+
{}
|
1885
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:15 -0700):
|
1886
|
+
{}
|
1887
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:20 -0700):
|
1888
|
+
{}
|
1889
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:25 -0700):
|
1890
|
+
{}
|
1891
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:30 -0700):
|
1892
|
+
{}
|
1893
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:35 -0700):
|
1894
|
+
{}
|
1895
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:40 -0700):
|
1896
|
+
{}
|
1897
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:45 -0700):
|
1898
|
+
{}
|
1899
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:50 -0700):
|
1900
|
+
{}
|
1901
|
+
[librato-rails] flushing 17812 (2012-09-20 00:59:55 -0700):
|
1902
|
+
{}
|
1903
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:00 -0700):
|
1904
|
+
{}
|
1905
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:05 -0700):
|
1906
|
+
{}
|
1907
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:10 -0700):
|
1908
|
+
{}
|
1909
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:15 -0700):
|
1910
|
+
{}
|
1911
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:20 -0700):
|
1912
|
+
{}
|
1913
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:25 -0700):
|
1914
|
+
{}
|
1915
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:30 -0700):
|
1916
|
+
{}
|
1917
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:35 -0700):
|
1918
|
+
{}
|
1919
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:40 -0700):
|
1920
|
+
{}
|
1921
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:45 -0700):
|
1922
|
+
{}
|
1923
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:50 -0700):
|
1924
|
+
{}
|
1925
|
+
[librato-rails] flushing 17812 (2012-09-20 01:00:55 -0700):
|
1926
|
+
{}
|
1927
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:00 -0700):
|
1928
|
+
{}
|
1929
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:05 -0700):
|
1930
|
+
{}
|
1931
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:10 -0700):
|
1932
|
+
{}
|
1933
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:15 -0700):
|
1934
|
+
{}
|
1935
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:20 -0700):
|
1936
|
+
{}
|
1937
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:25 -0700):
|
1938
|
+
{}
|
1939
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:30 -0700):
|
1940
|
+
{}
|
1941
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:35 -0700):
|
1942
|
+
{}
|
1943
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:40 -0700):
|
1944
|
+
{}
|
1945
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:45 -0700):
|
1946
|
+
{}
|
1947
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:50 -0700):
|
1948
|
+
{}
|
1949
|
+
[librato-rails] flushing 17812 (2012-09-20 01:01:55 -0700):
|
1950
|
+
{}
|
1951
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:00 -0700):
|
1952
|
+
{}
|
1953
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:05 -0700):
|
1954
|
+
{}
|
1955
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:10 -0700):
|
1956
|
+
{}
|
1957
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:15 -0700):
|
1958
|
+
{}
|
1959
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:20 -0700):
|
1960
|
+
{}
|
1961
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:25 -0700):
|
1962
|
+
{}
|
1963
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:30 -0700):
|
1964
|
+
{}
|
1965
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:35 -0700):
|
1966
|
+
{}
|
1967
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:40 -0700):
|
1968
|
+
{}
|
1969
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:45 -0700):
|
1970
|
+
{}
|
1971
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:50 -0700):
|
1972
|
+
{}
|
1973
|
+
[librato-rails] flushing 17812 (2012-09-20 01:02:55 -0700):
|
1974
|
+
{}
|
1975
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:00 -0700):
|
1976
|
+
{}
|
1977
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:05 -0700):
|
1978
|
+
{}
|
1979
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:10 -0700):
|
1980
|
+
{}
|
1981
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:15 -0700):
|
1982
|
+
{}
|
1983
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:20 -0700):
|
1984
|
+
{}
|
1985
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:25 -0700):
|
1986
|
+
{}
|
1987
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:30 -0700):
|
1988
|
+
{}
|
1989
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:35 -0700):
|
1990
|
+
{}
|
1991
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:40 -0700):
|
1992
|
+
{}
|
1993
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:45 -0700):
|
1994
|
+
{}
|
1995
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:50 -0700):
|
1996
|
+
{}
|
1997
|
+
[librato-rails] flushing 17812 (2012-09-20 01:03:55 -0700):
|
1998
|
+
{}
|
1999
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:00 -0700):
|
2000
|
+
{}
|
2001
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:05 -0700):
|
2002
|
+
{}
|
2003
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:10 -0700):
|
2004
|
+
{}
|
2005
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:15 -0700):
|
2006
|
+
{}
|
2007
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:20 -0700):
|
2008
|
+
{}
|
2009
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:25 -0700):
|
2010
|
+
{}
|
2011
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:30 -0700):
|
2012
|
+
{}
|
2013
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:35 -0700):
|
2014
|
+
{}
|
2015
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:40 -0700):
|
2016
|
+
{}
|
2017
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:45 -0700):
|
2018
|
+
{}
|
2019
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:50 -0700):
|
2020
|
+
{}
|
2021
|
+
[librato-rails] flushing 17812 (2012-09-20 01:04:55 -0700):
|
2022
|
+
{}
|
2023
|
+
[librato-rails] flushing 17812 (2012-09-20 01:05:00 -0700):
|
2024
|
+
{}
|
2025
|
+
[librato-rails] flushing 17812 (2012-09-20 01:05:05 -0700):
|
2026
|
+
{}
|
2027
|
+
[librato-rails] flushing 17812 (2012-09-20 01:05:10 -0700):
|
2028
|
+
{}
|
2029
|
+
[librato-rails] flushing 17812 (2012-09-20 01:05:15 -0700):
|
2030
|
+
{}
|
2031
|
+
[librato-rails] no configuration file present, using ENV variables
|
2032
|
+
[librato-rails] starting up with thin...
|
2033
|
+
[librato-rails] >> starting up worker for pid 9756...
|
2034
|
+
[librato-rails] flushing 9756 (2012-10-01 23:28:35 -0500):
|
2035
|
+
[librato-rails] no configuration file present, using ENV variables
|
2036
|
+
{}
|
2037
|
+
[librato-rails] flushing 9756 (2012-10-01 23:28:40 -0500):
|
2038
|
+
{}
|
2039
|
+
[librato-rails] flushing 9756 (2012-10-01 23:28:45 -0500):
|
2040
|
+
{}
|
2041
|
+
[librato-rails] flushing 9756 (2012-10-01 23:28:50 -0500):
|
2042
|
+
{}
|
2043
|
+
[librato-rails] flushing 9756 (2012-10-01 23:28:55 -0500):
|
2044
|
+
{}
|
2045
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:00 -0500):
|
2046
|
+
{}
|
2047
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:05 -0500):
|
2048
|
+
{}
|
2049
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:10 -0500):
|
2050
|
+
{}
|
2051
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:15 -0500):
|
2052
|
+
{}
|
2053
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:20 -0500):
|
2054
|
+
{}
|
2055
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:25 -0500):
|
2056
|
+
{}
|
2057
|
+
|
2058
|
+
|
2059
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:27 -0500
|
2060
|
+
Connecting to database specified by database.yml
|
2061
|
+
Processing by HomeController#index as HTML
|
2062
|
+
Rendered home/index.html.erb within layouts/application (1.9ms)
|
2063
|
+
Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms)
|
2064
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:30 -0500):
|
2065
|
+
{:gauges=>[{:name=>"dummy.rails.request.total", :value=>1, :measure_time=>1349152170}, {:name=>"dummy.rails.request.status.200", :value=>1, :measure_time=>1349152170}, {:name=>"dummy.rails.request.status.2xx", :value=>1, :measure_time=>1349152170}, {:name=>"dummy.rack.request.total", :value=>9, :measure_time=>1349152170}, {:name=>"dummy.rack.request.status.200", :value=>9, :measure_time=>1349152170}, {:name=>"dummy.rack.request.status.2xx", :value=>9, :measure_time=>1349152170}, {:name=>"rails.request.time", :count=>1, :sum=>57.479, :min=>57.479, :max=>57.479}, {:name=>"rails.request.time.db", :count=>1, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"rails.request.time.view", :count=>1, :sum=>57.077999999999996, :min=>57.077999999999996, :max=>57.077999999999996}, {:name=>"rails.request.status.200.time", :count=>1, :sum=>57.479, :min=>57.479, :max=>57.479}, {:name=>"rails.request.status.2xx.time", :count=>1, :sum=>57.479, :min=>57.479, :max=>57.479}, {:name=>"rack.request.time", :count=>9, :sum=>108.98199999999999, :min=>1.439, :max=>80.469}, {:name=>"rack.request.status.200.time", :count=>9, :sum=>108.98199999999999, :min=>1.439, :max=>80.469}, {:name=>"rack.request.status.2xx.time", :count=>9, :sum=>108.98199999999999, :min=>1.439, :max=>80.469}], :source=>"Aither.local.9756"}
|
2066
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:35 -0500):
|
2067
|
+
{}
|
2068
|
+
|
2069
|
+
|
2070
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:40 -0500
|
2071
|
+
Processing by HomeController#index as HTML
|
2072
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2073
|
+
Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
|
2074
|
+
|
2075
|
+
|
2076
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:40 -0500
|
2077
|
+
Processing by HomeController#index as HTML
|
2078
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2079
|
+
Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
|
2080
|
+
|
2081
|
+
|
2082
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:40 -0500
|
2083
|
+
Processing by HomeController#index as HTML
|
2084
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2085
|
+
Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
|
2086
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:40 -0500):
|
2087
|
+
{:gauges=>[{:name=>"dummy.rails.request.total", :value=>3, :measure_time=>1349152180}, {:name=>"dummy.rails.request.status.200", :value=>3, :measure_time=>1349152180}, {:name=>"dummy.rails.request.status.2xx", :value=>3, :measure_time=>1349152180}, {:name=>"dummy.rack.request.total", :value=>27, :measure_time=>1349152180}, {:name=>"dummy.rack.request.status.200", :value=>3, :measure_time=>1349152180}, {:name=>"dummy.rack.request.status.2xx", :value=>3, :measure_time=>1349152180}, {:name=>"dummy.rack.request.status.304", :value=>24, :measure_time=>1349152180}, {:name=>"dummy.rack.request.status.3xx", :value=>24, :measure_time=>1349152180}, {:name=>"rails.request.time", :count=>3, :sum=>17.962, :min=>4.745, :max=>7.106999999999999}, {:name=>"rails.request.time.db", :count=>3, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"rails.request.time.view", :count=>3, :sum=>17.512, :min=>4.567, :max=>6.968}, {:name=>"rails.request.status.200.time", :count=>3, :sum=>17.962, :min=>4.745, :max=>7.106999999999999}, {:name=>"rails.request.status.2xx.time", :count=>3, :sum=>17.962, :min=>4.745, :max=>7.106999999999999}, {:name=>"rack.request.time", :count=>27, :sum=>59.64899999999999, :min=>0.232, :max=>32.858}, {:name=>"rack.request.status.200.time", :count=>3, :sum=>48.017999999999994, :min=>7.183, :max=>32.858}, {:name=>"rack.request.status.2xx.time", :count=>3, :sum=>48.017999999999994, :min=>7.183, :max=>32.858}, {:name=>"rack.request.status.304.time", :count=>24, :sum=>11.631, :min=>0.232, :max=>0.812}, {:name=>"rack.request.status.3xx.time", :count=>24, :sum=>11.631, :min=>0.232, :max=>0.812}], :source=>"Aither.local.9756"}
|
2088
|
+
|
2089
|
+
|
2090
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:40 -0500
|
2091
|
+
Processing by HomeController#index as HTML
|
2092
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2093
|
+
Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
|
2094
|
+
|
2095
|
+
|
2096
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:41 -0500
|
2097
|
+
Processing by HomeController#index as HTML
|
2098
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2099
|
+
Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
|
2100
|
+
|
2101
|
+
|
2102
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:41 -0500
|
2103
|
+
Processing by HomeController#index as HTML
|
2104
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2105
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
|
2106
|
+
|
2107
|
+
|
2108
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:29:41 -0500
|
2109
|
+
Processing by HomeController#index as HTML
|
2110
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2111
|
+
Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
|
2112
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:45 -0500):
|
2113
|
+
{:gauges=>[{:name=>"dummy.rails.request.total", :value=>4, :measure_time=>1349152185}, {:name=>"dummy.rails.request.status.200", :value=>4, :measure_time=>1349152185}, {:name=>"dummy.rails.request.status.2xx", :value=>4, :measure_time=>1349152185}, {:name=>"dummy.rack.request.total", :value=>36, :measure_time=>1349152185}, {:name=>"dummy.rack.request.status.200", :value=>4, :measure_time=>1349152185}, {:name=>"dummy.rack.request.status.2xx", :value=>4, :measure_time=>1349152185}, {:name=>"dummy.rack.request.status.304", :value=>32, :measure_time=>1349152185}, {:name=>"dummy.rack.request.status.3xx", :value=>32, :measure_time=>1349152185}, {:name=>"rails.request.time", :count=>4, :sum=>27.037999999999997, :min=>5.792000000000001, :max=>8.027}, {:name=>"rails.request.time.db", :count=>4, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"rails.request.time.view", :count=>4, :sum=>25.982, :min=>5.626, :max=>7.801}, {:name=>"rails.request.status.200.time", :count=>4, :sum=>27.037999999999997, :min=>5.792000000000001, :max=>8.027}, {:name=>"rails.request.status.2xx.time", :count=>4, :sum=>27.037999999999997, :min=>5.792000000000001, :max=>8.027}, {:name=>"rack.request.time", :count=>36, :sum=>50.879999999999995, :min=>0.27999999999999997, :max=>9.464}, {:name=>"rack.request.status.200.time", :count=>4, :sum=>32.655, :min=>6.936999999999999, :max=>9.464}, {:name=>"rack.request.status.2xx.time", :count=>4, :sum=>32.655, :min=>6.936999999999999, :max=>9.464}, {:name=>"rack.request.status.304.time", :count=>32, :sum=>18.224999999999998, :min=>0.27999999999999997, :max=>1.059}, {:name=>"rack.request.status.3xx.time", :count=>32, :sum=>18.224999999999998, :min=>0.27999999999999997, :max=>1.059}], :source=>"Aither.local.9756"}
|
2114
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:50 -0500):
|
2115
|
+
{}
|
2116
|
+
[librato-rails] flushing 9756 (2012-10-01 23:29:55 -0500):
|
2117
|
+
{}
|
2118
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:00 -0500):
|
2119
|
+
{}
|
2120
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:05 -0500):
|
2121
|
+
{}
|
2122
|
+
|
2123
|
+
|
2124
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:30:08 -0500
|
2125
|
+
Processing by HomeController#index as HTML
|
2126
|
+
Rendered home/index.html.erb within layouts/application (0.0ms)
|
2127
|
+
Completed 200 OK in 8ms (Views: 7.9ms | ActiveRecord: 0.0ms)
|
2128
|
+
|
2129
|
+
|
2130
|
+
Started GET "/" for 127.0.0.1 at 2012-10-01 23:30:08 -0500
|
2131
|
+
Processing by HomeController#index as HTML
|
2132
|
+
Rendered home/index.html.erb within layouts/application (0.1ms)
|
2133
|
+
Completed 200 OK in 7ms (Views: 7.3ms | ActiveRecord: 0.0ms)
|
2134
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:10 -0500):
|
2135
|
+
{:gauges=>[{:name=>"dummy.rails.request.total", :value=>2, :measure_time=>1349152210}, {:name=>"dummy.rails.request.status.200", :value=>2, :measure_time=>1349152210}, {:name=>"dummy.rails.request.status.2xx", :value=>2, :measure_time=>1349152210}, {:name=>"dummy.rack.request.total", :value=>18, :measure_time=>1349152210}, {:name=>"dummy.rack.request.status.200", :value=>2, :measure_time=>1349152210}, {:name=>"dummy.rack.request.status.2xx", :value=>2, :measure_time=>1349152210}, {:name=>"dummy.rack.request.status.304", :value=>16, :measure_time=>1349152210}, {:name=>"dummy.rack.request.status.3xx", :value=>16, :measure_time=>1349152210}, {:name=>"rails.request.time", :count=>2, :sum=>15.556999999999999, :min=>7.486, :max=>8.071}, {:name=>"rails.request.time.db", :count=>2, :sum=>0.0, :min=>0.0, :max=>0.0}, {:name=>"rails.request.time.view", :count=>2, :sum=>15.142000000000001, :min=>7.275, :max=>7.867000000000001}, {:name=>"rails.request.status.200.time", :count=>2, :sum=>15.556999999999999, :min=>7.486, :max=>8.071}, {:name=>"rails.request.status.2xx.time", :count=>2, :sum=>15.556999999999999, :min=>7.486, :max=>8.071}, {:name=>"rack.request.time", :count=>18, :sum=>28.155999999999995, :min=>0.301, :max=>9.488999999999999}, {:name=>"rack.request.status.200.time", :count=>2, :sum=>18.427, :min=>8.938, :max=>9.488999999999999}, {:name=>"rack.request.status.2xx.time", :count=>2, :sum=>18.427, :min=>8.938, :max=>9.488999999999999}, {:name=>"rack.request.status.304.time", :count=>16, :sum=>9.729, :min=>0.301, :max=>0.9349999999999999}, {:name=>"rack.request.status.3xx.time", :count=>16, :sum=>9.729, :min=>0.301, :max=>0.9349999999999999}], :source=>"Aither.local.9756"}
|
2136
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:15 -0500):
|
2137
|
+
{}
|
2138
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:20 -0500):
|
2139
|
+
{}
|
2140
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:25 -0500):
|
2141
|
+
{}
|
2142
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:30 -0500):
|
2143
|
+
{}
|
2144
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:35 -0500):
|
2145
|
+
{}
|
2146
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:40 -0500):
|
2147
|
+
{}
|
2148
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:45 -0500):
|
2149
|
+
{}
|
2150
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:50 -0500):
|
2151
|
+
{}
|
2152
|
+
[librato-rails] flushing 9756 (2012-10-01 23:30:55 -0500):
|
2153
|
+
{}
|
2154
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:00 -0500):
|
2155
|
+
{}
|
2156
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:05 -0500):
|
2157
|
+
{}
|
2158
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:10 -0500):
|
2159
|
+
{}
|
2160
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:15 -0500):
|
2161
|
+
{}
|
2162
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:20 -0500):
|
2163
|
+
{}
|
2164
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:25 -0500):
|
2165
|
+
{}
|
2166
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:30 -0500):
|
2167
|
+
{}
|
2168
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:35 -0500):
|
2169
|
+
{}
|
2170
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:40 -0500):
|
2171
|
+
{}
|
2172
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:45 -0500):
|
2173
|
+
{}
|
2174
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:50 -0500):
|
2175
|
+
{}
|
2176
|
+
[librato-rails] flushing 9756 (2012-10-01 23:31:55 -0500):
|
2177
|
+
{}
|
2178
|
+
[librato-rails] flushing 9756 (2012-10-01 23:32:00 -0500):
|
2179
|
+
{}
|
2180
|
+
[librato-rails] flushing 9756 (2012-10-01 23:32:05 -0500):
|
2181
|
+
{}
|
2182
|
+
[librato-rails] flushing 9756 (2012-10-01 23:32:10 -0500):
|
2183
|
+
{}
|
2184
|
+
[librato-rails] flushing 9756 (2012-10-01 23:32:15 -0500):
|
2185
|
+
{}
|
2186
|
+
[librato-rails] flushing 9756 (2012-10-01 23:32:20 -0500):
|
2187
|
+
{}
|
2188
|
+
[librato-rails] flushing 9756 (2012-10-01 23:32:25 -0500):
|
2189
|
+
{}
|