Steve ConoverSteve Conover
Standup 1/7-8: Bundler, MySql vs Sqlite on disk vs Sqlite in-memory
edit Posted by Steve Conover on Friday January 08, 2010 at 09:21AM

Bundler 0.8.1 is out. There have been some significant changes around how the vendor directory is organized, so you'll want to rm -rf vendor/gems and re-run bundle.

A team tried swapping in Sqlite to see if it made any difference in test suite runtime. It was actually slightly slower than MySql. In-memory Sqlite didn't help either.