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?
thanks. the real problem was that ruby was not declared in env. even
– Hector Cardoso
Could mark the answer as accepted?
– Fuad Saud