Merb Slices

May 19, 2008 | Reporter: hassox

Merb has just got slices. Little full stack MVC applications right inside your own master application.

Just commited to merb-more is the coolness that is merb-slices

From the README:

Merb-Slices is a Merb plugin which forms the basis for using and creating
application 'slices' which help you modularize your application. Usually these
are reuseable extractions from your main app. In effect, a Slice is just like
a regular Merb MVC application, both in functionality as well as in structure.

When you generate a Slice stub structure, a module is setup to serve as a
namespace for your controller, models, helpers etc. This ensures maximum
encapsulation. You could say a Slice is a mixture between a Merb plugin (a
Gem) and a Merb application, reaping the benefits of both.

You can over-ride views in your host app and all sorts of goodies.

I’m really looking forward to what happens with this one. It looks great. This awesomeness comes to you from Fabien Franzen aka loob2 You can even stalk him at ffabien

Comment On Merb Slices

Sign in to make your voice heard