mhfs / devise-async

Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.
MIT License
575 stars 110 forks source link

PostgreSQL is mandatory? #62

Closed baschtl closed 9 years ago

baschtl commented 9 years ago

Is it just me who thinks that it is weird that PostgreSQL is mandatory because it is a dependency of https://github.com/QueueClassic/queue_classic ? Hence, although I do not use QueueClassic I have to have PostgreSQL installed on my machine. Otherwise, bundler will stop bundling with a native extension error for pg.

keichan34 commented 9 years ago

It looks like QueueClassic is used in the tests. It's listed as a development dependency in the gemspec, so it shouldn't be installed normally?

baschtl commented 9 years ago

Yes, you are right. Nevertheless, it's a bit of a hassle...