mdsol / dice_bag

DiceBag is a library of rake tasks for configuring web apps in the style of The Twelve-Factor App.
MIT License
19 stars 4 forks source link

Fix adapter name in the database.yml.dice template for PostgreSQL #90

Closed jfeltesse-mdsol closed 6 years ago

jfeltesse-mdsol commented 6 years ago

Otherwise

LoadError: Could not load the 'postgres' Active Record adapter. Ensure that the adapter is spelled correctly in config/database.yml and that you've added the necessary adapter gem to your Gemfile.

@mdsol/team-10

piao-mdsol commented 6 years ago

Ah, might better to update this spec as well

https://github.com/mdsol/dice_bag/blob/f5a324e75b2f95c87c5d07ac20433a7ec80a005c/features/generating_template_files.feature#L22