Public Gists by digitalhobbit

Gravatar
Tue Dec 08 07:29:38 -0800 2009
1
2
3
# Based on example from <http://railscasts.com/episodes/130-monitoring-with-god>
 
# Use static root, as we're currently not reloading God config during deployments
Gravatar
Fri Aug 14 13:52:01 -0700 2009
1
2
3
@implementation BackgroundLayer
 
@synthesize map; // the TMXTiledMap
Gravatar
Thu Feb 26 14:01:52 -0800 2009
1
2
3
#!/usr/bin/env ruby
require 'rubygems'
require 'daemons'
Gravatar
Fri Feb 20 17:04:20 -0800 2009
1
2
3
# If we ever end up running God / Starling on other environments than production.
# we'll have to find a different way to set the values below.
STARLING_PORT = 15151