Re: showcase + acts_as_versioned error

Hi Arnold,

I just saw this post of yours, and I was wondering if you found a fix

  • I’m having the same problem when installing Kyle M.'s Showcase
    CMS

thanks
Oliver

I just installed Kyle M.'s Showcase cms and followed the
instructions. The database was created successfully. However, when I
login to the account section to edit my website I get the following
error after a fresh install.


NameError in Account#index

Showing app/views/account/_website_form.rhtml where line #28 raised:

/usr/lib/ruby/gems/1.8/gems/activesupport-1.3.1/lib/active_support/dependencies.rb:100:in
`const_missing’: uninitialized constant Version

Extracted source (around line #28):

25:


26: Version

27:
28: <%= options_from_collection_for_select @website.versions,
“version”, “updated_at”, @website.version %>
29:
30: <%= submit_tag ‘Revert’ %>
31:

I am running rails 1.1 on a debian 3.1 server and using webrick in
development mode.

I have a feeling its something simple but I can’t seem to figure it out.
Any ideas?

Thanks!

Arnold