Fixtures and has_one in Ruby on Rails
In Rails 2.0, fixtures has been improved. You no longer need to specify ID. You can check out the screencast. unfortunately, it does not support the has_one (as far as I can tell). I have a location object that specifies a phone number, a name, and an address object. It is specified as follows: class [...]