padrino / padrino-recipes

A collection of padrino templates and plugins
http://www.padrinorb.com
292 stars 50 forks source link

Added sampleblog using datamapper as orm #57

Closed ngiger closed 11 years ago

ngiger commented 11 years ago

As an excercise to feel more the differences between datamapper and activerecord I adapted the sampleblog to use thedatamapper ORM.

This quite easy but might be useful for other newcomers/explorers.

I don't feel offended if you don't merge it.

Thanks a lot for your work on padrino. It feels as I will enjoy working with it.

dariocravero commented 11 years ago

Thanks @ngiger! I've just merged it with a few fixes to make the timestamps and the order query work. See 91c78638b48782054d755972b4b1009efdf05aab. Cheers :)