Skip to content

Instantly share code, notes, and snippets.

staging:
adapter: postgresql
encoding: unicode
database: myapp
pool: 5
username: myapp
password: password
host: localhost
source 'https://rubygems.org'
ruby '2.1.6'
gem 'rails', '4.2.4'
gem 'sass-rails', '~> 5.0'
gem 'uglifier', '>= 1.3.0'
gem 'coffee-rails', '~> 4.1.0'
gem 'jquery-rails'
gem 'turbolinks'
gem 'jbuilder', '~> 2.0'
group :development, :test do