componentが非推奨になってたのね。

いままでコンポーネントを使ったことがなかったので試してみようと思ったら

DEPRECATION WARNING:
 uses_component_template_root is deprecated and will be removed from Rails 2.0
 (Components are deprecated and will be removed in Rails 2.0.)
  See http://www.rubyonrails.org/deprecation for details.

と怒られる。んで、http://www.rubyonrails.org/deprecation を見ると

components
use partials and helper methods instead

と一番上に書いてあった。確かに、render :partial とヘルパーがあれば必要ないか。