Search code examples
ruby-on-railsrubyherokurubymine

Heroku and RubyMine


Has anyone managed to integrate Heroku with RubyMine? I have Heroku installed and integrated with Git (which is integrated with RubyMine) but I see no way to push to Heroku without dropping to the Terminal.


Solution

  • You don't need to do anything special to use Rubymine with Heroku, Heroku is just another git remote location.

    From Version Control > Git > Push Changes

    there's a 'Remote' drop down, set that to your Heroku remote and it should deploy to Heroku