設定フォルダがコミットされているが、Herokuのは、それを参照してくださいdosen't ..私はheroku run rake db:migrate
を行う際 が、私はこのエラーを取得する:Herokuは設定フォルダを見ることができません。どうして?
Running rake db:migrate attached to terminal... up, run.1
rake aborted!
no such file to load -- /app/config/application
私はこのようにそれをテストしてみました:Iものの
$ heroku run bash -a myapp
~ $ ls config
ls: cannot access config: No such file or directory
configフォルダがコミットされプッシュされていることを確認してください。
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# new file: .gitignore~
# modified: .idea/workspace.xml
#
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: .idea/workspace.xml
'git status'とは何ですか? – matt
上記の編集を参照してください – simo