Skip to content

Instantly share code, notes, and snippets.

@christopherhein
Created April 29, 2011 14:45
Show Gist options
  • Save christopherhein/948400 to your computer and use it in GitHub Desktop.
Save christopherhein/948400 to your computer and use it in GitHub Desktop.

source 'http://rubygems.org'

Rails

gem "rails"

Database

gem "mysql2"

Deploy with Capistrano

gem "capistrano"

Front End

gem "haml-rails" gem "compass" gem "html5-boilerplate"

Api Wrappers

gem "koala" gem "swish" gem "twitter" gem "flickr-fu" gem "vimeo"

File Storage

gem "carrierwave"

Image Handling

gem "mini_magick"

Pagination

gem "will_paginate"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment