/presto

Padrino + NestaCMS

Primary LanguageRuby

Nesta + Padrino = Presto

Presto is an effort to play around with Padrino, the new Sinatra-based Ruby web framework and make NestaCMS mountable as a sub-app.

To mount in Padrino:

# apps.rb
Padrino.mount("presto", :app_file => "presto/app/app.rb").to("/blog")