kortirso / emailbutler

Simple email tracker for Ruby on Rails applications. Emailbutler allows you to track sending params and delivery status of emails, resend them if required.
MIT License
20 stars 3 forks source link

Documentation Request: how to install `uuid-ossp.control` #1

Open brandondrew opened 1 year ago

brandondrew commented 1 year ago

on macOS, when following the instructions in the README, I get

PG::UndefinedFile: ERROR:  could not open extension control file "/Users/brandon/.asdf/installs/postgres/14.0/share/extension/uuid-ossp.control": No such file or directory

For users of Postgres installed through Homebrew, it appears to be as simple as entering

$ brew install ossp-uuid

I'll keep looking for instructions relevant to ASDF, but it would be very nice to have those instructions included in the README for various operating systems and configurations.

kortirso commented 1 year ago

hm, I never had any problems with uuid-ossp postgres extension, no additional installations, just postgres

I think I'll remove uuids and will use only simple ids