Thanks Bruno.  I've got some new questions... I'm having some issues
that seem like they arise from conflicts between plugins that are in
CE and the same plugins that were already in the app:

 * CE's migrations won't run because we're already using
acts_as_taggable_on_steroids and hence already have a tags table

 * Ziya seems to be getting initialized twice, we're using the gem
already.  I get a lot of warnings when the app starts up about
constants being redefined, followed by crashing with an error about
trying to call a private method (Ziya::Module#initialize?)  I can get
rid of the error, but not the warnings, if I list :ziya
before :community_engine in the config.plugins=

 * When the app starts up, something seems to be copying a bunch of
files into public/plugin_assets/calendar_date_select.  This is giving
me trouble because it's also copying .svn folders.  For now, it's
causing a permissions error and I have to just go delete all the .svn
folders and try again, but I have a feeling it will cause bigger
problems once I add public/plugin_assets into the project's svn repo.

Can/should I disable these various plugins within CE in favor of the
plugins/gems we were already using?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to