Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@marksim
marksim / dreamhost.rb
Last active December 11, 2015 20:49
Rails 3.2 template for Dreamhost functioning with twitter bootstrap, simple_form, and sorcery
# To use, type:
# rails new <application> -m https://gist.github.com/raw/4658117
create_file ".rvmrc", "rvm use ruby-1.8.7-p358"
# Basic Gems
gem 'sorcery'
gem 'cancan'
gem 'mini_magick'
gem 'carrierwave'
gem 'haml-rails'