2008-12-15から1日間の記事一覧

merbのplugin

http://www.slideshare.net/mattetti/merb-plugins-101-presentation/幾つか種類がある。 Merb::Slices 再利用可能でオーバライトする事が可能なミニアプリ(アプリの部品) login form password reminder admin interface Merb Plugins フレームワークを拡…

MerbのAuthentication

http://www.slideshare.net/mattetti/merb-plugins-101-presentation/ Routeでのauthenticationというのが面白く、美しいですね。RouteレベルでのAuthentiationとControllerレベルでのAuthenticationと二つあって、ControllerレベルのAuthenticationは、Cata…

angelosにmiddleware組み込めるようにした

tokuhiromさんのmobircからまるっともってきって、angelosもmiddleware組み込めるようにしてみた。Middlewareは、DebugScreen, Session, Unicode、Req-ResダンプするDebug系とかそこらがあればいいかな。MerbみてからAuthenticationはフレームワーク側の仕事…

mobircみて参考になった点

MouseX::Plaggerlizeのhook機構がいい Merb::Pluginsのhook point実現するのをMouseX::Plaggerlizeでやってみよっかなぁ Kwalify使ったバリデーションするのがいい http://github.com/tokuhirom/mobirc/tree/master/lib/App/Mobirc/ConfigLoader.pm # どっち…