Skip to content

Instantly share code, notes, and snippets.

@brand-it
Created October 27, 2011 04:27
Show Gist options
  • Save brand-it/1318776 to your computer and use it in GitHub Desktop.
Save brand-it/1318776 to your computer and use it in GitHub Desktop.
This is what a rails 3.1.0 app looks like when you create it.
source 'http://rubygems.org'
gem 'rails', '3.1.0'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'sqlite3'
gem 'json'
# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', " ~> 3.1.0"
gem 'coffee-rails', "~> 3.1.0"
gem 'uglifier'
end
gem 'jquery-rails'
# Use unicorn as the web server
# gem 'unicorn'
# Deploy with Capistrano
# gem 'capistrano'
# To use debugger
# gem 'ruby-debug'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment