We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What I did:
$ bundle update
$ git push
$ git pull
ruby-2.2.2
$ touch tmp/restart.txt
What I expected:
What happened:
What @thatpixguy and I did to get it running again:
The text was updated successfully, but these errors were encountered:
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)
restarted apache again just to be sure
bingo.
so maybe needed to restart passenger first.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: