Pancake - stacken them up
I came across Pancake today and feel it could be a game changer on developing rack based applications. Here is extracted from its readme:
While Rack provides the low level framework for building web applications on, Pancake provides a stack as a place to start your application. A stack provides a whole bunch of behavior for you including a router and middleware stack. The stack will accept any valid Rack application as the endpoint.Sounds like it can greatly simplify managing a big site with multiple rack based apps, e.g. an authentication app + a CMS + more apps.

Comments