heroku
This commit is contained in:
parent
3898c221c8
commit
d0e2834b1b
8
Gemfile
8
Gemfile
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue