Parts are awesome. Really nice interface to package up widgets with controller logic, parameters, and even layouts per part controller so you can easily wrap similar parts in the same html packaging.
Unfortunately there's a major incompatibility between the parts plugin and Merb 1.0.3. Everything seems to work except when you need block context for view helpers. Therefore you cant use any of the helpers that take a block, such as form or tag wrappers in your part views. Here's the ticket to track the issue http://merb.lighthouseapp.com/projects/7433/tickets/814 Despite the current problems, I'm actually still using the parts plugin, so it isnt too bad if you know how to work around the problems. Did some debugging on the merb core trying to provide a fix for block context problem. Should hopefully have the issue solved soon and will submit my changes back as a patch. Be nice if it makes it in before 1.1 On Nov 27, 6:35 pm, "Daniel N" <[EMAIL PROTECTED]> wrote: > Hey Chris, > > Parts are another merb plugin that live in the merb_plugins (official > plugin) repository. > > You can check it out > here:http://github.com/wycats/merb-plugins/tree/master/merb_parts > > Cheers > Daniel > > On Fri, Nov 28, 2008 at 12:57 PM, CRS <[EMAIL PROTECTED]> wrote: > > > Chris I strongly suggest you take a look into merb_parts. > > > Thanks Mr Daniel. I'll investigate parts then. > > > L8r --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "merb" 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/merb?hl=en -~----------~----~----~----~------~----~------~--~---
