문제

I am going to work on the open source Canvas-lms. Its using rails 2.3.5 but i am familar with rails 3.2.12.

  1. How to upgrade rails 2.3.5 to rails 3.2.12.
  2. What are the challenges.
  3. What is the best way to do it.
도움이 되었습니까?

해결책

Include this in your Gemfile:

gem 'rails', '3.2.12'

Then run the command

bundle update rails

I think this is the best way to do it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top