It took me a while, but I set up CE Edge Branch with using the README instructions, then
cd vendor/plugins/community_engine git pull origin edge It appears that in order for rake test; rake community_engine:test to pass without errors I needed to install some unmentioned gem and put them in the environment.rb file: config.gem "calendar_date_select" config.gem "icalendar" Also, I had to add "processor: rmagick" to all the "attachment_fu" options in "application.yml", as I believe there is a conflict with image_science.. The error ArgumentError: invalid geometry format comes up quite a bit from attachment_fu. After that, all the tests passed. Cheers, -Polar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
