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.
我将致力于开源 Canvas-lms。它使用rails 2.3.5,但我熟悉rails 3.2.12。
将此包含在您的 Gemfile 中:
gem 'rails', '3.2.12'
然后运行命令
bundle update rails
我认为这是最好的方法。