restful_authenticationの使い方

Home -- restful-authentication -- GitHub

$ ./script/plugin install git://github.com/technoweenie/restful-authentication.git

でrestful-authenticationをインストール後に、
vendor/plugins/restful-authentication

vendor/plugins/restful_authentication
にrenameする。
(ディレクトリ名がrestful-authenticationのままだとエラーになるため)
generatorで--statefulを使うために、acts_as_state_machineをインストールする。
Plugins - Acts As State Machine - Agile Web Development

$ ./script/plugin install http://elitists.textdriven.com/svn/plugins/acts_as_state_machine/trunk

generatorで--rspecを使うために、rspecとrspec-railsをインストールする。

インストール後に、

./script/generate rspec

を忘れずに。
ここまで準備できたら、restful_authenticationのgeneratorを使う。
ZDNet Japan Blog - あとで読むRailsのススメ:restful_authentication
restful_authenticationを触ってみた - idesaku blog

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください