Why won't Rails update my object attributes?

My first guess is that a validation is failing. What does the update_attributes call return?

My guess here would be that the values are '' (empty string), and not nil.