Skip to content

Instantly share code, notes, and snippets.

View tysone's full-sized avatar

Tyson Evans tysone

View GitHub Profile
/*$Id: commentsModule.css 82379 2011-11-17 21:49:30Z fisherc $
/css/0.1/screen/community/comments/2.0/commentsModule.css
(c)2006 - 2011 The New York Times Company */
/* font stacks */
.commentsContainer .commentsModule,
.commentsContainer .commentReadMore {
font-family: arial, helvetica, sans-serif;
font-size: 12px;
require 'rubygems'
require 'garb'
Garb::Session.login(username,password)
class Popular
extend Garb::Model
metrics :pageviews
dimensions :page_path, :page_title
end