Skip to content

Instantly share code, notes, and snippets.

View fredrikhenne's full-sized avatar

Fredrik Henne fredrikhenne

  • Stockholm, Sweden
View GitHub Profile
file 'Gemfile', <<-GEMS
source 'http://gemcutter.org'
gem "rails", "3.0.0.beta3"
gem "bson_ext"
gem "mongoid", :git => "http://github.com/durran/mongoid.git"
gem "haml", ">= 3.0.0.rc.2"
gem "compass", ">= 0.10.0.rc4"
gem "rails3-generators", :git => "http://github.com/indirect/rails3-generators.git"
group :test do