数回に分けてログインアプリケーションを一通り作るためのまとめを書いてみます。 Project の作成 今回は何でもいいので、とりあえず todo を作成してみます。 rails todo Plugin Install 必要なプラグインをあらかじめインストールしておきます。 restful-authentication ruby script/plugin install git://github.com/technoweenie/restful-authentication.git aasm gem sources -a http://gems.github.com gem install rubyist-aasm forgot_password ruby script/plugin install git://github.com/greenisus/forgot_password.gi