I think this is strange (at least):

in test/models/topic.rb line 52
Topic class declares:

serialize :content

But after running ARCONN=sqlite3 ruby -Itest test/cases/finder_test.rb
I found this in the test/fixtures/fixture_database.sqlite3 database

sqlite> select content from topics;
Have a nice day
Have a nice day
I'm a troll
Why not?

I would expect to have YAML in content column instead of plain text.

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to