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' gem 'carrierwave'
# -- Heroku # -- Heroku
# Uncomment both and enable required db adapter below
gem 'heroku' gem 'heroku'
gem 'pg'
# -- Database # -- Database
# SQLite # SQLite:
#gem 'sqlite3-ruby' #gem 'sqlite3-ruby'
# MySQL: # MySQL:
#gem 'mysql2', '~> 0.2.7' # Use version 0.3 and up for Rails 3.1 #gem 'mysql2', '~> 0.2.7' # Use version 0.3 and up for Rails 3.1
# PostgreSQL: (use this on Heroku) # PostgreSQL:
gem 'pg' #gem 'pg'
# -- Cloud storage # -- Cloud storage
# AWS S3 support. Can be disabled if using local file system instead of cloud storage. # AWS S3 support. Can be disabled if using local file system instead of cloud storage.