Pow not loading gem properly while rails s works

前端 未结 1 1650
慢半拍i
慢半拍i 2021-01-26 13:19

I have an error when using pow, but it works perfectly with rails s. Here is the results of the same code on Heroku: www.contakapp.com

相关标签:
1条回答
  • 2021-01-26 14:06

    It looks like Pow isn't using the same Ruby as your shell session. You can learn how to properly setup Pow with the same version of Ruby using your Ruby version manager in the Pow User Manual.

    0 讨论(0)
提交回复
热议问题