ちょっとPHPやってるあいだに2.1.0になってる

なぜ、何の気なしに
gem update
をしてしまったのだろう。反省している。

railsが2.0.2から2.1.0になり
作ってる奴が、動かなくなった。。。

gemで入れる必要があるもの

columnize
linecache
を入れろといわれた。。はず。

プロジェクトをupdate

rake rails:update

gettextのエラー

  • /config/initializers/gettext.rbを追加して、下記をかく
require 'gettext/rails'
module ActionView
  class Base
    delegate :file_exists?, :to => :finder unless respond_to?(:file_exists?)
  end
end
-config/environment.rbでの「require 'gettext/rails'」はいらない

activescaffoldがつかえない

プラグインから外す。