Public Gists by samgranieri

Gravatar
Wed Apr 01 14:51:54 -0700 2009
1
2
3
Given a preexisting lat/lng
 
lat | 41.9219
Gravatar
Tue Mar 31 16:06:10 -0700 2009
1
2
3
End Result: What are the Lat/Lng points for zipcode 60614's boundaries in chicago
 
I downloaded the shapefile from here
Gravatar
Fri Mar 27 15:51:51 -0700 2009
1
2
3
module ActiveRecord::ConnectionAdapters
  class PostgreSQLAdapter < AbstractAdapter
    def client_min_messages=(level)
Gravatar
Mon Mar 23 08:25:18 -0700 2009
1
2
3
# SUPER DARING APP TEMPLATE 1.0
# By Peter Cooper
 
Gravatar
Sat Feb 21 12:35:31 -0800 2009
1
2
3
diff --git a/ext/extconf.rb b/ext/extconf.rb
index c959833..241ea67 100644
--- a/ext/extconf.rb
Gravatar
Tue Dec 16 15:42:43 -0800 2008
1
2
3
# Allow the metal piece to run in isolation
require(File.dirname(__FILE__) + "/../../config/environment") unless defined?(Rails)
 
Gravatar
Tue Dec 16 15:29:16 -0800 2008
1
2
3
# Allow the metal piece to run in isolation
require(File.dirname(__FILE__) + "/../../config/environment") unless defined?(Rails)