Search code examples
ruby-on-railspostgresqlherokusqlitetaps

heroku db:push error with toolbelt


Is there a way to download Heroku toolbelt with ruby 1.9.3 ? Now It automatically installs 1.9.2 from the homepage - https://toolbelt.heroku.com/.

Can't do db:push to Heroku, because of this.


Update

I found it here - http://assets.heroku.com/heroku-toolbelt/heroku-toolbelt-2.25.1.exe


Solution

  • see https://github.com/heroku/toolbelt/issues/26

    you can use ruby 1.9.3 if you put the ruby1.9.3 path before the heroku path you can verify with heroku version

    basically, heroku want to works with ruby 1.9.2 due to compatibiltiy issue with other versions so it install its own version.

    also check your heroku version that you are using the toolbelt and not the gem