Skip to content

Instantly share code, notes, and snippets.

@robzolkos
Created January 19, 2011 23:02
Show Gist options
  • Save robzolkos/787075 to your computer and use it in GitHub Desktop.
Save robzolkos/787075 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'mysql2'
gem 'capistrano'
gem "haml"
gem "haml-rails"
gem "jquery-rails"
gem "hpricot"
gem "devise"
gem "will_paginate", "3.0.pre2"
gem "carrierwave"
gem "RedCloth"
gem "simple_form"
gem 'tiny_mce'
gem 'cancan'
gem 'mini_magick'
gem "acts-as-taggable-on"
group :development, :test do
gem "rails3-generators"
gem "rspec"
gem "rspec-rails"
gem "rails_best_practices"
gem 'factory_girl_rails'
gem 'sqlite3'
gem 'cucumber-rails'
gem 'capybara'
gem 'launchy'
end
group :test do
gem "cover_me"
gem 'spork', :git => 'http://github.com/timcharper/spork.git'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment