Migration to Heroku

Asked

Viewed 155 times

3

I’m migrating my DB app pro Heroku, the deploy worked:

$ git push heroku master

When trying to migrate the database according to the command $ heroku run rake db:migrate does not work and returns the following error:

$ : No such file or directory

In the log of heroku has the following entry:

> $ heroku logs
> $ : No such file or directory00:00 app[web.1]: /usr/bin/env: ruby

How do I fix it?

1 answer

2


  • thanks. the real problem was that ruby was not declared in env. even

  • Could mark the answer as accepted?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.