Rails 原来用 3.0.9 做的如何升到 3.2.9

syutran · November 25, 2012 · Last by syutran replied at November 25, 2012 · 1990 hits

有一个小项目,原来是用 3.0.9 开发的。现在想用 3.2.9 继续做,该如何修改一下。 我硬把 Gemfile 文件改过,还是不行,报错啊...

不是你那样玩的 http://railscasts.com/episodes/282-upgrading-to-rails-3-1 http://railscasts.com/episodes/318-upgrading-to-rails-3-2 好巧,我手上的项目也刚好是 3.0.9 升级到 3.2.9,正在倒腾

找到了,呵呵。 就是把 vendor/plugins 下的目录加到 Gemfile 里去,然后把这个 plugins 里的东西清空。 另外,3.2.9 好像不再支持 rhtml 了,要改为 html.erb

You need to Sign in before reply, if you don't have an account, please Sign up first.