「Acts as Authenticatedプラグイン」の編集履歴(バックアップ)一覧に戻る
Acts as Authenticatedプラグイン」を以下のとおり復元します。
**プラグイン名
Acts as Authenticated

**このプラグインができること
+ログイン画面と認証済みかどうか判定する仕組みの提供
+新規ユーザ登録画面
+認証メール送信
+ユーザ情報変更用のメソッド提供

**対象バージョン
1.2系

**インストール方法
-script/pluginでsubversionリポジトリを指定


**ちょー簡単な使い方
>script/plugin install http://svn.techno-weenie.net/projects/plugins/acts_as_authenticated
でインストールして
>script/generate authenticated user account
と
>rake db:migrate
すると、ユーザ管理用テーブルとモデル、accountコントローラーが生成される。
/accountにアクセスすると、ログイン及びユーザ登録が可能。

**公式ページ
[[http://technoweenie.stikipad.com/plugins/show/Acts+as+Authenticated]]

**日本語解説ページ
[[Acts as Authenticatedまとめ>>http://yumenoyouna.jugem.jp/?eid=130]]
※基本押さえ

有名系だけあって解説ページも多いけど、ここが一番丁寧かも。
-[[Acts as authenticated 体験記 その1【取り敢えずインストール】>>http://rubist.blog77.fc2.com/blog-entry-91.html]]
-[[Acts as authenticated 体験記 その2【必要ファイルを自動生成】>>http://rubist.blog77.fc2.com/blog-entry-92.html]]
-[[Acts as authenticated 体験記 その3【画面表示を見てみる】>>http://rubist.blog77.fc2.com/blog-entry-93.html]]
-[[Acts as authenticated 体験記 その4【日本語化をしてみる】>>http://rubist.blog77.fc2.com/blog-entry-94.html]]
-[[Acts as authenticated 体験記 その5【ログイン許可・不許可】>>http://rubist.blog77.fc2.com/blog-entry-95.html]]
-[[Acts as authenticated 体験記 その6【まとめ】>>http://rubist.blog77.fc2.com/blog-entry-96.html]]

**外国語解説ページ
-今のところ必要ないかも(日本語で情報が足りる)

***コメント
#pcomment(reply)

復元してよろしいですか?