タグ

2008年3月28日のブックマーク (1件)

  • restful_authentication - あとで読むRailsのススメ

    先日、toytter(10分で作ったTwitterもどき)をrails-2.0で作り直した時、acts_as_authenticatedが使えて安心してたんですが、実はacts_as_authenticatedのインストール時に DEPRECATED: Use restful_authentication instead. Or, ask me for commit rights if you wish to maintain this plugin. って表示されているのを見落としてました。 acts_as_authenticatedはもうメンテナンスしないから、今後はrestful_authenticationを使ってね、ってことらしい というわけで、Rails2.0時代の認証系スタンダードになるかもしれないrestful_authenticationを使ってみるよ まずはインストール

    restful_authentication - あとで読むRailsのススメ
    hiro-ueda
    hiro-ueda 2008/03/28
    Rails 2.x 系で使える認証プラグインらしいが、情報がちょっと古いかも。