22. Padrino
●
“Sinatraの哲学の上に”、Sinatraを拡張し、楽
しく開発できるようにしたフレームワーク
The goal for this framework is to match the essence of Sinatra and make it
suitable for increasingly complex applications that require the use of forms,
mail delivery, localization, helpers, caching, etc…
For our team, coding is an art form and Sinatra best enables this concept
because of these core principles:
* Clean
* Compact
* Fast
* Creative
* Concise
The Padrino framework is the perfect solution for your small projects as
well as for your larger project requirements!
60. Yet Another Extending
●
plugin 機構がある
●
The Plugin Generator allows you to create Padrino projects based on a template file that
contains all the necessary actions needed to create the project. Plugins can also be
● executed within an existing Padrino application. The plugin generator provides a simple
DSL in addition with leveraging Thor to make generating projects a breeze!
●
Generator の内部DSLと同じものを使っている
っぽい。padrino-recipeというところでいくつ
かレシピが公開されている
https://github.com/padrino/padrino-recipes/tree/master/plugins
Pull request welcome!