Skip to content

Instantly share code, notes, and snippets.

View rosswhit's full-sized avatar

Ross Whiting (me) rosswhit

View GitHub Profile
@rosswhit
rosswhit / gist:2217777
Created March 27, 2012 16:41 — forked from gisborne/gist:1501333
Gemfile. pg_ext loading error
#bundle install to set this stuff up
source :rubyforge
gem 'rack'
gem 'rails', '>= 3.0.4'
#gem 'rack-ssl'
#gem 'thin'
gem 'unicorn'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'