インストールするだけですぐに使える本格的な無料Railsプラグイン

よく使うRailsプラグインをリスト。毎回検索してインストールするのが面倒だったので。
ちなみにタイトルはホッテントリメーカーです。無料じゃないプラグインなんて見た事ないけどw160ブクマはいく予感!

rails app_nameしたら即行入れるプラグインたち

Annotate Models

Modelに対応するテーブルのカラム情報をコメントとして付加してくれる。

script/plugin install http://repo.pragprog.com/svn/Public/plugins/annotate_models
Safe ERB

HTMLエスケープを忘れていると警告してくれる。
いつのまにかAgile Web Developmentに乗ってる!と思ったら、さらにGitHubで亜種が出ててびっくり。リンクを張ったものはsqlite3にも対応している模様。

script/plugin install git://github.com/emk/safe_erb.git
Safe Record

SQLエスケープを忘れていると警告してくれる。

script/plugin install git://github.com/authorNari/safe_record.git
Special Warnings

"1" == 1のように文字列と数値を比較しているとログに警告を出してくれる。

script/plugin install git://github.com/authorNari/special_warning.git

なんだかんだで結局どのアプリでも入れてるプラグインたち

jRails

jQuery派なので。Rails標準のprototype.jsをラップしたjavascript helperをjQueryをラップしたものに置き換えてくれる。

script/plugin install http://ennerchi.googlecode.com/svn/trunk/plugins/jrails
Restful Authentication

認証機能一式をごっそり生成してくれる。

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

パスワード再設定機能一式をごっそり生成してくれる。

script/plugin install git://github.com/greenisus/forgot_password.git
Active Form

DBに対応したテーブルがなくてもModelを作れる。

script/plugin install git://github.com/zaczheng/activeform.git
Jp Mailer

iso-2022-jpで日本語メールを送りたいときに。

script/plugin install http:/taslam-plugins.googlecode.com/svn/trunk/jp_mailer/