Skip to content

Instantly share code, notes, and snippets.

@christopherhein
Created May 15, 2011 18:55
Show Gist options
  • Save christopherhein/973429 to your computer and use it in GitHub Desktop.
Save christopherhein/973429 to your computer and use it in GitHub Desktop.
Gemfile, personal like-ings
source "http://rubygems.org"
# Rails
gem "rails", "3.1.0.beta1"
# Database
gem "mysql2"
gem "memcache-client"
# Front End
gem "haml"
gem "sass"
gem "haml-rails"
gem "compass"
gem "html5-boilerplate"
gem "lemonade"
gem "jammit-s3", :git => "git://github.com/christopherhein/jammit-s3.git"
# Facebook
gem "koala"
# Image Processing
gem "mini_magick"
# File Storage
gem "carrierwave"
gem "fog"
# Unique Ids
gem "uuidtools"
# Pagination
gem "will_paginate", "3.0.pre2"
# Authentication
gem "devise"
# SAS
gem "newrelic_rpm"
gem "hoptoad_notifier"
# Development
group :development, :test do
# Deploy
gem "capistrano"
# Creating VHosts
gem "ghost"
# Debuggin
gem "ruby-debug19"
gem "ruby-prof"
# Autotes
gem "autotest-rails"
gem "autotest-growl"
gem "autotest-fsevent"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment