我应该将Rails应用程序部署到哪个目录?
在Linux系统上将我的生产Rails应用程序部署到的合理且逻辑目录应该是什么? 一些候选人... /var/rails <= There's a /var/www so this would be consistent with that pattern. But I.T. guys have complained about stuff in /var before. /home/my_home_dir/rails <= OK, not /var, but I'm not the only developer. Seems like it really ought to be a systemwide location. /home/rails <= I don't …