I developed a Rails app in RubyMine. I'd like to deploy it utilizng Heroku, AWS, or some other service that isn't too expensive. I have searched for hours on the web for a tutorial or instructions or something that explains how to do this, to no avail. People must have done this. I'd appreciate any help.
I also tried just doing it from scratch going to Heroku. But Heroku wants JRuby and JDK 8, which I don't know how to sync with RubyMine. It also doesn't want SQLLite3, I'll work on getting that going in my app.
Generally, it doesn't matter what text editor you use to deploy to Heroku. Following the basic tutorial on the site should be able to get it done.