Skip to content

Instantly share code, notes, and snippets.

View glebtv's full-sized avatar

Gleb glebtv

View GitHub Profile
@glebtv
glebtv / worklog.rb
Created June 1, 2013 09:57
worklog from git
#!/usr/bin/env ruby
require 'date'
data = `git log --shortstat --no-merges`
logs = data.split("commit ")
class Hash
def self.recursive
new { |hash, key| hash[key] = recursive }
@glebtv
glebtv / active_admin.css.sass
Created February 7, 2013 10:01
Active Admin CKeditor 4 hack
@import "active_admin/mixins"
@import "active_admin/components/links"
body
@include global-reset
@import "active_admin/typography"
@import "active_admin/header"
@import "active_admin/forms"
@import "active_admin/components/comments"
@import "active_admin/components/flash_messages"