This patch implements various improvements to fixtures:
* Stable, autogenerated ID's
* Specify associations (belongs_to, has_one, has_many) by label, not ID
* Specify HABTM associations as inline lists
* Autofill timestamp columns
* YAML defaults support
* Fixture label interpolation
These features are backwards compatible: they're only enabled for fixtures that correspond to a model class and don't specify a primary key value.
Detailed documentation can currently be found at:
http://svn.geeksomnia.com/rathole/trunk/README