I am using nginx, passenger and rvm 1.19
Everything goes fine, but when I created .rvmrc at the root of my rails project, as follow:
rvm use 1.9.3@rails3213
and start nginx, the first time it works, but after a period of time, the server give me PAGE NOT FOUND
while I load my page in browser, also when I cd
to my project it give me this warning:
You are using '.rvmrc', it requires trusting, it is slower and it is not compatible with other ruby managers, you can switch to '.ruby-version' using 'rvm rvmrc to [.]ruby-version' or ignore this warnings with 'rvm rvmrc warning ignore /home/ubuntu/projects/test/.rvmrc', '.rvmrc' will continue to be the default project file in RVM 1 and RVM 2, to ignore the warning for all files run 'rvm rvmrc warning ignore all.rvmrcs'.
Using /home/ubuntu/.rvm/gems/ruby-1.9.3-p392
with gemset rails3213
Anyone can help?