although config folder is committed, heroku dosen’t see it ..
when I do heroku run rake db:migrate I get this error:
Running rake db:migrate attached to terminal... up, run.1
rake aborted!
no such file to load -- /app/config/application
I tried to test it like this:
$ heroku run bash -a myapp
~ $ ls config
ls: cannot access config: No such file or directory
although I am sure config folder is committed and pushed, can some one help me ?
here is the git status:
# 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
Force another git push to your remote heroku repository. There were some git push errors on Heroku today. See http://status.heroku.com