>From http://sites.google.com/a/curbly.com/communityengine/installation:
> 6. Modify your environment.rb as indicated below:
>
> ## environment.rb should look something like this:
> ===============================================================
> RAILS_GEM_VERSION = '2.1' unless defined? RAILS_GEM_VERSION
> require File.join(File.dirname(__FILE__), 'boot')
> require File.join(File.dirname(__FILE__), '../vendor/plugins/engines/boot')
>
> Rails::Initializer.run do |config|
> #resource_hacks required here to ensure routes like /:login_slug work
> config.plugins = [:engines, :community_engine, :white_list, :all]
> config.plugin_paths +=
> ["#{RAILS_ROOT}/vendor/plugins/community_engine/engine_plugins"]
>
> ... Your stuff here ...
> end
> # Include your application configuration below
> require
> "#{RAILS_ROOT}/vendor/plugins/community_engine/engine_config/boot.rb"
>
>
1) Failure:
> test_should_get_clipping_image(ClippingTest)
> [./vendor/plugins/community_engine/test/functional/../
> test_helper.rb:25:in `assert_difference'
> ./vendor/plugins/community_engine/test/unit/clipping_test.rb:
> 38:in `test_should_get_clipping_image'
> /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
> active_support/testing/setup_and_teardown.rb:33:in `__send__'
> /usr/lib/ruby/gems/1.8/gems/activesupport-2.1.0/lib/
> active_support/testing/setup_and_teardown.rb:33:in `run']:
> <4> expected but was
> <1>.
Looks like an image processing problem to me (the clipping thumbnails
weren't created, that's why there's only one clipping image instead of
four).
> 2) Error:
> test_should_get_index(StatisticsControllerTest):
> ActionView::TemplateError: You don't need to use "- end" in Haml. Use
> indentation instead:
> - if foo?
> %strong Foo!
> - else
> Not foo.
> On line #21 of vendor/plugins/community_engine/app/views/
> statistics/index.html.haml
Just pushed a fix to this. Must be new in the latest HAML.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---