In-memory SQLite database for Rails testing

In-memory SQLite database for Rails testing

Saw a significant speed improvement in my code with this (~20-30% on a 30 minute suite). Really useful if you have a lot of memory or slower disks.

From Emili Parreño