ruby-on-rails-3ruby-on-rails-4locomotivecms

Rails 4 and Locomotive cms workarounds?


I want to try Locomotive CMS, while I was installing it, I realised that only runs with rails 3+ version no 4. As I am currently working in a couple of other apps in rails and I am pretty new to it, I was wondering if is there any way to run one version of rails for locomotive and another one(rails 4) for my other apps. If so how could it be done?

Thanks in advance.

C


Solution

  • You definetely want to start using rvm. It will help you not only separate your gems for different projects, but also separate and manage your Ruby versions. Definetely a great tool.