Open sighmon opened 6 years ago
wrong path to rvm-ruby in ~/public_html/.htaccess: PassengerRuby /home/ha-members/.rvm/wrappers/ruby-2.2.0@hackadl-member-website/ruby
so updated to 2.2.2
but, psyche! it turns out this isn't used, it actually uses the same config line from /etc/apache2/sites-enabled/ha-members.conf
updated it there
restarted apache
nope
restarted passenger (passenger-config restart-app)
nope
restarted apache again just to be sure
bingo.
so maybe needed to restart passenger first.
What I did:
$ bundle update
$ git push
$ git pull
ruby-2.2.2
$ bundle update
$ touch tmp/restart.txt
What I expected:
What happened:
What @thatpixguy and I did to get it running again: