I'm using haml and had to change the call to calendar to be of the display format (I had to do = calendar do |date| instead of - calendar do |date|). Is this expected? Ryan had the call to calendar marked as nondisplaying code, but had it the other way initially.
I'm using haml and had to change the call to
calendarto be of the display format (I had to do= calendar do |date|instead of- calendar do |date|). Is this expected? Ryan had the call tocalendarmarked as nondisplaying code, but had it the other way initially.I'm trying to use Passenger and have now twice hosed my install.
I can successfully complete this line of the script in the show notes
But when I go to run
I get a
sudo: gem: command not founderror.If I
exitthe deployer session andsu deployerfrom root, I get this error:/home/deployer/.rbenv/bin/rbenv: line 20: cd: /root: Permission deniedThen running
ruby -vgives me this errorbash: ruby: command not foundwhen previously that worked for deployer.Any ideas what I'm doing wrong?