I have a rails app that runs fine with rails s, but when I try to load it using pow I\'m getting this error:
rails s
Bundler::GemNotFound: Could not find ra
I guess you updated RVM and run into this known issue: https://github.com/37signals/pow/issues/271
the easiest solution is to run it in project dir:
rvm env . > .powenv
OR:
cd /project/path # with .rvmrc rvm env > .powenv