search for: forummessagetest

Displaying 1 result from an estimated 1 matches for "forummessagetest".

2006 Feb 03
2
acts_as_tree counter_cache behavior is different than API docs
...39;'another subject'', "body" => "good grief.") This follows the the API docs pretty closely at http://ar.rubyonrails.com/classes/ActiveRecord/Acts/Tree/ClassMethods.html However, the test fails for this reason: 4) Error: test_proper_creation_of_message_reply(ForumMessageTest): ActiveRecord::StatementInvalid: PGError: ERROR: column "forum_messages_count" does not exist : UPDATE forum_message SET forum_messages_count = forum_messages_count + 1 WHERE (id = 1) The docs do not mention creating a table column based on the model name. Is this the now intended beha...