我正在使用capistrano来部署Rails应用程序。但是,当我将Rails代码部署到服务器时,出现以下错误。
The deploy has failed with an error: Exception while executing on host 00.00.00.00: bundle exit status: 126
bundle stdout: /home/rod/.rvm/scripts/set: /usr/local/bin/bundle: /usr/bin/ruby: bad interpreter: No such file or directory
/home/rod/.rvm/scripts/set: line 19: /usr/local/bin/bundle: Success
Run Code Online (Sandbox Code Playgroud)
我该如何解决这个问题?
我想在我的rails应用程序中使用whatsapp API.
是否有任何推荐的指南或宝石在ruby on rails上实现WhatsApp API?
谢谢.