On 22 June 2012 08:23, Colin Law <[email protected]> wrote: > On 21 June 2012 18:05, Fearless Fool <[email protected]> wrote: >>> Can you post the contents of schema.rb section for the table. >>> Also it would be interesting to put in some inspect debug for expected >>> and found. >> >> Colin: >> >> Done. See https://gist.github.com/2967023 for code and results. >> >> As for "inspect debug for expected and found", I assume you mean like >> this: >> >> puts("expected = #{expected.to_formatted_s(:rfc822)} >> (#{expected.inspect})") >> puts("found = #{found.to_formatted_s(:rfc822)} >> (#{found.inspect})") > > What is the class of found?
Also I don't think you have told us which versions of ruby and rails you are using. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

