Deploying a Rails app developed with RubyMine
I have developed a web-based app in Rails using RubyMine. But I can't figure how to get it running on the web -- i.e. deployed. Heroku and AWS seems to assume one is not using an IDE. Heroku wants JDK 8 and JRuby 9 intalled, I'm not sure what else is going on there....
*Someone* must have deployed their app! Can you tell me how you did it?
请先登录再写评论。
I never saw some kind of automation specific for Heroku on Rubymine, but when I deployed a Rails app, I used the Heroku Toolbelt to do it.
https://devcenter.heroku.com/articles/getting-started-with-rails4
Thanks, Juliano. Could you please contact me at jim@jerel.com or at 510-681-6484 (USA)? I might want to hire you to help me get this working, since you've done it before. :)
Juliano, that link you sent me did work for me. Heroku has another page that sent me way down the wrong path, but the one you recommended worked well. Thanks.