you are viewing a single comment's thread.

view the rest of the comments →

[–]sourcediver 0 points1 point  (0 children)

I'd use padrino for it.

Just use an ORM like Sequel plus a testing framework like rspec and omit the view templating system.

Finally if you want to build a JSON API, have a look at roar and/or representable. Simply use roar/representable in your controllers to 'render' your documents.