Displaying articles with tag

Speed up Rails tests using an in-memory database

Posted by Olivier, Wed May 16 19:30:00 UTC 2007

One cheap solution to speed up your unit tests is to configure the test database to run in-memory. If your code isn’t database specific, you’ll simply have to follow Geoffrey Grosenbach’s instructions.

Other links you might want to check out on this topic:

0 comments | Filed Under: | Tags: