Rails Rails 5.0 安装的问题

kingwkb · March 04, 2016 · Last by fighterleslie replied at March 04, 2016 · 2021 hits

我看官方已经发布 rails 5.0.0.beta3,但是我用 gem install rails --pre 安装出来的是 5.0.0.beta2

5.0.0.beta3 如何安装?

装完后改 gemfile

gem 'rails', '>= 5.0.0.beta1', '< 5.1'

然后 bundle update

gem i rails -v 5.0.0.beta3

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