hide-k.net#blog: Catalyst::Model::DBIC::Schemaを使ってみた

と、とっても便利なC::M::DBIC::Schemaなんですが、既存のプラグインとあまり相性がよくありません。 特にC::P::Authentication::Store::DBICは全く動かなくなるので注意です。(今、パッチが作られているみたいです。)

今作ってるアプリではめちゃくちゃとりあえずの対応としてトップレベルの auto アクションで

sub auto : Private {
    my ( $self, $c ) = @_;

    # dirty hack for Auth::DBIC and Model::DBIC::Schema
    $c->config->{authentication}->{dbic}->{user_class} = $c->model('Schema::User');

    1;
}

などとしてたりとか。

はやく対応してくんないかな。

by typester / at 2006-02-14T20:16:00 / catalyst / Comment

びっくりまんチョコもらった。

by typester / at 2006-02-14T14:42:00 / life / Comment

出社。

by typester / at 2006-02-14T11:05:00 / life / Comment

退社。

by typester / at 2006-02-14T03:22:00 / life / Comment

盗聴

Term::ReadPasswordてのもある

by typester / at 2006-02-14T03:20:00 / life · perl / Comment