我正在尝试将Rails应用程序打包到WAR文件中。我正在预编译资产,然后使用warbler将应用程序打包到WAR文件中。
预编译:
bundle exec rake assets:precompile
现在我尝试使用以下命令将Rails应用程序打包到WAR文件中:
warble executable war
上述命令与以下命令之间的主要区别是什么:
bundle exec warble executable war
答案 0 :(得分:2)
bundle exec warble executable war
bundle exec
将确保使用Gemfile