jmazzi / crypt_keeper

Transparent ActiveRecord encryption
http://jmazzi.github.com/crypt_keeper/
MIT License
288 stars 99 forks source link

rake test for generating testing database #122

Closed aquajach closed 6 years ago

aquajach commented 8 years ago

I am not sure what's the best way to set up testing environment for crypt_keeper. I spent some time to manually create databases and add postgresql extensions, for every machine.

The new rake test is to make it done by running rake db:create as how we do for rails from database.yml