woople-theme 0.6.26 → 0.6.27
Sign up to get free protection for your applications and to get access to all the features.
data/lib/woople-theme/version.rb
CHANGED
@@ -0,0 +1,23 @@
|
|
1
|
+
// from https://gist.github.com/1042026
|
2
|
+
// Mobile Safari in standalone mode
|
3
|
+
if(("standalone" in window.navigator) && window.navigator.standalone){
|
4
|
+
|
5
|
+
// If you want to prevent remote links in standalone web apps opening Mobile Safari, change 'remotes' to true
|
6
|
+
var noddy, remotes = true;
|
7
|
+
|
8
|
+
document.addEventListener('click', function(event) {
|
9
|
+
|
10
|
+
noddy = event.target;
|
11
|
+
|
12
|
+
// Bubble up until we hit link or top HTML element. Warning: BODY element is not compulsory so better to stop on HTML
|
13
|
+
while(noddy.nodeName !== "A" && noddy.nodeName !== "HTML") {
|
14
|
+
noddy = noddy.parentNode;
|
15
|
+
}
|
16
|
+
|
17
|
+
if('href' in noddy && noddy.href.indexOf('http') !== -1 && (noddy.href.indexOf(document.location.host) !== -1 || remotes)) {
|
18
|
+
event.preventDefault();
|
19
|
+
document.location.href = noddy.href;
|
20
|
+
}
|
21
|
+
|
22
|
+
},false);
|
23
|
+
}
|
@@ -313122,3 +313122,1720 @@ Completed 200 OK in 49ms (Views: 49.2ms)
|
|
313122
313122
|
|
313123
313123
|
Started GET "/assets/woople-theme/icons/menu.png" for 10.0.1.13 at 2012-11-06 11:29:56 -0500
|
313124
313124
|
Served asset /woople-theme/icons/menu.png - 200 OK (0ms)
|
313125
|
+
|
313126
|
+
|
313127
|
+
Started GET "/" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313128
|
+
Processing by BrowseController#show as HTML
|
313129
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_page_header.html.erb (0.8ms)
|
313130
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item_header.html.erb (12.3ms)
|
313131
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item.html.erb (4.6ms)
|
313132
|
+
Rendered browse/show.html.erb within layouts/theme (51.9ms)
|
313133
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_profile.html.erb (13.5ms)
|
313134
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_menu.html.erb (6.4ms)
|
313135
|
+
Completed 200 OK in 432ms (Views: 385.0ms)
|
313136
|
+
|
313137
|
+
|
313138
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313139
|
+
Served asset /woople-theme/full_control.css - 304 Not Modified (7ms)
|
313140
|
+
|
313141
|
+
|
313142
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313143
|
+
|
313144
|
+
ActionController::RoutingError (No route matches [GET] "/woople-theme/full_control.css"):
|
313145
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
313146
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
313147
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
313148
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
313149
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
313150
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
313151
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
313152
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
313153
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
313154
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
313155
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
313156
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
313157
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
313158
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
313159
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
313160
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
313161
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
313162
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
313163
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
313164
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
313165
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
313166
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
313167
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
313168
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
313169
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
313170
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
313171
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
313172
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
313173
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
313174
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
313175
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
313176
|
+
spec/dummy/script/rails:6:in `require'
|
313177
|
+
spec/dummy/script/rails:6:in `<main>'
|
313178
|
+
|
313179
|
+
|
313180
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
313181
|
+
|
313182
|
+
|
313183
|
+
Started GET "/assets/woople-theme/responsive.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313184
|
+
Served asset /woople-theme/responsive.css - 304 Not Modified (4ms)
|
313185
|
+
|
313186
|
+
|
313187
|
+
Started GET "/assets/woople-theme/menu.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313188
|
+
Served asset /woople-theme/menu.css - 304 Not Modified (4ms)
|
313189
|
+
|
313190
|
+
|
313191
|
+
Started GET "/assets/woople-theme/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313192
|
+
Served asset /woople-theme/base.css - 304 Not Modified (4ms)
|
313193
|
+
|
313194
|
+
|
313195
|
+
Started GET "/assets/woople-theme/content.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313196
|
+
Served asset /woople-theme/content.css - 304 Not Modified (5ms)
|
313197
|
+
|
313198
|
+
|
313199
|
+
Started GET "/assets/woople-theme/profile.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313200
|
+
Served asset /woople-theme/profile.css - 304 Not Modified (3ms)
|
313201
|
+
|
313202
|
+
|
313203
|
+
Started GET "/assets/woople-theme/page-header.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313204
|
+
Served asset /woople-theme/page-header.css - 200 OK (5ms)
|
313205
|
+
|
313206
|
+
|
313207
|
+
Started GET "/assets/woople-theme/buttons.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313208
|
+
Served asset /woople-theme/buttons.css - 200 OK (5ms)
|
313209
|
+
|
313210
|
+
|
313211
|
+
Started GET "/assets/woople-theme/grid.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:52 -0500
|
313212
|
+
Served asset /woople-theme/grid.css - 200 OK (5ms)
|
313213
|
+
|
313214
|
+
|
313215
|
+
Started GET "/assets/woople-theme/forms.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313216
|
+
Served asset /woople-theme/forms.css - 200 OK (3ms)
|
313217
|
+
|
313218
|
+
|
313219
|
+
Started GET "/assets/woople-theme/outline.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313220
|
+
Served asset /woople-theme/outline.css - 200 OK (3ms)
|
313221
|
+
|
313222
|
+
|
313223
|
+
Started GET "/assets/coffee.png" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313224
|
+
Served asset /coffee.png - 304 Not Modified (1ms)
|
313225
|
+
|
313226
|
+
|
313227
|
+
Started GET "/assets/course.png" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313228
|
+
Served asset /course.png - 304 Not Modified (2ms)
|
313229
|
+
|
313230
|
+
|
313231
|
+
Started GET "/assets/leadership.png" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313232
|
+
Served asset /leadership.png - 304 Not Modified (16ms)
|
313233
|
+
|
313234
|
+
|
313235
|
+
Started GET "/assets/innovation.png" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313236
|
+
Served asset /innovation.png - 304 Not Modified (355ms)
|
313237
|
+
|
313238
|
+
|
313239
|
+
Started GET "/assets/woople-theme/search-results.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313240
|
+
Served asset /woople-theme/search-results.css - 200 OK (3ms)
|
313241
|
+
|
313242
|
+
|
313243
|
+
Started GET "/assets/woople-theme/content-item.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313244
|
+
Served asset /woople-theme/content-item.css - 200 OK (3ms)
|
313245
|
+
|
313246
|
+
|
313247
|
+
Started GET "/assets/woople-theme/pagination.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313248
|
+
Served asset /woople-theme/pagination.css - 200 OK (4ms)
|
313249
|
+
|
313250
|
+
|
313251
|
+
Started GET "/assets/woople-theme/assessment.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313252
|
+
Served asset /woople-theme/assessment.css - 200 OK (3ms)
|
313253
|
+
|
313254
|
+
|
313255
|
+
Started GET "/assets/woople-theme/dashboard/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313256
|
+
Served asset /woople-theme/dashboard/base.css - 200 OK (3ms)
|
313257
|
+
|
313258
|
+
|
313259
|
+
Started GET "/assets/woople-theme/modal.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313260
|
+
Served asset /woople-theme/modal.css - 200 OK (3ms)
|
313261
|
+
|
313262
|
+
|
313263
|
+
Started GET "/assets/woople-theme/basic-content.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313264
|
+
Served asset /woople-theme/basic-content.css - 200 OK (3ms)
|
313265
|
+
|
313266
|
+
|
313267
|
+
Started GET "/assets/woople-theme/legacy.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313268
|
+
Served asset /woople-theme/legacy.css - 200 OK (3ms)
|
313269
|
+
|
313270
|
+
|
313271
|
+
Started GET "/assets/workshops.png" for 10.0.1.17 at 2012-11-08 11:38:53 -0500
|
313272
|
+
Served asset /workshops.png - 200 OK (859ms)
|
313273
|
+
|
313274
|
+
|
313275
|
+
Started GET "/assets/woople-theme/dashboard/organization-accounts.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313276
|
+
Served asset /woople-theme/dashboard/organization-accounts.css - 200 OK (4ms)
|
313277
|
+
|
313278
|
+
|
313279
|
+
Started GET "/assets/woople-theme/dashboard/status-alert.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313280
|
+
Served asset /woople-theme/dashboard/status-alert.css - 200 OK (4ms)
|
313281
|
+
|
313282
|
+
|
313283
|
+
Started GET "/assets/woople-theme/dashboard/status-popover.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313284
|
+
Served asset /woople-theme/dashboard/status-popover.css - 200 OK (4ms)
|
313285
|
+
|
313286
|
+
|
313287
|
+
Started GET "/assets/woople-theme/dashboard/user_and_status.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313288
|
+
Served asset /woople-theme/dashboard/user_and_status.css - 200 OK (4ms)
|
313289
|
+
|
313290
|
+
|
313291
|
+
Started GET "/assets/woople-theme/reports/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313292
|
+
Served asset /woople-theme/reports/base.css - 200 OK (5ms)
|
313293
|
+
|
313294
|
+
|
313295
|
+
Started GET "/assets/woople-theme/course.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313296
|
+
Served asset /woople-theme/course.css - 200 OK (5ms)
|
313297
|
+
|
313298
|
+
|
313299
|
+
Started GET "/assets/woople-theme/index.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313300
|
+
Served asset /woople-theme/index.css - 200 OK (61ms)
|
313301
|
+
|
313302
|
+
|
313303
|
+
Started GET "/assets/woople-theme/theme-retina.css?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313304
|
+
Served asset /woople-theme/theme-retina.css - 200 OK (6ms)
|
313305
|
+
|
313306
|
+
|
313307
|
+
Started GET "/assets/jquery.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313308
|
+
Served asset /jquery.js - 200 OK (6ms)
|
313309
|
+
|
313310
|
+
|
313311
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313312
|
+
Served asset /jquery_ujs.js - 200 OK (4ms)
|
313313
|
+
|
313314
|
+
|
313315
|
+
Started GET "/assets/modernizr.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313316
|
+
Served asset /modernizr.js - 200 OK (3ms)
|
313317
|
+
|
313318
|
+
|
313319
|
+
Started GET "/assets/spin.min.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313320
|
+
Served asset /spin.min.js - 200 OK (5ms)
|
313321
|
+
|
313322
|
+
|
313323
|
+
Started GET "/assets/twitter/bootstrap/transition.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313324
|
+
Served asset /twitter/bootstrap/transition.js - 200 OK (9ms)
|
313325
|
+
|
313326
|
+
|
313327
|
+
Started GET "/assets/twitter/bootstrap/dropdown.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313328
|
+
Served asset /twitter/bootstrap/dropdown.js - 200 OK (6ms)
|
313329
|
+
|
313330
|
+
|
313331
|
+
Started GET "/assets/twitter/bootstrap/modal.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313332
|
+
Served asset /twitter/bootstrap/modal.js - 200 OK (6ms)
|
313333
|
+
|
313334
|
+
|
313335
|
+
Started GET "/assets/twitter/bootstrap/alert.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313336
|
+
Served asset /twitter/bootstrap/alert.js - 200 OK (7ms)
|
313337
|
+
|
313338
|
+
|
313339
|
+
Started GET "/assets/twitter/bootstrap/tab.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313340
|
+
Served asset /twitter/bootstrap/tab.js - 200 OK (8ms)
|
313341
|
+
|
313342
|
+
|
313343
|
+
Started GET "/assets/twitter/bootstrap/collapse.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313344
|
+
Served asset /twitter/bootstrap/collapse.js - 200 OK (9ms)
|
313345
|
+
|
313346
|
+
|
313347
|
+
Started GET "/assets/twitter/bootstrap/button.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313348
|
+
Served asset /twitter/bootstrap/button.js - 200 OK (8ms)
|
313349
|
+
|
313350
|
+
|
313351
|
+
Started GET "/assets/twitter/bootstrap/tooltip.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313352
|
+
Served asset /twitter/bootstrap/tooltip.js - 200 OK (9ms)
|
313353
|
+
|
313354
|
+
|
313355
|
+
Started GET "/assets/twitter/bootstrap/popover.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313356
|
+
Served asset /twitter/bootstrap/popover.js - 200 OK (9ms)
|
313357
|
+
|
313358
|
+
|
313359
|
+
Started GET "/assets/fastclick.min_.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313360
|
+
Served asset /fastclick.min_.js - 200 OK (5ms)
|
313361
|
+
|
313362
|
+
|
313363
|
+
Started GET "/assets/jwplayer/jwplayer.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313364
|
+
Served asset /jwplayer/jwplayer.js - 200 OK (6ms)
|
313365
|
+
|
313366
|
+
|
313367
|
+
Started GET "/assets/highcharts.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313368
|
+
Served asset /highcharts.js - 200 OK (7ms)
|
313369
|
+
|
313370
|
+
|
313371
|
+
Started GET "/assets/underscore-min.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313372
|
+
Served asset /underscore-min.js - 200 OK (5ms)
|
313373
|
+
|
313374
|
+
|
313375
|
+
Started GET "/assets/jasny/bootstrap/bootstrap-fileupload.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:54 -0500
|
313376
|
+
Served asset /jasny/bootstrap/bootstrap-fileupload.js - 200 OK (7ms)
|
313377
|
+
|
313378
|
+
|
313379
|
+
Started GET "/assets/woople-theme/assessment_form.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313380
|
+
Served asset /woople-theme/assessment_form.js - 200 OK (5ms)
|
313381
|
+
|
313382
|
+
|
313383
|
+
Started GET "/assets/woople-theme/assessment_overview.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313384
|
+
Served asset /woople-theme/assessment_overview.js - 200 OK (4ms)
|
313385
|
+
|
313386
|
+
|
313387
|
+
Started GET "/assets/woople-theme/organization_dashboard_controller.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313388
|
+
Served asset /woople-theme/organization_dashboard_controller.js - 200 OK (4ms)
|
313389
|
+
|
313390
|
+
|
313391
|
+
Started GET "/assets/woople-theme/reports/activity_report.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313392
|
+
Served asset /woople-theme/reports/activity_report.js - 200 OK (4ms)
|
313393
|
+
|
313394
|
+
|
313395
|
+
Started GET "/assets/woople-theme/reports/initializer.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313396
|
+
Served asset /woople-theme/reports/initializer.js - 200 OK (5ms)
|
313397
|
+
|
313398
|
+
|
313399
|
+
Started GET "/assets/woople-theme/theme.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313400
|
+
Served asset /woople-theme/theme.js - 200 OK (41ms)
|
313401
|
+
|
313402
|
+
|
313403
|
+
Started GET "/assets/application.js?body=1" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313404
|
+
Served asset /application.js - 200 OK (2ms)
|
313405
|
+
|
313406
|
+
|
313407
|
+
Started GET "/assets/woople-theme/logo.png" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313408
|
+
Served asset /woople-theme/logo.png - 200 OK (4ms)
|
313409
|
+
|
313410
|
+
|
313411
|
+
Started GET "/assets/woople-theme/missing-profile.png" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313412
|
+
Served asset /woople-theme/missing-profile.png - 200 OK (5ms)
|
313413
|
+
|
313414
|
+
|
313415
|
+
Started GET "/assets/woople-theme/completed-triangle2x.png" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313416
|
+
Served asset /woople-theme/completed-triangle2x.png - 304 Not Modified (6ms)
|
313417
|
+
|
313418
|
+
|
313419
|
+
Started GET "/assets/training.png" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313420
|
+
Served asset /training.png - 200 OK (2ms)
|
313421
|
+
|
313422
|
+
|
313423
|
+
Started GET "/assets/woople-theme/icons/menu2x.png" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313424
|
+
Served asset /woople-theme/icons/menu2x.png - 200 OK (4ms)
|
313425
|
+
|
313426
|
+
|
313427
|
+
Started GET "/assets/woople-theme/certification/red-icon.png" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313428
|
+
Served asset /woople-theme/certification/red-icon.png - 200 OK (4ms)
|
313429
|
+
|
313430
|
+
|
313431
|
+
Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 10.0.1.17 at 2012-11-08 11:38:55 -0500
|
313432
|
+
Served asset /font-awesome/fontawesome-webfont.woff - 200 OK (5ms)
|
313433
|
+
|
313434
|
+
|
313435
|
+
Started GET "/apple-touch-icon-114x114-precomposed.png" for 10.0.1.17 at 2012-11-08 11:38:57 -0500
|
313436
|
+
|
313437
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-114x114-precomposed.png"):
|
313438
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
313439
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
313440
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
313441
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
313442
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
313443
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
313444
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
313445
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
313446
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
313447
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
313448
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
313449
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
313450
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
313451
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
313452
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
313453
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
313454
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
313455
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
313456
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
313457
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
313458
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
313459
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
313460
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
313461
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
313462
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
313463
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
313464
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
313465
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
313466
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
313467
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
313468
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
313469
|
+
spec/dummy/script/rails:6:in `require'
|
313470
|
+
spec/dummy/script/rails:6:in `<main>'
|
313471
|
+
|
313472
|
+
|
313473
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
|
313474
|
+
|
313475
|
+
|
313476
|
+
Started GET "/apple-touch-icon-114x114.png" for 10.0.1.17 at 2012-11-08 11:38:57 -0500
|
313477
|
+
|
313478
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-114x114.png"):
|
313479
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
313480
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
313481
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
313482
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
313483
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
313484
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
313485
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
313486
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
313487
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
313488
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
313489
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
313490
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
313491
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
313492
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
313493
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
313494
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
313495
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
313496
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
313497
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
313498
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
313499
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
313500
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
313501
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
313502
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
313503
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
313504
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
313505
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
313506
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
313507
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
313508
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
313509
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
313510
|
+
spec/dummy/script/rails:6:in `require'
|
313511
|
+
spec/dummy/script/rails:6:in `<main>'
|
313512
|
+
|
313513
|
+
|
313514
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
313515
|
+
|
313516
|
+
|
313517
|
+
Started GET "/apple-touch-icon-precomposed.png" for 10.0.1.17 at 2012-11-08 11:38:57 -0500
|
313518
|
+
|
313519
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-precomposed.png"):
|
313520
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
313521
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
313522
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
313523
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
313524
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
313525
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
313526
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
313527
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
313528
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
313529
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
313530
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
313531
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
313532
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
313533
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
313534
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
313535
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
313536
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
313537
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
313538
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
313539
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
313540
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
313541
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
313542
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
313543
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
313544
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
313545
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
313546
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
313547
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
313548
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
313549
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
313550
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
313551
|
+
spec/dummy/script/rails:6:in `require'
|
313552
|
+
spec/dummy/script/rails:6:in `<main>'
|
313553
|
+
|
313554
|
+
|
313555
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
313556
|
+
|
313557
|
+
|
313558
|
+
Started GET "/apple-touch-icon.png" for 10.0.1.17 at 2012-11-08 11:38:57 -0500
|
313559
|
+
|
313560
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon.png"):
|
313561
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
313562
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
313563
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
313564
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
313565
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
313566
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
313567
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
313568
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
313569
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
313570
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
313571
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
313572
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
313573
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
313574
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
313575
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
313576
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
313577
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
313578
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
313579
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
313580
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
313581
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
313582
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
313583
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
313584
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
313585
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
313586
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
313587
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
313588
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
313589
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
313590
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
313591
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
313592
|
+
spec/dummy/script/rails:6:in `require'
|
313593
|
+
spec/dummy/script/rails:6:in `<main>'
|
313594
|
+
|
313595
|
+
|
313596
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
313597
|
+
|
313598
|
+
|
313599
|
+
Started GET "/" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313600
|
+
Processing by BrowseController#show as HTML
|
313601
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_page_header.html.erb (0.2ms)
|
313602
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item_header.html.erb (0.3ms)
|
313603
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item.html.erb (2.3ms)
|
313604
|
+
Rendered browse/show.html.erb within layouts/theme (9.0ms)
|
313605
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_profile.html.erb (2.6ms)
|
313606
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_menu.html.erb (2.1ms)
|
313607
|
+
Completed 200 OK in 88ms (Views: 62.2ms)
|
313608
|
+
|
313609
|
+
|
313610
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313611
|
+
Served asset /woople-theme/full_control.css - 200 OK (0ms)
|
313612
|
+
|
313613
|
+
|
313614
|
+
Started GET "/assets/woople-theme/page-header.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313615
|
+
Served asset /woople-theme/page-header.css - 200 OK (0ms)
|
313616
|
+
|
313617
|
+
|
313618
|
+
Started GET "/assets/woople-theme/search-results.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313619
|
+
Served asset /woople-theme/search-results.css - 200 OK (0ms)
|
313620
|
+
|
313621
|
+
|
313622
|
+
Started GET "/assets/woople-theme/responsive.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313623
|
+
Served asset /woople-theme/responsive.css - 200 OK (0ms)
|
313624
|
+
|
313625
|
+
|
313626
|
+
Started GET "/assets/woople-theme/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313627
|
+
Served asset /woople-theme/base.css - 200 OK (0ms)
|
313628
|
+
|
313629
|
+
|
313630
|
+
Started GET "/assets/woople-theme/menu.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313631
|
+
Served asset /woople-theme/menu.css - 200 OK (0ms)
|
313632
|
+
|
313633
|
+
|
313634
|
+
Started GET "/assets/woople-theme/content.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313635
|
+
Served asset /woople-theme/content.css - 200 OK (0ms)
|
313636
|
+
|
313637
|
+
|
313638
|
+
Started GET "/assets/woople-theme/profile.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313639
|
+
Served asset /woople-theme/profile.css - 200 OK (0ms)
|
313640
|
+
|
313641
|
+
|
313642
|
+
Started GET "/assets/woople-theme/pagination.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313643
|
+
Served asset /woople-theme/pagination.css - 200 OK (0ms)
|
313644
|
+
|
313645
|
+
|
313646
|
+
Started GET "/assets/woople-theme/forms.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313647
|
+
Served asset /woople-theme/forms.css - 200 OK (0ms)
|
313648
|
+
|
313649
|
+
|
313650
|
+
Started GET "/assets/woople-theme/outline.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313651
|
+
Served asset /woople-theme/outline.css - 200 OK (0ms)
|
313652
|
+
|
313653
|
+
|
313654
|
+
Started GET "/assets/woople-theme/grid.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313655
|
+
Served asset /woople-theme/grid.css - 200 OK (0ms)
|
313656
|
+
|
313657
|
+
|
313658
|
+
Started GET "/assets/woople-theme/buttons.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313659
|
+
Served asset /woople-theme/buttons.css - 200 OK (0ms)
|
313660
|
+
|
313661
|
+
|
313662
|
+
Started GET "/assets/woople-theme/content-item.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313663
|
+
Served asset /woople-theme/content-item.css - 200 OK (0ms)
|
313664
|
+
|
313665
|
+
|
313666
|
+
Started GET "/assets/woople-theme/assessment.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313667
|
+
Served asset /woople-theme/assessment.css - 200 OK (0ms)
|
313668
|
+
|
313669
|
+
|
313670
|
+
Started GET "/assets/woople-theme/dashboard/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313671
|
+
Served asset /woople-theme/dashboard/base.css - 200 OK (0ms)
|
313672
|
+
|
313673
|
+
|
313674
|
+
Started GET "/assets/woople-theme/index.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313675
|
+
Served asset /woople-theme/index.css - 200 OK (2ms)
|
313676
|
+
|
313677
|
+
|
313678
|
+
Started GET "/assets/woople-theme/dashboard/status-alert.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313679
|
+
Served asset /woople-theme/dashboard/status-alert.css - 200 OK (0ms)
|
313680
|
+
|
313681
|
+
|
313682
|
+
Started GET "/assets/woople-theme/dashboard/user_and_status.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313683
|
+
Served asset /woople-theme/dashboard/user_and_status.css - 200 OK (0ms)
|
313684
|
+
|
313685
|
+
|
313686
|
+
Started GET "/assets/woople-theme/dashboard/organization-accounts.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313687
|
+
Served asset /woople-theme/dashboard/organization-accounts.css - 200 OK (0ms)
|
313688
|
+
|
313689
|
+
|
313690
|
+
Started GET "/assets/woople-theme/theme-retina.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313691
|
+
Served asset /woople-theme/theme-retina.css - 200 OK (0ms)
|
313692
|
+
|
313693
|
+
|
313694
|
+
Started GET "/assets/woople-theme/course.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313695
|
+
Served asset /woople-theme/course.css - 200 OK (0ms)
|
313696
|
+
|
313697
|
+
|
313698
|
+
Started GET "/assets/woople-theme/dashboard/status-popover.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313699
|
+
Served asset /woople-theme/dashboard/status-popover.css - 200 OK (0ms)
|
313700
|
+
|
313701
|
+
|
313702
|
+
Started GET "/assets/woople-theme/reports/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:15 -0500
|
313703
|
+
Served asset /woople-theme/reports/base.css - 200 OK (0ms)
|
313704
|
+
|
313705
|
+
|
313706
|
+
Started GET "/" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313707
|
+
Processing by BrowseController#show as HTML
|
313708
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_page_header.html.erb (0.2ms)
|
313709
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item_header.html.erb (0.3ms)
|
313710
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item.html.erb (3.7ms)
|
313711
|
+
Rendered browse/show.html.erb within layouts/theme (12.0ms)
|
313712
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_profile.html.erb (4.1ms)
|
313713
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_menu.html.erb (3.1ms)
|
313714
|
+
Completed 200 OK in 166ms (Views: 89.0ms)
|
313715
|
+
|
313716
|
+
|
313717
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313718
|
+
Served asset /woople-theme/full_control.css - 304 Not Modified (0ms)
|
313719
|
+
|
313720
|
+
|
313721
|
+
Started GET "/assets/woople-theme/responsive.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313722
|
+
Served asset /woople-theme/responsive.css - 304 Not Modified (0ms)
|
313723
|
+
|
313724
|
+
|
313725
|
+
Started GET "/assets/woople-theme/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313726
|
+
Served asset /woople-theme/base.css - 304 Not Modified (0ms)
|
313727
|
+
|
313728
|
+
|
313729
|
+
Started GET "/assets/woople-theme/menu.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313730
|
+
Served asset /woople-theme/menu.css - 304 Not Modified (0ms)
|
313731
|
+
|
313732
|
+
|
313733
|
+
Started GET "/assets/woople-theme/content.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313734
|
+
Served asset /woople-theme/content.css - 304 Not Modified (0ms)
|
313735
|
+
|
313736
|
+
|
313737
|
+
Started GET "/assets/woople-theme/profile.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313738
|
+
Served asset /woople-theme/profile.css - 304 Not Modified (0ms)
|
313739
|
+
|
313740
|
+
|
313741
|
+
Started GET "/assets/woople-theme/page-header.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313742
|
+
Served asset /woople-theme/page-header.css - 304 Not Modified (0ms)
|
313743
|
+
|
313744
|
+
|
313745
|
+
Started GET "/assets/woople-theme/grid.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313746
|
+
Served asset /woople-theme/grid.css - 200 OK (0ms)
|
313747
|
+
|
313748
|
+
|
313749
|
+
Started GET "/assets/woople-theme/outline.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313750
|
+
Served asset /woople-theme/outline.css - 200 OK (0ms)
|
313751
|
+
|
313752
|
+
|
313753
|
+
Started GET "/assets/woople-theme/forms.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313754
|
+
Served asset /woople-theme/forms.css - 304 Not Modified (0ms)
|
313755
|
+
|
313756
|
+
|
313757
|
+
Started GET "/assets/woople-theme/content-item.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313758
|
+
Served asset /woople-theme/content-item.css - 304 Not Modified (0ms)
|
313759
|
+
|
313760
|
+
|
313761
|
+
Started GET "/assets/woople-theme/assessment.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313762
|
+
Served asset /woople-theme/assessment.css - 304 Not Modified (0ms)
|
313763
|
+
|
313764
|
+
|
313765
|
+
Started GET "/assets/woople-theme/buttons.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313766
|
+
Served asset /woople-theme/buttons.css - 304 Not Modified (0ms)
|
313767
|
+
|
313768
|
+
|
313769
|
+
Started GET "/assets/woople-theme/pagination.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313770
|
+
Served asset /woople-theme/pagination.css - 304 Not Modified (0ms)
|
313771
|
+
|
313772
|
+
|
313773
|
+
Started GET "/assets/woople-theme/legacy.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313774
|
+
Served asset /woople-theme/legacy.css - 200 OK (0ms)
|
313775
|
+
|
313776
|
+
|
313777
|
+
Started GET "/assets/woople-theme/search-results.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313778
|
+
Served asset /woople-theme/search-results.css - 304 Not Modified (0ms)
|
313779
|
+
|
313780
|
+
|
313781
|
+
Started GET "/assets/woople-theme/basic-content.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313782
|
+
Served asset /woople-theme/basic-content.css - 200 OK (0ms)
|
313783
|
+
|
313784
|
+
|
313785
|
+
Started GET "/assets/woople-theme/reports/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313786
|
+
Served asset /woople-theme/reports/base.css - 304 Not Modified (0ms)
|
313787
|
+
|
313788
|
+
|
313789
|
+
Started GET "/assets/woople-theme/dashboard/organization-accounts.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313790
|
+
Served asset /woople-theme/dashboard/organization-accounts.css - 304 Not Modified (0ms)
|
313791
|
+
|
313792
|
+
|
313793
|
+
Started GET "/assets/woople-theme/dashboard/status-popover.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313794
|
+
Served asset /woople-theme/dashboard/status-popover.css - 304 Not Modified (0ms)
|
313795
|
+
|
313796
|
+
|
313797
|
+
Started GET "/assets/woople-theme/course.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313798
|
+
Served asset /woople-theme/course.css - 304 Not Modified (0ms)
|
313799
|
+
|
313800
|
+
|
313801
|
+
Started GET "/assets/woople-theme/dashboard/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313802
|
+
Served asset /woople-theme/dashboard/base.css - 304 Not Modified (0ms)
|
313803
|
+
|
313804
|
+
|
313805
|
+
Started GET "/assets/woople-theme/theme-retina.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313806
|
+
Served asset /woople-theme/theme-retina.css - 304 Not Modified (0ms)
|
313807
|
+
|
313808
|
+
|
313809
|
+
Started GET "/assets/woople-theme/dashboard/status-alert.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313810
|
+
Served asset /woople-theme/dashboard/status-alert.css - 304 Not Modified (0ms)
|
313811
|
+
|
313812
|
+
|
313813
|
+
Started GET "/assets/woople-theme/index.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313814
|
+
Served asset /woople-theme/index.css - 304 Not Modified (4ms)
|
313815
|
+
|
313816
|
+
|
313817
|
+
Started GET "/assets/woople-theme/dashboard/user_and_status.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313818
|
+
Served asset /woople-theme/dashboard/user_and_status.css - 304 Not Modified (0ms)
|
313819
|
+
|
313820
|
+
|
313821
|
+
Started GET "/assets/woople-theme/modal.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313822
|
+
Served asset /woople-theme/modal.css - 200 OK (0ms)
|
313823
|
+
|
313824
|
+
|
313825
|
+
Started GET "/assets/jquery.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313826
|
+
Served asset /jquery.js - 200 OK (1ms)
|
313827
|
+
|
313828
|
+
|
313829
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313830
|
+
Served asset /jquery_ujs.js - 200 OK (0ms)
|
313831
|
+
|
313832
|
+
|
313833
|
+
Started GET "/assets/modernizr.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313834
|
+
Served asset /modernizr.js - 200 OK (0ms)
|
313835
|
+
|
313836
|
+
|
313837
|
+
Started GET "/assets/spin.min.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313838
|
+
Served asset /spin.min.js - 200 OK (0ms)
|
313839
|
+
|
313840
|
+
|
313841
|
+
Started GET "/assets/twitter/bootstrap/transition.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313842
|
+
Served asset /twitter/bootstrap/transition.js - 200 OK (0ms)
|
313843
|
+
|
313844
|
+
|
313845
|
+
Started GET "/assets/twitter/bootstrap/dropdown.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313846
|
+
Served asset /twitter/bootstrap/dropdown.js - 200 OK (1ms)
|
313847
|
+
|
313848
|
+
|
313849
|
+
Started GET "/assets/twitter/bootstrap/button.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313850
|
+
Served asset /twitter/bootstrap/button.js - 200 OK (0ms)
|
313851
|
+
|
313852
|
+
|
313853
|
+
Started GET "/assets/twitter/bootstrap/collapse.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313854
|
+
Served asset /twitter/bootstrap/collapse.js - 200 OK (0ms)
|
313855
|
+
|
313856
|
+
|
313857
|
+
Started GET "/assets/twitter/bootstrap/alert.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313858
|
+
Served asset /twitter/bootstrap/alert.js - 200 OK (6ms)
|
313859
|
+
|
313860
|
+
|
313861
|
+
Started GET "/assets/twitter/bootstrap/tab.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313862
|
+
Served asset /twitter/bootstrap/tab.js - 200 OK (0ms)
|
313863
|
+
|
313864
|
+
|
313865
|
+
Started GET "/assets/twitter/bootstrap/popover.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313866
|
+
Served asset /twitter/bootstrap/popover.js - 200 OK (0ms)
|
313867
|
+
|
313868
|
+
|
313869
|
+
Started GET "/assets/fastclick.min_.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313870
|
+
Served asset /fastclick.min_.js - 200 OK (0ms)
|
313871
|
+
|
313872
|
+
|
313873
|
+
Started GET "/assets/twitter/bootstrap/tooltip.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313874
|
+
Served asset /twitter/bootstrap/tooltip.js - 200 OK (0ms)
|
313875
|
+
|
313876
|
+
|
313877
|
+
Started GET "/assets/jwplayer/jwplayer.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313878
|
+
Served asset /jwplayer/jwplayer.js - 200 OK (0ms)
|
313879
|
+
|
313880
|
+
|
313881
|
+
Started GET "/assets/highcharts.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313882
|
+
Served asset /highcharts.js - 200 OK (1ms)
|
313883
|
+
|
313884
|
+
|
313885
|
+
Started GET "/assets/underscore-min.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313886
|
+
Served asset /underscore-min.js - 200 OK (0ms)
|
313887
|
+
|
313888
|
+
|
313889
|
+
Started GET "/assets/woople-theme/assessment_form.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313890
|
+
Served asset /woople-theme/assessment_form.js - 200 OK (0ms)
|
313891
|
+
|
313892
|
+
|
313893
|
+
Started GET "/assets/woople-theme/organization_dashboard_controller.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313894
|
+
Served asset /woople-theme/organization_dashboard_controller.js - 200 OK (0ms)
|
313895
|
+
|
313896
|
+
|
313897
|
+
Started GET "/assets/jasny/bootstrap/bootstrap-fileupload.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313898
|
+
Served asset /jasny/bootstrap/bootstrap-fileupload.js - 200 OK (0ms)
|
313899
|
+
|
313900
|
+
|
313901
|
+
Started GET "/assets/woople-theme/assessment_overview.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313902
|
+
Served asset /woople-theme/assessment_overview.js - 200 OK (0ms)
|
313903
|
+
|
313904
|
+
|
313905
|
+
Started GET "/assets/woople-theme/reports/activity_report.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313906
|
+
Served asset /woople-theme/reports/activity_report.js - 200 OK (0ms)
|
313907
|
+
|
313908
|
+
|
313909
|
+
Started GET "/assets/woople-theme/theme.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313910
|
+
Served asset /woople-theme/theme.js - 200 OK (7ms)
|
313911
|
+
|
313912
|
+
|
313913
|
+
Started GET "/assets/woople-theme/reports/initializer.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313914
|
+
Served asset /woople-theme/reports/initializer.js - 200 OK (0ms)
|
313915
|
+
|
313916
|
+
|
313917
|
+
Started GET "/assets/twitter/bootstrap/modal.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313918
|
+
Served asset /twitter/bootstrap/modal.js - 200 OK (0ms)
|
313919
|
+
|
313920
|
+
|
313921
|
+
Started GET "/assets/application.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313922
|
+
Served asset /application.js - 200 OK (0ms)
|
313923
|
+
|
313924
|
+
|
313925
|
+
Started GET "/assets/woople-theme/missing-profile.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313926
|
+
Served asset /woople-theme/missing-profile.png - 200 OK (0ms)
|
313927
|
+
|
313928
|
+
|
313929
|
+
Started GET "/assets/pen.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313930
|
+
Served asset /pen.png - 200 OK (3ms)
|
313931
|
+
|
313932
|
+
|
313933
|
+
Started GET "/assets/woople-theme/logo.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313934
|
+
Served asset /woople-theme/logo.png - 200 OK (0ms)
|
313935
|
+
|
313936
|
+
|
313937
|
+
Started GET "/assets/leadership.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313938
|
+
Served asset /leadership.png - 200 OK (0ms)
|
313939
|
+
|
313940
|
+
|
313941
|
+
Started GET "/assets/workshops.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313942
|
+
Served asset /workshops.png - 200 OK (0ms)
|
313943
|
+
|
313944
|
+
|
313945
|
+
Started GET "/assets/course.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313946
|
+
Served asset /course.png - 200 OK (0ms)
|
313947
|
+
|
313948
|
+
|
313949
|
+
Started GET "/assets/innovation.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313950
|
+
Served asset /innovation.png - 200 OK (0ms)
|
313951
|
+
|
313952
|
+
|
313953
|
+
Started GET "/assets/training.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313954
|
+
Served asset /training.png - 200 OK (0ms)
|
313955
|
+
|
313956
|
+
|
313957
|
+
Started GET "/assets/woople-theme/icons/menu2x.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313958
|
+
Served asset /woople-theme/icons/menu2x.png - 200 OK (0ms)
|
313959
|
+
|
313960
|
+
|
313961
|
+
Started GET "/assets/woople-theme/certification/red-icon.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313962
|
+
Served asset /woople-theme/certification/red-icon.png - 200 OK (1ms)
|
313963
|
+
|
313964
|
+
|
313965
|
+
Started GET "/assets/woople-theme/completed-triangle2x.png" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313966
|
+
Served asset /woople-theme/completed-triangle2x.png - 200 OK (0ms)
|
313967
|
+
|
313968
|
+
|
313969
|
+
Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 10.0.1.17 at 2012-11-08 11:39:35 -0500
|
313970
|
+
Served asset /font-awesome/fontawesome-webfont.woff - 200 OK (0ms)
|
313971
|
+
|
313972
|
+
|
313973
|
+
Started GET "/apple-touch-icon-114x114-precomposed.png" for 10.0.1.17 at 2012-11-08 11:39:36 -0500
|
313974
|
+
|
313975
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-114x114-precomposed.png"):
|
313976
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
313977
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
313978
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
313979
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
313980
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
313981
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
313982
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
313983
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
313984
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
313985
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
313986
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
313987
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
313988
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
313989
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
313990
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
313991
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
313992
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
313993
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
313994
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
313995
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
313996
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
313997
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
313998
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
313999
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314000
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314001
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314002
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314003
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314004
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314005
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314006
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314007
|
+
spec/dummy/script/rails:6:in `require'
|
314008
|
+
spec/dummy/script/rails:6:in `<main>'
|
314009
|
+
|
314010
|
+
|
314011
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
314012
|
+
|
314013
|
+
|
314014
|
+
Started GET "/apple-touch-icon-114x114.png" for 10.0.1.17 at 2012-11-08 11:39:36 -0500
|
314015
|
+
|
314016
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-114x114.png"):
|
314017
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314018
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314019
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314020
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314021
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314022
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314023
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314024
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314025
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314026
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314027
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314028
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314029
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314030
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314031
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314032
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314033
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314034
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314035
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314036
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314037
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314038
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314039
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314040
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314041
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314042
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314043
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314044
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314045
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314046
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314047
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314048
|
+
spec/dummy/script/rails:6:in `require'
|
314049
|
+
spec/dummy/script/rails:6:in `<main>'
|
314050
|
+
|
314051
|
+
|
314052
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
314053
|
+
|
314054
|
+
|
314055
|
+
Started GET "/apple-touch-icon-precomposed.png" for 10.0.1.17 at 2012-11-08 11:39:36 -0500
|
314056
|
+
|
314057
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-precomposed.png"):
|
314058
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314059
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314060
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314061
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314062
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314063
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314064
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314065
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314066
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314067
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314068
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314069
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314070
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314071
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314072
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314073
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314074
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314075
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314076
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314077
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314078
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314079
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314080
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314081
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314082
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314083
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314084
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314085
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314086
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314087
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314088
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314089
|
+
spec/dummy/script/rails:6:in `require'
|
314090
|
+
spec/dummy/script/rails:6:in `<main>'
|
314091
|
+
|
314092
|
+
|
314093
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
314094
|
+
|
314095
|
+
|
314096
|
+
Started GET "/apple-touch-icon.png" for 10.0.1.17 at 2012-11-08 11:39:36 -0500
|
314097
|
+
|
314098
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon.png"):
|
314099
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314100
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314101
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314102
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314103
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314104
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314105
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314106
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314107
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314108
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314109
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314110
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314111
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314112
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314113
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314114
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314115
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314116
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314117
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314118
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314119
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314120
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314121
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314122
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314123
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314124
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314125
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314126
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314127
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314128
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314129
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314130
|
+
spec/dummy/script/rails:6:in `require'
|
314131
|
+
spec/dummy/script/rails:6:in `<main>'
|
314132
|
+
|
314133
|
+
|
314134
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
314135
|
+
|
314136
|
+
|
314137
|
+
Started GET "/report/personal" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314138
|
+
Processing by BrowseController#personal_report as HTML
|
314139
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_page_header.html.erb (0.1ms)
|
314140
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_download.html.erb (1.2ms)
|
314141
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_legend.html.erb (1.2ms)
|
314142
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_report.html.erb (8.5ms)
|
314143
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_download.html.erb (0.2ms)
|
314144
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_legend.html.erb (0.3ms)
|
314145
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_report.html.erb (4.4ms)
|
314146
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_download.html.erb (0.2ms)
|
314147
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_legend.html.erb (0.5ms)
|
314148
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_report.html.erb (3.8ms)
|
314149
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_show.html.erb (32.4ms)
|
314150
|
+
Rendered browse/personal_report.html.erb within layouts/theme (43.2ms)
|
314151
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_profile.html.erb (3.6ms)
|
314152
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_menu.html.erb (2.6ms)
|
314153
|
+
Completed 200 OK in 125ms (Views: 122.8ms)
|
314154
|
+
|
314155
|
+
|
314156
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314157
|
+
Served asset /woople-theme/full_control.css - 304 Not Modified (0ms)
|
314158
|
+
|
314159
|
+
|
314160
|
+
Started GET "/assets/woople-theme/responsive.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314161
|
+
Served asset /woople-theme/responsive.css - 304 Not Modified (0ms)
|
314162
|
+
|
314163
|
+
|
314164
|
+
Started GET "/assets/woople-theme/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314165
|
+
Served asset /woople-theme/base.css - 304 Not Modified (0ms)
|
314166
|
+
|
314167
|
+
|
314168
|
+
Started GET "/assets/woople-theme/menu.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314169
|
+
Served asset /woople-theme/menu.css - 304 Not Modified (0ms)
|
314170
|
+
|
314171
|
+
|
314172
|
+
Started GET "/assets/woople-theme/content.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314173
|
+
Served asset /woople-theme/content.css - 304 Not Modified (0ms)
|
314174
|
+
|
314175
|
+
|
314176
|
+
Started GET "/assets/woople-theme/profile.css?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314177
|
+
Served asset /woople-theme/profile.css - 304 Not Modified (0ms)
|
314178
|
+
|
314179
|
+
|
314180
|
+
Started GET "/assets/woople-theme/assessment_form.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314181
|
+
Served asset /woople-theme/assessment_form.js - 304 Not Modified (0ms)
|
314182
|
+
|
314183
|
+
|
314184
|
+
Started GET "/assets/woople-theme/assessment_overview.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314185
|
+
Served asset /woople-theme/assessment_overview.js - 304 Not Modified (0ms)
|
314186
|
+
|
314187
|
+
|
314188
|
+
Started GET "/assets/twitter/bootstrap/transition.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314189
|
+
Served asset /twitter/bootstrap/transition.js - 200 OK (0ms)
|
314190
|
+
|
314191
|
+
|
314192
|
+
Started GET "/assets/woople-theme/reports/initializer.js?body=1" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314193
|
+
Served asset /woople-theme/reports/initializer.js - 200 OK (0ms)
|
314194
|
+
|
314195
|
+
|
314196
|
+
Started GET "/report/personal/data.json" for 10.0.1.17 at 2012-11-08 11:39:44 -0500
|
314197
|
+
Processing by BrowseController#personal_report as JSON
|
314198
|
+
Completed 200 OK in 7ms (Views: 1.4ms)
|
314199
|
+
|
314200
|
+
|
314201
|
+
Started GET "/" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314202
|
+
Processing by BrowseController#show as HTML
|
314203
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_page_header.html.erb (0.2ms)
|
314204
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item_header.html.erb (0.2ms)
|
314205
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_content_item.html.erb (1.6ms)
|
314206
|
+
Rendered browse/show.html.erb within layouts/theme (6.5ms)
|
314207
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_profile.html.erb (2.1ms)
|
314208
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_menu.html.erb (1.3ms)
|
314209
|
+
Completed 200 OK in 91ms (Views: 69.2ms)
|
314210
|
+
|
314211
|
+
|
314212
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314213
|
+
Served asset /woople-theme/full_control.css - 304 Not Modified (0ms)
|
314214
|
+
|
314215
|
+
|
314216
|
+
Started GET "/assets/woople-theme/responsive.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314217
|
+
Served asset /woople-theme/responsive.css - 304 Not Modified (0ms)
|
314218
|
+
|
314219
|
+
|
314220
|
+
Started GET "/assets/woople-theme/page-header.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314221
|
+
Served asset /woople-theme/page-header.css - 304 Not Modified (0ms)
|
314222
|
+
|
314223
|
+
|
314224
|
+
Started GET "/assets/woople-theme/outline.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314225
|
+
Served asset /woople-theme/outline.css - 304 Not Modified (0ms)
|
314226
|
+
|
314227
|
+
|
314228
|
+
Started GET "/assets/woople-theme/grid.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314229
|
+
Served asset /woople-theme/grid.css - 304 Not Modified (0ms)
|
314230
|
+
|
314231
|
+
|
314232
|
+
Started GET "/assets/woople-theme/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314233
|
+
Served asset /woople-theme/base.css - 304 Not Modified (0ms)
|
314234
|
+
|
314235
|
+
|
314236
|
+
Started GET "/assets/woople-theme/menu.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314237
|
+
Served asset /woople-theme/menu.css - 200 OK (0ms)
|
314238
|
+
|
314239
|
+
|
314240
|
+
Started GET "/assets/woople-theme/pagination.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314241
|
+
Served asset /woople-theme/pagination.css - 304 Not Modified (0ms)
|
314242
|
+
|
314243
|
+
|
314244
|
+
Started GET "/assets/woople-theme/dashboard/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314245
|
+
Served asset /woople-theme/dashboard/base.css - 304 Not Modified (0ms)
|
314246
|
+
|
314247
|
+
|
314248
|
+
Started GET "/assets/woople-theme/dashboard/status-alert.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314249
|
+
Served asset /woople-theme/dashboard/status-alert.css - 304 Not Modified (0ms)
|
314250
|
+
|
314251
|
+
|
314252
|
+
Started GET "/assets/woople-theme/content-item.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314253
|
+
Served asset /woople-theme/content-item.css - 304 Not Modified (0ms)
|
314254
|
+
|
314255
|
+
|
314256
|
+
Started GET "/assets/woople-theme/dashboard/user_and_status.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314257
|
+
Served asset /woople-theme/dashboard/user_and_status.css - 304 Not Modified (0ms)
|
314258
|
+
|
314259
|
+
|
314260
|
+
Started GET "/assets/woople-theme/course.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314261
|
+
Served asset /woople-theme/course.css - 304 Not Modified (0ms)
|
314262
|
+
|
314263
|
+
|
314264
|
+
Started GET "/assets/woople-theme/legacy.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314265
|
+
Served asset /woople-theme/legacy.css - 304 Not Modified (0ms)
|
314266
|
+
|
314267
|
+
|
314268
|
+
Started GET "/assets/woople-theme/theme-retina.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314269
|
+
Served asset /woople-theme/theme-retina.css - 304 Not Modified (0ms)
|
314270
|
+
|
314271
|
+
|
314272
|
+
Started GET "/assets/woople-theme/dashboard/organization-accounts.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314273
|
+
Served asset /woople-theme/dashboard/organization-accounts.css - 304 Not Modified (0ms)
|
314274
|
+
|
314275
|
+
|
314276
|
+
Started GET "/assets/woople-theme/reports/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314277
|
+
Served asset /woople-theme/reports/base.css - 304 Not Modified (0ms)
|
314278
|
+
|
314279
|
+
|
314280
|
+
Started GET "/assets/woople-theme/profile.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314281
|
+
Served asset /woople-theme/profile.css - 200 OK (0ms)
|
314282
|
+
|
314283
|
+
|
314284
|
+
Started GET "/assets/woople-theme/forms.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314285
|
+
Served asset /woople-theme/forms.css - 200 OK (0ms)
|
314286
|
+
|
314287
|
+
|
314288
|
+
Started GET "/assets/woople-theme/content.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314289
|
+
Served asset /woople-theme/content.css - 200 OK (0ms)
|
314290
|
+
|
314291
|
+
|
314292
|
+
Started GET "/assets/woople-theme/dashboard/status-popover.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314293
|
+
Served asset /woople-theme/dashboard/status-popover.css - 304 Not Modified (0ms)
|
314294
|
+
|
314295
|
+
|
314296
|
+
Started GET "/assets/woople-theme/modal.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314297
|
+
Served asset /woople-theme/modal.css - 200 OK (0ms)
|
314298
|
+
|
314299
|
+
|
314300
|
+
Started GET "/assets/woople-theme/basic-content.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314301
|
+
Served asset /woople-theme/basic-content.css - 304 Not Modified (0ms)
|
314302
|
+
|
314303
|
+
|
314304
|
+
Started GET "/assets/woople-theme/assessment.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314305
|
+
Served asset /woople-theme/assessment.css - 304 Not Modified (0ms)
|
314306
|
+
|
314307
|
+
|
314308
|
+
Started GET "/assets/woople-theme/buttons.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314309
|
+
Served asset /woople-theme/buttons.css - 200 OK (0ms)
|
314310
|
+
|
314311
|
+
|
314312
|
+
Started GET "/assets/woople-theme/index.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314313
|
+
Served asset /woople-theme/index.css - 304 Not Modified (1ms)
|
314314
|
+
|
314315
|
+
|
314316
|
+
Started GET "/assets/woople-theme/search-results.css?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314317
|
+
Served asset /woople-theme/search-results.css - 200 OK (0ms)
|
314318
|
+
|
314319
|
+
|
314320
|
+
Started GET "/assets/twitter/bootstrap/transition.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314321
|
+
Served asset /twitter/bootstrap/transition.js - 304 Not Modified (0ms)
|
314322
|
+
|
314323
|
+
|
314324
|
+
Started GET "/assets/twitter/bootstrap/dropdown.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314325
|
+
Served asset /twitter/bootstrap/dropdown.js - 304 Not Modified (0ms)
|
314326
|
+
|
314327
|
+
|
314328
|
+
Started GET "/assets/twitter/bootstrap/button.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314329
|
+
Served asset /twitter/bootstrap/button.js - 304 Not Modified (0ms)
|
314330
|
+
|
314331
|
+
|
314332
|
+
Started GET "/assets/twitter/bootstrap/alert.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314333
|
+
Served asset /twitter/bootstrap/alert.js - 304 Not Modified (0ms)
|
314334
|
+
|
314335
|
+
|
314336
|
+
Started GET "/assets/twitter/bootstrap/tab.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314337
|
+
Served asset /twitter/bootstrap/tab.js - 304 Not Modified (0ms)
|
314338
|
+
|
314339
|
+
|
314340
|
+
Started GET "/assets/twitter/bootstrap/collapse.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314341
|
+
Served asset /twitter/bootstrap/collapse.js - 304 Not Modified (0ms)
|
314342
|
+
|
314343
|
+
|
314344
|
+
Started GET "/assets/twitter/bootstrap/tooltip.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314345
|
+
Served asset /twitter/bootstrap/tooltip.js - 304 Not Modified (0ms)
|
314346
|
+
|
314347
|
+
|
314348
|
+
Started GET "/assets/fastclick.min_.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314349
|
+
Served asset /fastclick.min_.js - 304 Not Modified (0ms)
|
314350
|
+
|
314351
|
+
|
314352
|
+
Started GET "/assets/underscore-min.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314353
|
+
Served asset /underscore-min.js - 304 Not Modified (0ms)
|
314354
|
+
|
314355
|
+
|
314356
|
+
Started GET "/assets/woople-theme/assessment_form.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314357
|
+
Served asset /woople-theme/assessment_form.js - 304 Not Modified (0ms)
|
314358
|
+
|
314359
|
+
|
314360
|
+
Started GET "/assets/woople-theme/organization_dashboard_controller.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314361
|
+
Served asset /woople-theme/organization_dashboard_controller.js - 304 Not Modified (0ms)
|
314362
|
+
|
314363
|
+
|
314364
|
+
Started GET "/assets/woople-theme/reports/initializer.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314365
|
+
Served asset /woople-theme/reports/initializer.js - 304 Not Modified (0ms)
|
314366
|
+
|
314367
|
+
|
314368
|
+
Started GET "/assets/woople-theme/theme.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314369
|
+
Served asset /woople-theme/theme.js - 304 Not Modified (6ms)
|
314370
|
+
|
314371
|
+
|
314372
|
+
Started GET "/assets/jquery.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314373
|
+
Served asset /jquery.js - 304 Not Modified (1ms)
|
314374
|
+
|
314375
|
+
|
314376
|
+
Started GET "/assets/application.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314377
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
314378
|
+
|
314379
|
+
|
314380
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314381
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
314382
|
+
|
314383
|
+
|
314384
|
+
Started GET "/assets/modernizr.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314385
|
+
Served asset /modernizr.js - 304 Not Modified (0ms)
|
314386
|
+
|
314387
|
+
|
314388
|
+
Started GET "/assets/spin.min.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314389
|
+
Served asset /spin.min.js - 304 Not Modified (0ms)
|
314390
|
+
|
314391
|
+
|
314392
|
+
Started GET "/assets/twitter/bootstrap/modal.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314393
|
+
Served asset /twitter/bootstrap/modal.js - 304 Not Modified (0ms)
|
314394
|
+
|
314395
|
+
|
314396
|
+
Started GET "/assets/highcharts.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314397
|
+
Served asset /highcharts.js - 304 Not Modified (1ms)
|
314398
|
+
|
314399
|
+
|
314400
|
+
Started GET "/assets/twitter/bootstrap/popover.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314401
|
+
Served asset /twitter/bootstrap/popover.js - 304 Not Modified (0ms)
|
314402
|
+
|
314403
|
+
|
314404
|
+
Started GET "/assets/jasny/bootstrap/bootstrap-fileupload.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314405
|
+
Served asset /jasny/bootstrap/bootstrap-fileupload.js - 304 Not Modified (0ms)
|
314406
|
+
|
314407
|
+
|
314408
|
+
Started GET "/assets/woople-theme/assessment_overview.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314409
|
+
Served asset /woople-theme/assessment_overview.js - 304 Not Modified (0ms)
|
314410
|
+
|
314411
|
+
|
314412
|
+
Started GET "/assets/jwplayer/jwplayer.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314413
|
+
Served asset /jwplayer/jwplayer.js - 304 Not Modified (0ms)
|
314414
|
+
|
314415
|
+
|
314416
|
+
Started GET "/assets/woople-theme/reports/activity_report.js?body=1" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314417
|
+
Served asset /woople-theme/reports/activity_report.js - 304 Not Modified (0ms)
|
314418
|
+
|
314419
|
+
|
314420
|
+
Started GET "/assets/course.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314421
|
+
Served asset /course.png - 304 Not Modified (0ms)
|
314422
|
+
|
314423
|
+
|
314424
|
+
Started GET "/assets/woople-theme/logo.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314425
|
+
Served asset /woople-theme/logo.png - 304 Not Modified (0ms)
|
314426
|
+
|
314427
|
+
|
314428
|
+
Started GET "/assets/woople-theme/missing-profile.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314429
|
+
Served asset /woople-theme/missing-profile.png - 304 Not Modified (0ms)
|
314430
|
+
|
314431
|
+
|
314432
|
+
Started GET "/assets/pen.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314433
|
+
Served asset /pen.png - 304 Not Modified (0ms)
|
314434
|
+
|
314435
|
+
|
314436
|
+
Started GET "/assets/workshops.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314437
|
+
Served asset /workshops.png - 304 Not Modified (0ms)
|
314438
|
+
|
314439
|
+
|
314440
|
+
Started GET "/assets/woople-theme/missing.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314441
|
+
Served asset /woople-theme/missing.png - 200 OK (3ms)
|
314442
|
+
|
314443
|
+
|
314444
|
+
Started GET "/assets/leadership.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314445
|
+
Served asset /leadership.png - 200 OK (0ms)
|
314446
|
+
|
314447
|
+
|
314448
|
+
Started GET "/assets/innovation.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314449
|
+
Served asset /innovation.png - 200 OK (0ms)
|
314450
|
+
|
314451
|
+
|
314452
|
+
Started GET "/assets/woople-theme/icons/menu2x.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314453
|
+
Served asset /woople-theme/icons/menu2x.png - 304 Not Modified (0ms)
|
314454
|
+
|
314455
|
+
|
314456
|
+
Started GET "/assets/woople-theme/certification/red-icon.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314457
|
+
Served asset /woople-theme/certification/red-icon.png - 304 Not Modified (0ms)
|
314458
|
+
|
314459
|
+
|
314460
|
+
Started GET "/assets/woople-theme/completed-triangle2x.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314461
|
+
Served asset /woople-theme/completed-triangle2x.png - 304 Not Modified (0ms)
|
314462
|
+
|
314463
|
+
|
314464
|
+
Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314465
|
+
Served asset /font-awesome/fontawesome-webfont.woff - 304 Not Modified (0ms)
|
314466
|
+
|
314467
|
+
|
314468
|
+
Started GET "/apple-touch-icon-114x114-precomposed.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314469
|
+
|
314470
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-114x114-precomposed.png"):
|
314471
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314472
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314473
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314474
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314475
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314476
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314477
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314478
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314479
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314480
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314481
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314482
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314483
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314484
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314485
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314486
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314487
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314488
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314489
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314490
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314491
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314492
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314493
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314494
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314495
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314496
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314497
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314498
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314499
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314500
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314501
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314502
|
+
spec/dummy/script/rails:6:in `require'
|
314503
|
+
spec/dummy/script/rails:6:in `<main>'
|
314504
|
+
|
314505
|
+
|
314506
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
314507
|
+
|
314508
|
+
|
314509
|
+
Started GET "/apple-touch-icon-114x114.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314510
|
+
|
314511
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-114x114.png"):
|
314512
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314513
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314514
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314515
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314516
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314517
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314518
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314519
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314520
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314521
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314522
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314523
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314524
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314525
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314526
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314527
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314528
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314529
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314530
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314531
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314532
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314533
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314534
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314535
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314536
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314537
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314538
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314539
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314540
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314541
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314542
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314543
|
+
spec/dummy/script/rails:6:in `require'
|
314544
|
+
spec/dummy/script/rails:6:in `<main>'
|
314545
|
+
|
314546
|
+
|
314547
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
314548
|
+
|
314549
|
+
|
314550
|
+
Started GET "/apple-touch-icon-precomposed.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314551
|
+
|
314552
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon-precomposed.png"):
|
314553
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314554
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314555
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314556
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314557
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314558
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314559
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314560
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314561
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314562
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314563
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314564
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314565
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314566
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314567
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314568
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314569
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314570
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314571
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314572
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314573
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314574
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314575
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314576
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314577
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314578
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314579
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314580
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314581
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314582
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314583
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314584
|
+
spec/dummy/script/rails:6:in `require'
|
314585
|
+
spec/dummy/script/rails:6:in `<main>'
|
314586
|
+
|
314587
|
+
|
314588
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
314589
|
+
|
314590
|
+
|
314591
|
+
Started GET "/apple-touch-icon.png" for 10.0.1.17 at 2012-11-08 11:40:51 -0500
|
314592
|
+
|
314593
|
+
ActionController::RoutingError (No route matches [GET] "/apple-touch-icon.png"):
|
314594
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
314595
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
314596
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
314597
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
314598
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
314599
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
314600
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
314601
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
314602
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
314603
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
314604
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
314605
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
314606
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
314607
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
314608
|
+
thin (1.5.0) lib/thin/connection.rb:81:in `block in pre_process'
|
314609
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `catch'
|
314610
|
+
thin (1.5.0) lib/thin/connection.rb:79:in `pre_process'
|
314611
|
+
thin (1.5.0) lib/thin/connection.rb:54:in `process'
|
314612
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:41:in `process'
|
314613
|
+
thin (1.5.0) lib/thin/connection.rb:39:in `receive_data'
|
314614
|
+
faye-websocket (0.4.6) lib/faye/adapters/thin.rb:45:in `receive_data'
|
314615
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run_machine'
|
314616
|
+
eventmachine (1.0.0) lib/eventmachine.rb:187:in `run'
|
314617
|
+
thin (1.5.0) lib/thin/backends/base.rb:63:in `start'
|
314618
|
+
thin (1.5.0) lib/thin/server.rb:159:in `start'
|
314619
|
+
rack (1.4.1) lib/rack/handler/thin.rb:13:in `run'
|
314620
|
+
rack (1.4.1) lib/rack/server.rb:265:in `start'
|
314621
|
+
railties (3.2.8) lib/rails/commands/server.rb:70:in `start'
|
314622
|
+
railties (3.2.8) lib/rails/commands.rb:55:in `block in <top (required)>'
|
314623
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `tap'
|
314624
|
+
railties (3.2.8) lib/rails/commands.rb:50:in `<top (required)>'
|
314625
|
+
spec/dummy/script/rails:6:in `require'
|
314626
|
+
spec/dummy/script/rails:6:in `<main>'
|
314627
|
+
|
314628
|
+
|
314629
|
+
Rendered /Users/paul/.rvm/gems/ruby-1.9.3-p194/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
314630
|
+
|
314631
|
+
|
314632
|
+
Started GET "/report/personal" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314633
|
+
Processing by BrowseController#personal_report as HTML
|
314634
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_page_header.html.erb (0.1ms)
|
314635
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_download.html.erb (0.1ms)
|
314636
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_legend.html.erb (0.2ms)
|
314637
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_report.html.erb (2.1ms)
|
314638
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_download.html.erb (0.1ms)
|
314639
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_legend.html.erb (0.1ms)
|
314640
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_report.html.erb (1.6ms)
|
314641
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_download.html.erb (0.1ms)
|
314642
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_legend.html.erb (0.2ms)
|
314643
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_report.html.erb (1.7ms)
|
314644
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/reports/activity/_show.html.erb (8.9ms)
|
314645
|
+
Rendered browse/personal_report.html.erb within layouts/theme (11.3ms)
|
314646
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_profile.html.erb (2.0ms)
|
314647
|
+
Rendered /Users/paul/Sites/woople-theme/app/views/woople-theme/_menu.html.erb (1.4ms)
|
314648
|
+
Completed 200 OK in 75ms (Views: 73.3ms)
|
314649
|
+
|
314650
|
+
|
314651
|
+
Started GET "/assets/woople-theme/full_control.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314652
|
+
Served asset /woople-theme/full_control.css - 304 Not Modified (0ms)
|
314653
|
+
|
314654
|
+
|
314655
|
+
Started GET "/assets/woople-theme/responsive.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314656
|
+
Served asset /woople-theme/responsive.css - 304 Not Modified (0ms)
|
314657
|
+
|
314658
|
+
|
314659
|
+
Started GET "/assets/woople-theme/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314660
|
+
Served asset /woople-theme/base.css - 304 Not Modified (0ms)
|
314661
|
+
|
314662
|
+
|
314663
|
+
Started GET "/assets/woople-theme/page-header.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314664
|
+
Served asset /woople-theme/page-header.css - 304 Not Modified (0ms)
|
314665
|
+
|
314666
|
+
|
314667
|
+
Started GET "/assets/woople-theme/outline.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314668
|
+
Served asset /woople-theme/outline.css - 304 Not Modified (0ms)
|
314669
|
+
|
314670
|
+
|
314671
|
+
Started GET "/assets/woople-theme/grid.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314672
|
+
Served asset /woople-theme/grid.css - 304 Not Modified (0ms)
|
314673
|
+
|
314674
|
+
|
314675
|
+
Started GET "/assets/woople-theme/content-item.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314676
|
+
Served asset /woople-theme/content-item.css - 304 Not Modified (0ms)
|
314677
|
+
|
314678
|
+
|
314679
|
+
Started GET "/assets/woople-theme/dashboard/status-alert.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314680
|
+
Served asset /woople-theme/dashboard/status-alert.css - 304 Not Modified (0ms)
|
314681
|
+
|
314682
|
+
|
314683
|
+
Started GET "/assets/woople-theme/course.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314684
|
+
Served asset /woople-theme/course.css - 304 Not Modified (0ms)
|
314685
|
+
|
314686
|
+
|
314687
|
+
Started GET "/assets/woople-theme/theme-retina.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314688
|
+
Served asset /woople-theme/theme-retina.css - 304 Not Modified (0ms)
|
314689
|
+
|
314690
|
+
|
314691
|
+
Started GET "/assets/woople-theme/reports/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314692
|
+
Served asset /woople-theme/reports/base.css - 304 Not Modified (0ms)
|
314693
|
+
|
314694
|
+
|
314695
|
+
Started GET "/assets/woople-theme/dashboard/user_and_status.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314696
|
+
Served asset /woople-theme/dashboard/user_and_status.css - 304 Not Modified (0ms)
|
314697
|
+
|
314698
|
+
|
314699
|
+
Started GET "/assets/woople-theme/dashboard/status-popover.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314700
|
+
Served asset /woople-theme/dashboard/status-popover.css - 304 Not Modified (0ms)
|
314701
|
+
|
314702
|
+
|
314703
|
+
Started GET "/assets/woople-theme/index.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314704
|
+
Served asset /woople-theme/index.css - 304 Not Modified (1ms)
|
314705
|
+
|
314706
|
+
|
314707
|
+
Started GET "/assets/woople-theme/assessment.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314708
|
+
Served asset /woople-theme/assessment.css - 304 Not Modified (0ms)
|
314709
|
+
|
314710
|
+
|
314711
|
+
Started GET "/assets/woople-theme/dashboard/organization-accounts.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314712
|
+
Served asset /woople-theme/dashboard/organization-accounts.css - 304 Not Modified (0ms)
|
314713
|
+
|
314714
|
+
|
314715
|
+
Started GET "/assets/woople-theme/dashboard/base.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314716
|
+
Served asset /woople-theme/dashboard/base.css - 304 Not Modified (0ms)
|
314717
|
+
|
314718
|
+
|
314719
|
+
Started GET "/assets/woople-theme/basic-content.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314720
|
+
Served asset /woople-theme/basic-content.css - 304 Not Modified (0ms)
|
314721
|
+
|
314722
|
+
|
314723
|
+
Started GET "/assets/woople-theme/pagination.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314724
|
+
Served asset /woople-theme/pagination.css - 304 Not Modified (0ms)
|
314725
|
+
|
314726
|
+
|
314727
|
+
Started GET "/assets/woople-theme/legacy.css?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314728
|
+
Served asset /woople-theme/legacy.css - 304 Not Modified (0ms)
|
314729
|
+
|
314730
|
+
|
314731
|
+
Started GET "/assets/spin.min.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314732
|
+
Served asset /spin.min.js - 304 Not Modified (0ms)
|
314733
|
+
|
314734
|
+
|
314735
|
+
Started GET "/assets/jquery.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314736
|
+
Served asset /jquery.js - 304 Not Modified (1ms)
|
314737
|
+
|
314738
|
+
|
314739
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314740
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
314741
|
+
|
314742
|
+
|
314743
|
+
Started GET "/assets/modernizr.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314744
|
+
Served asset /modernizr.js - 304 Not Modified (0ms)
|
314745
|
+
|
314746
|
+
|
314747
|
+
Started GET "/assets/twitter/bootstrap/transition.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314748
|
+
Served asset /twitter/bootstrap/transition.js - 304 Not Modified (0ms)
|
314749
|
+
|
314750
|
+
|
314751
|
+
Started GET "/assets/twitter/bootstrap/dropdown.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314752
|
+
Served asset /twitter/bootstrap/dropdown.js - 304 Not Modified (0ms)
|
314753
|
+
|
314754
|
+
|
314755
|
+
Started GET "/assets/twitter/bootstrap/button.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314756
|
+
Served asset /twitter/bootstrap/button.js - 304 Not Modified (0ms)
|
314757
|
+
|
314758
|
+
|
314759
|
+
Started GET "/assets/twitter/bootstrap/tab.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314760
|
+
Served asset /twitter/bootstrap/tab.js - 304 Not Modified (0ms)
|
314761
|
+
|
314762
|
+
|
314763
|
+
Started GET "/assets/twitter/bootstrap/tooltip.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314764
|
+
Served asset /twitter/bootstrap/tooltip.js - 304 Not Modified (0ms)
|
314765
|
+
|
314766
|
+
|
314767
|
+
Started GET "/assets/fastclick.min_.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314768
|
+
Served asset /fastclick.min_.js - 304 Not Modified (0ms)
|
314769
|
+
|
314770
|
+
|
314771
|
+
Started GET "/assets/underscore-min.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314772
|
+
Served asset /underscore-min.js - 304 Not Modified (0ms)
|
314773
|
+
|
314774
|
+
|
314775
|
+
Started GET "/assets/highcharts.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314776
|
+
Served asset /highcharts.js - 304 Not Modified (1ms)
|
314777
|
+
|
314778
|
+
|
314779
|
+
Started GET "/assets/jasny/bootstrap/bootstrap-fileupload.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314780
|
+
Served asset /jasny/bootstrap/bootstrap-fileupload.js - 304 Not Modified (0ms)
|
314781
|
+
|
314782
|
+
|
314783
|
+
Started GET "/assets/woople-theme/assessment_form.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314784
|
+
Served asset /woople-theme/assessment_form.js - 304 Not Modified (0ms)
|
314785
|
+
|
314786
|
+
|
314787
|
+
Started GET "/assets/woople-theme/assessment_overview.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314788
|
+
Served asset /woople-theme/assessment_overview.js - 304 Not Modified (0ms)
|
314789
|
+
|
314790
|
+
|
314791
|
+
Started GET "/assets/woople-theme/organization_dashboard_controller.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314792
|
+
Served asset /woople-theme/organization_dashboard_controller.js - 304 Not Modified (0ms)
|
314793
|
+
|
314794
|
+
|
314795
|
+
Started GET "/assets/woople-theme/reports/activity_report.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314796
|
+
Served asset /woople-theme/reports/activity_report.js - 304 Not Modified (0ms)
|
314797
|
+
|
314798
|
+
|
314799
|
+
Started GET "/assets/woople-theme/reports/initializer.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314800
|
+
Served asset /woople-theme/reports/initializer.js - 304 Not Modified (0ms)
|
314801
|
+
|
314802
|
+
|
314803
|
+
Started GET "/assets/woople-theme/theme.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314804
|
+
Served asset /woople-theme/theme.js - 304 Not Modified (5ms)
|
314805
|
+
|
314806
|
+
|
314807
|
+
Started GET "/assets/application.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314808
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
314809
|
+
|
314810
|
+
|
314811
|
+
Started GET "/assets/twitter/bootstrap/modal.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314812
|
+
Served asset /twitter/bootstrap/modal.js - 304 Not Modified (0ms)
|
314813
|
+
|
314814
|
+
|
314815
|
+
Started GET "/assets/twitter/bootstrap/alert.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314816
|
+
Served asset /twitter/bootstrap/alert.js - 304 Not Modified (0ms)
|
314817
|
+
|
314818
|
+
|
314819
|
+
Started GET "/assets/twitter/bootstrap/collapse.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314820
|
+
Served asset /twitter/bootstrap/collapse.js - 304 Not Modified (0ms)
|
314821
|
+
|
314822
|
+
|
314823
|
+
Started GET "/assets/twitter/bootstrap/popover.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314824
|
+
Served asset /twitter/bootstrap/popover.js - 304 Not Modified (0ms)
|
314825
|
+
|
314826
|
+
|
314827
|
+
Started GET "/assets/jwplayer/jwplayer.js?body=1" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314828
|
+
Served asset /jwplayer/jwplayer.js - 304 Not Modified (0ms)
|
314829
|
+
|
314830
|
+
|
314831
|
+
Started GET "/assets/woople-theme/missing-profile.png" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314832
|
+
Served asset /woople-theme/missing-profile.png - 304 Not Modified (0ms)
|
314833
|
+
|
314834
|
+
|
314835
|
+
Started GET "/assets/woople-theme/logo.png" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314836
|
+
Served asset /woople-theme/logo.png - 304 Not Modified (0ms)
|
314837
|
+
|
314838
|
+
|
314839
|
+
Started GET "/report/personal/data.json" for 10.0.1.17 at 2012-11-08 11:41:02 -0500
|
314840
|
+
Processing by BrowseController#personal_report as JSON
|
314841
|
+
Completed 200 OK in 4ms (Views: 1.6ms)
|