为什么?
谢谢
文件结构是:
/app/app/... /app/config/.. /app/Gemfile ...
你可以做一个实验.
运行heroku控制台并发现文件结构.
> heroku console > puts `ls` > puts `pwd`