RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: glenv
Site: http://myitcrm.com
Have you tried running rbenv rehash again. I had to re-run rbenv rehash after installing the passenger gem so that passenger-install-apache2-module would work. Also, I didn't sudo the gem installation.
rbenv rehash
passenger-install-apache2-module
sudo
Have you tried running
rbenv rehash
again.I had to re-run
rbenv rehash
after installing the passenger gem so thatpassenger-install-apache2-module
would work.Also, I didn't
sudo
the gem installation.