when running a Rails server, I get the following error: no such file to load -- openssl
I try a solution I find online. I go to ~/.rvm/src/ruby-1.9.2-head/ext/openss
I made
rvm pkg install openssl rvm reinstall 1.9.3
and done!