28th Sat
blogをRails-2.3.2に対応させました
s21gブログをRails-2.2.2からRails-2.3.2に対応させました。
主に以下のようなところで作業が発生しました。
- session :off が不要になったので削除
- application.rb ⇒ application_controller.rb
- Test::Unit::TestCase から ActiveSupport::TestCaseに
- test_helper.rbの中の定義もActiveSupport::TestCaseにする
- formatted_xxx_url(:foo)をxxx_url(:format => :foo)に
posted by
genki on Sat 28 Mar 2009 at 23:44 with 0 comments