Rails app deployment challenge, not finding database table in production.log
- by Stefan M
I'm trying to setup PasswordPusher as my first ruby app ever. Building and running the webrick server as instructed in README works fine.
It was only when I tried to add Apache ProxyPass and ProxyPassReverse that the page load slowed down to several minutes.
So I gave mod_passenger a whirl but now it's unable to find the password table. Here's…