JJB Blog

Posts Tagged ‘unit’

How to use a RAM / memory disk for MySQL in Rails

I wanted to use a RAM disk for my MySQL data files when running my tests for a Rails project. I succeeded, but it only cut 2 seconds off of my ~30 second test suite for my functional tests, and didn’t cut any time off of my unit tests. But nevertheless, here is how I [...]