Fixes for PostreSQL support

This commit is contained in:
Eugene Dubinin 2017-06-15 18:11:43 +03:00 committed by Stella Rouzi
parent f2c0367a74
commit 1c38b091cc
5 changed files with 39 additions and 33 deletions

View file

@ -18,7 +18,9 @@ gem 'rails_12factor', group: :production
gem 'responders', '~> 2.0'
# as the database for Active Record
# choose only one
gem 'mysql2'
#gem 'pg'
# for observing records
gem 'rails-observers'