This install succeeds:
rails cetest -m http://www.communityengine.org/install_template.rb
However, after starting the server, the browser reports:
ActionView::TemplateError (undefined local variable or method
`content_class' for #<ActionView::Base:0xb6fdca94>) on line #2 of
vendor/plugins/community_engine/app/views/shared/_box.html.haml:
1: .box{html_options}
2: %div{:class => "#{content_class}"}
3: =body
Tests also fail to run:
rake test
(in /home/muldoon/rails/cetest)
/usr/local/bin/ruby -I"/home/muldoon/rails/cetest/lib" -I"/home/
muldoon/rails/cetest/test" "/usr/local/lib/ruby/gems/1.8/gems/
rake-0.8.4/lib/rake/rake_test_loader.rb"
/usr/local/bin/ruby -I"/home/muldoon/rails/cetest/lib" -I"/home/
muldoon/rails/cetest/test" "/usr/local/lib/ruby/gems/1.8/gems/
rake-0.8.4/lib/rake/rake_test_loader.rb"
/usr/local/bin/ruby -I"/home/muldoon/rails/cetest/lib" -I"/home/
muldoon/rails/cetest/test" "/usr/local/lib/ruby/gems/1.8/gems/
rake-0.8.4/lib/rake/rake_test_loader.rb"
My versions:
Ruby version 1.8.8 (i686-linux)
RubyGems version 1.3.2
Rack version 1.0 bundled
Rails version 2.3.2
Active Record version 2.3.2
Action Pack version 2.3.2
Active Resource version 2.3.2
Action Mailer version 2.3.2
Active Support version 2.3.2
Environment development
Database adapter sqlite3
The database is intact. content_class is mentioned in _box.html.haml,
and 6 files related to tiny_mce.
Any suggestions, fine peoples?
Mike
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CommunityEngine" 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/communityengine?hl=en
-~----------~----~----~----~------~----~------~--~---