Public Gists by ches

Gravatar
Tue Nov 03 19:08:48 -0800 2009
1
2
3
usage = <<DESC
Use mysql to expire sessions without loading the Rails environment, so we
can call this task from cron without it being unnecessarily expensive.
Gravatar
Mon Oct 05 04:55:45 -0700 2009
1
2
3
# Neater Github gem dependencies for Rails
 
module GithubGem
Gravatar
Tue Jun 16 22:31:29 -0700 2009
1
2
3
# Lighter -- Campfire from the command line
# usage: ruby lighter.rb subdomain "Main Room" macournoyer@gmail
require "rubygems"
gist: 90083 Bash alias to open Github p...
Gravatar
Fri Apr 03 19:04:29 -0700 2009
1
2
3
# Bash alias to open Github page for project in current working directory.
# Will use the current active branch if it exists remotely, or falls back to master.