davidcelis / recommendable

:+1::-1: A recommendation engine using Likes and Dislikes for your Ruby app
http://davidcelis.github.io/recommendable/
MIT License
1.36k stars 115 forks source link

Is there a way to make it work with Postgresql database? #99

Closed ivanacorovic closed 9 years ago

ivanacorovic commented 9 years ago

Hi! I ran into this gem and it is just what I need. I was just wondering, since I'm using Postgresql database, can it be adjusted so it works with it?

Thanks!

davidcelis commented 9 years ago

Not without a rewrite, unfortunately. However, in my spare time I have been woking on just that: a rewrite that will be more modular and allow the user to choose their storage mechanism. Spare time is something I don't have a lot of these days, but I hope to bring it out soon.