I have found several examples using datamapper and was able to get them to work. All these examples are for a sqlite database though. I'm trying to use datamapper with postgresql.
I changed the call in datamapper from sqlite3 to postgres, and I've got dm-postgres-adapter installed already. But it still doesn't work.
What else do I have to do?