Written by Sean Behan on Sat Oct 19th 2013

In your project's root directory add a .ruby-version file and add the ruby version to the file

ruby-2.0.0-p247

Next source RVM in the .powrc file, also in your project's root directory.

source "$rvm_path/scripts/rvm"
rvm use `cat .ruby-version`

You can restart your application by touching in tmp/restart.txt

touch tmp/restart.txt

Tagged with..
#Ruby #RVM #Pow #Localhost #Development Environment

Just finishing up brewing up some fresh ground comments...