Open chris72205 opened 1 year ago
I think it's as it should be.
The gemspec lists a few commented-out database gems that you can offer to your setup, in your Gemfile, as well: https://github.com/rubygems/gemstash/blob/main/gemstash.gemspec#L47-L52
Hope this helps!
It's still a bit confusing. Perhaps a note under the database section in the docs would be helpful to others?
If you use the
postgres
:db_adapter
, you'll need to include the gempg
in your Gemfile.
The docs for gemstash
are really good, but I was surprised this isn't mentioned.
Unless I add the
pg
gem to my Gemfile, I am unable to connect to postgres due to the following error during setup:I didn't see this mentioned as needed anywhere so I was wondering if it is and I've overlooked it or if it's a bug.
When developing directly from this repo, it fails unless I include the
pg
gem in the Gemfile. If this is a bug, I'm happy to submit a PR with the change.