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.

  • andreinla
    Hi, I'm wondering if you'd consider updating cartilage for sinatra 1.0? It would definitely be my skeleton of choice.

    "Skeleton of choice"... weird.
  • Another MonkRb skeleton – this time for DataMapper. http://bit.ly/OB21M @keithters, this one is for you :)


    This comment was originally posted on Twitter

blog comments powered by Disqus