Say*_*nee
1
git
ruby-on-rails
heroku
web-deployment
ruby-on-rails-3
将我的应用程序重新部署到Heroku后,它会显示旧的public/index.html.我错过了什么?
我已完成以下步骤:
- $ git rm public/index.html
- 修复要添加的routes.rb
root :to => "homes#index"
- $ git add.
- $ git commit -m"更改"
- $ git clean -f
- $ git push heroku branch-name:master
- $ heroku rake:db:migrate
- $ heroku db:push
- $ heroku开放