CE no longer uses Engines; it now uses the Desert gem to handle code mixing and view template overriding. I haven't tried it with JRuby, so I can't offer any help there. I suppose the guys on the Desert mailing list might be able to tell you if there's any problem using Desert and JRuby.
> > > http://devblog.imedo.de/2008/9/18/using-rails-engines-with-jruby-and-glassfish > Sounds like there's some issue with the way Engines copies plugin assets into the app directory, which CE still does (even though we don't use Engines). However, you can turn asset autoloading off by setting a configuration variable. All this means is that you'll have to copy the plugins public assets (css, images, etc.) into the app's public directory some other way before you deploy. Good luck, Bruno > > Thanks - Doug > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
