Sunday, April 20, 2008

Merb: Stage gem

I've just written a little code template generator for Merb called Stage. This idea was originally implemented as a plugin for Rails, but has been refactored as a gem. This new version is for Merb + DataMapper only. Extended support for Rails and other ORMs are planned.

There appears to be some quirk with the DataMapper generator, so I had to essentially copy that generator into Stage. I will revert to using the "model" dependency in the generator when this is corrected. Sorry, I haven't had the time to dig into the issue.

More details here.

0 comments: