Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during @stage.run('rake db:migrate') -- Could not find libv8-3.11.8.17 in any of the sources #151

Closed
joemsak opened this issue Jul 9, 2013 · 3 comments · Fixed by #155

Comments

@joemsak
Copy link

joemsak commented Jul 9, 2013

Check this gist

https://gist.github.com/joemsak/6d5c51805c2605ca5f4f

It shows where the rake deploy task fails to run rake db:migrate on the heroku app, but doing the same command by hand works fine... Not sure what to do. Thought this was a heroku/therubyracer issue, but the actual git push deploy part works fine. It's the rake db:migrate part that fails...

@joemsak
Copy link
Author

joemsak commented Jul 9, 2013

By the way, I'm pretty sure you either have to have therubyracer installed, or as is our case, handlebars-rails

@joemsak
Copy link
Author

joemsak commented Jul 9, 2013

@kmayer
Copy link
Contributor

kmayer commented Aug 2, 2013

Oddly enough, it's failing locally, not on Heroku (that's why heroku run rake db:migrate ... works)

I suspect that #sh_heroku is trying to in the wrong bundle exec environment. (https://gist.github.com/joemsak/6d5c51805c2605ca5f4f#file-gistfile1-txt-L12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants