是否可以制作包含所有gem依赖项的Rails应用程序的包(如Heroku slug)?
然后将软件包复制到远程服务器,进入其目录并执行'bundle exec rails s','bundle exec sidekiq'或其他任何内容。
答案 0 :(得分:0)
我不确定它是否那么简单,但你可以使用bundle package
将所有宝石文件放在一个地方,以便以后轻松安装......
bundle package(1) bundle-package.1.html
Package the .gem files required by your application into the
vendor/cache directory
可以选择捆绑安装以使用这些供应商的宝石。现在它逃脱了我,但文档应该把它打开。