Skip to content

Instantly share code, notes, and snippets.

@mcansky
Created June 16, 2010 09:16
Show Gist options
  • Select an option

  • Save mcansky/440379 to your computer and use it in GitHub Desktop.

Select an option

Save mcansky/440379 to your computer and use it in GitHub Desktop.
source :rubygems
# Project requirements
gem 'rake'
gem 'rack-flash'
gem 'thin' # or mongrel
# Active Support as requirement
gem 'activesupport', '2.3.5'
# Component requirements
gem 'haml'
gem 'dm-sqlite-adapter'
gem 'data_mapper'
# Test requirements
gem 'cucumber'
gem 'factory_girl'
gem 'sqlite3-ruby', :require => "sqlite3"
# upload
gem "carrierwave"
# thumbnail generation
gem "RubyInline"
gem "image_science"
# delayed_job
gem "delayed_job", :git => "git://github.com/mcansky/delayed_job.git"
# aws (and not aws-s3)
gem "aws"
group :production do
gem 'pg'
end
# Padrino
gem 'padrino', "0.9.11"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment