Most of the time when I had issues with deploying on rvm environment it helps you to do the following.
Create a file in $home folder
touch .rvmrc
And paste following code:
rvm_trust_rvmrcs_flag=1
October 18, 2011 by Ivan Turkovic
Most of the time when I had issues with deploying on rvm environment it helps you to do the following.
Create a file in $home folder
touch .rvmrc
And paste following code:
rvm_trust_rvmrcs_flag=1
Category development, ruby on rails | Tags:
No comments yet.
You must be logged in to post a comment.