RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

Padrino is a full-stack web framework wrapped around Sinatra

Padrino is a modular ruby web framework built upon the excellent Sinatra Microframework. Padrino was created to make it fun and easy to code more advanced web applications while still adhering to the spirit that makes Sinatra great! It provides a full set of standardized view helpers, an enhanced router, i18n localization, a Django-esque admin interface, generators, mountable applications and much more. Get started by reading our guides, viewing our screencast, or checking out the github repo for more information!

Comments

This looks good. In fact, this is filling the gap that existed for Sinatra when it comes to building web applications. We used Sinatra for building web services before, and it's great, however it was lacking the helpers, generators etc. that are very important during web apps (with gui) development. Now it looks like I might give Sinatra another try with some new project :).Hubert Łępicki - April 02, 2010 09:00
MongoSwitter - Rails style architecture for Sinatra application instead one-file-development (based on git://github.com/defunkt/mustache-sinatra-example.git)mikhailov - April 02, 2010 09:21
That's pretty interesting mikhailov. A very similar architecture and toolkit can be utilized through Padrino quite easily actually since we support mongoid and mongomapper and using mustache should be trivial. Cool code example though thanks for sharing.Nathan Esquenazi - April 02, 2010 09:28
Unless I'm missing something, isn't Padrino's Admin completely different from Django's?jd - April 03, 2010 22:39
@jd, the concept is the same and the layout updated at 2010 :D

Consider that DJango admin is based on "model forms". In actuals ruby orm there isn't some thing similar.Raul - April 06, 2010 10:49

Post a Comment

Comment abilities for non registered users are currently deactivated, pending time to add a proper CAPTCHA to solve the escalating spam problem. Sorry!