Two bug reports: * Wrapping operations in a transaction prevents normal error page generation for errors that happen within the transaction. * If you attempt to reference a belongs_to relation for the first time when you are inside a to_s method, it returns nil instead of loading the object. --Tim Larson