Skip to content

Instantly share code, notes, and snippets.

@slickplaid
Created August 6, 2012 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save slickplaid/3277368 to your computer and use it in GitHub Desktop.
Save slickplaid/3277368 to your computer and use it in GitHub Desktop.
CouchDB Cradle Inconsistancy
/*
database.virtualPowerTrack.get is analogous with `db.get` in cradle's docs
https://github.com/cloudhead/cradle
*/
app.get('/virtualPowerTrack/:id', authenticateUser, function(req, res, next) {
database.virtualPowerTracks.get(req.param('id'), function(err, vpt) {
if(err) return next(err);
var virtualPowerTrack = new VirtualPowerTrack(vpt);
if(virtualPowerTrack.hasStudent(req.user._id) || req.user.admin) {
virtualPowerTrack.getPosts(function(err, posts) {
console.log(vpt._rev, virtualPowerTrack.posts);
res.render('virtualPowerTrack/classroom', { virtualPowerTrack: virtualPowerTrack, posts: posts });
});
} else {
next('You are not registered to view this class.');
}
});
});
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 19 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 200 13 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /css/bootstrap.min.css 200 17 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /js/bootstrap.min.js 200 25 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /img/glyphicons-halflings.png 304 3 ms
99-79095e1744c2de34a4d4121353961ff9 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d' ]
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 35 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 4 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 14 ms
Mon, 06 Aug 2012 18:28:33 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 12 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 20 ms
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 5 ms
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 21 ms
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:34 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 27 ms
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 4 ms
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 28 ms
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 4 ms
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 5 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:35 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 31 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 16 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 12 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 10 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 22 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 4 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 16 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 15 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 36 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 11 ms
Mon, 06 Aug 2012 18:28:36 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 9 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 21 ms
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 3 ms
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 7 ms
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 19 ms
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:37 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 31 ms
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 5 ms
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 4 ms
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
99-79095e1744c2de34a4d4121353961ff9 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d' ]
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 18 ms
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 5 ms
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 3 ms
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 6 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:38 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 24 ms
Mon, 06 Aug 2012 18:28:39 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:39 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 7 ms
Mon, 06 Aug 2012 18:28:39 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 6 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:47 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 24 ms
Mon, 06 Aug 2012 18:28:47 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 6 ms
Mon, 06 Aug 2012 18:28:47 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 7 ms
Mon, 06 Aug 2012 18:28:47 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 6 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 20 ms
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 5 ms
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 8 ms
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 6 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 22 ms
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 5 ms
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 7 ms
Mon, 06 Aug 2012 18:28:48 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 7 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 16 ms
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 5 ms
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 8 ms
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 7 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 24 ms
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 4 ms
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:49 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 5 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 23 ms
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 4 ms
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 5 ms
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 26 ms
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 11 ms
Mon, 06 Aug 2012 18:28:50 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 7 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 22 ms
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 200 5 ms
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 2 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 21 ms
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 7 ms
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 5 ms
Mon, 06 Aug 2012 18:28:51 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
99-79095e1744c2de34a4d4121353961ff9 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d' ]
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 25 ms
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 5 ms
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 7 ms
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 4 ms
99-79095e1744c2de34a4d4121353961ff9 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d' ]
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 26 ms
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 4 ms
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 9 ms
Mon, 06 Aug 2012 18:28:52 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 4 ms
104-d058c9da91ead2bcd931ff88fa0e0bf1 undefined [ 'a60c505a3804ae6eea2f648e19023a7a',
'a60c505a3804ae6eea2f648e190242f8',
'a60c505a3804ae6eea2f648e19024dae',
'a60c505a3804ae6eea2f648e19025675',
'a60c505a3804ae6eea2f648e19025a32',
'a60c505a3804ae6eea2f648e1902d68d',
'a60c505a3804ae6eea2f648e1902e324',
'a60c505a3804ae6eea2f648e1902ee7a',
'a60c505a3804ae6eea2f648e1902fbcb',
'a60c505a3804ae6eea2f648e19030146',
'a60c505a3804ae6eea2f648e19030403' ]
Mon, 06 Aug 2012 18:28:53 GMT 10.1.1.1 GET /virtualPowerTrack/a60c505a3804ae6eea2f648e190032ac 200 23 ms
Mon, 06 Aug 2012 18:28:53 GMT 10.1.1.1 GET /js/bootstrap.min.js 304 3 ms
Mon, 06 Aug 2012 18:28:53 GMT 10.1.1.1 GET /css/bootstrap.min.css 304 6 ms
Mon, 06 Aug 2012 18:28:53 GMT 10.1.1.1 GET /css/bootstrap-responsive.min.css 304 5 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment