Cartilage: A Monk Skeleton for DataMapper
August 28th, 2009
I created a skeleton for MonkRb that leverages DataMapper and, of course, Sinatra.
Check it out: Cartilage.
Add it to your Monk set up with the monk command.
monk add cartilage git://github.com/tobyjoe/cartilage.git
Once it’s added, create a new project with the monk init command.
monk init --skeleton=cartilage myapp
Once that is done, freeze all the dependencies.
dep vendor --all
Easy as pie, right?
Contributions
I want to add optional memcached support to both Cartilage and Lazybones.
If you see anything wonky, fork it and let me know, or just leave a comment or file an issue at the GitHub issue tracker.
Cartilage is based on the original skeleton that ships with Monk, by the way.

