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
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 fromdatabase.yml