Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Rails 3 项目,并且我有一台安装了 Rails 2 的计算机。我有什么办法可以在该计算机上启动服务器吗?由于各种原因,我无法将计算机更新到 Rails 3。
您不需要“将计算机更新到 rails 3”,您可以同时安装多个版本的 rails 并定义要在每个项目中使用的版本。
RAILS_GEM_VERSION
gem 'rails', '3.x.x'
如果您还需要多个 ruby 版本: