Fixes for PostreSQL support
This commit is contained in:
parent
f2c0367a74
commit
1c38b091cc
5 changed files with 39 additions and 33 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue