master
Espen Antonsen 2011-09-25 13:54:09 +08:00
parent 3898c221c8
commit d0e2834b1b
1 changed files with 5 additions and 3 deletions

View File

@ -8,15 +8,17 @@ gem 'mime-types', :require => 'mime/types'
gem 'carrierwave'
# -- Heroku
# Uncomment both and enable required db adapter below
gem 'heroku'
gem 'pg'
# -- Database
# SQLite
# SQLite:
#gem 'sqlite3-ruby'
# MySQL:
#gem 'mysql2', '~> 0.2.7' # Use version 0.3 and up for Rails 3.1
# PostgreSQL: (use this on Heroku)
gem 'pg'
# PostgreSQL:
#gem 'pg'
# -- Cloud storage
# AWS S3 support. Can be disabled if using local file system instead of cloud storage.