2010-05-12から1日間の記事一覧

だがしかし

twitter アカウントでログインさせるサービスを作りたい ↓ Ark::Plugin::Authentication::Credential::Twitter というものがある模様 http://github.com/typester/ark-perl/blob/master/lib/Ark/Plugin/Authentication/Credential/Twitter.pm ↓ しかし使い方…

昨日の話は

Ark::Response のコードを読んだ末に、 Controller/Root.pm の 以下にヘッダの追加をしたら治った。 sub end :Private { my ($self, $c) = @_; unless ($c->res->body or $c->res->status =~ /^3\d\d/) { $c->forward( $c->view('MT') ); $c->res->header('C…