1.安装rails -2.3.8(同时确保actionmailer, actionpack, actionwebservice, activerecord, activeresource, activesupport都是2.3.8版);
2.更改config/environment.rb代码中的RAILS_GEM_VERSION为2.3.8;
3.将所有Test::Unit::TestCase替换为ActiveSupport::TestCase;
2.更改config/environment.rb代码中的RAILS_GEM_VERSION为2.3.8;
3.将所有Test::Unit::TestCase替换为ActiveSupport::TestCase;
本文介绍如何安装 Rails 2.3.8 版本及其相关组件,包括 actionmailer、actionpack 等,并指导如何修改环境配置文件以匹配此版本。
492

被折叠的 条评论
为什么被折叠?



