Skip to content

Instantly share code, notes, and snippets.

@spellancer
Created September 16, 2012 18:29
Show Gist options
  • Save spellancer/3733630 to your computer and use it in GitHub Desktop.
Save spellancer/3733630 to your computer and use it in GitHub Desktop.
rails db app Gemfile
source 'https://rubygems.org'
gem 'rails', '3.2.8'
gem 'pg'
group :assets do
gem 'sass-rails', '~> 3.2.3'
gem 'coffee-rails', '~> 3.2.1'
gem 'uglifier', '>= 1.0.3'
gem 'twitter-bootstrap-rails', git: 'http://github.com/seyhunak/twitter-bootstrap-rails.git'
end
gem 'jquery-rails'
gem 'slim'
gem 'awesome_print'
gem 'simple_form'
gem 'friendly_id'
gem 'redcarpet'
gem 'puma'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment