Skip to content

Instantly share code, notes, and snippets.

@evanwalsh
Created May 9, 2011 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanwalsh/962064 to your computer and use it in GitHub Desktop.
Save evanwalsh/962064 to your computer and use it in GitHub Desktop.
source :rubygems
gem 'rails', '~> 3.0.7'
# Database
gem 'mongoid', '~> 2.0.1'
gem 'bson_ext', '~> 1.3.0'
gem 'mongo_ext', '~> 0.19.3'
# Backend
gem 'redcarpet', '~> 1.13.1'
# Frontend
gem 'simple_form', '~> 1.3.1'
# API
gem 'grape', '~> 0.1.4'
group :development do
gem 'compass', '~> 0.11.1'
gem 'barista', '~> 1.0.0'
gem 'therubyracer', '~> 0.8.1'
end
group :development, :test do
# The goods
gem 'rspec-rails', '~> 2.5.0'
gem 'capybara', '~> 0.4.1.2'
gem 'akephalos', '~> 0.2.5'
gem 'database_cleaner', '~> 0.6.6'
# Mongoid stuff
gem 'mongoid-rspec', '~> 1.4.1'
# Making things easier
gem 'spork', '~> 0.8.4'
gem 'watchr', '~> 0.7'
gem 'fabrication', '~> 0.9.5'
gem 'launchy', '~> 0.4.0'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment