Search code examples
ruby-on-railsrvmruby-enterprise-edition

How to use REE in development mode


We would like to check to see if we run into issues with REE, what would be the process to switch between community rails and REE using RVM.


Solution

  • These are the basics of rvm, documented on the rvm site:

    rvm install ree
    rvm use ree