7th Sun
FormulaをRails-2.1.1対応にしたメモ
今度はtridentを実行した結果、以下のようなWARNINGが出ました。
DEPRECATION WARNING: Inflector is deprecated! Use ActiveSupport::Inflector instead. See http://www.rubyonrails.org/deprecation for details. (called from formula/config/initializers/inflections.rb:5)
なるほど。とりあえず、いわれたとおりに修正してみます。
Globalの名前空間を掃除する方向なのかな。
とりあえず、それ以外は特に問題なく移行完了。
posted by
genki on Sun 7 Sep 2008 at 02:20 with 0 comments