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?

0
3 comments
Avatar
Permanently deleted user

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

 

1

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.  :)

 

0

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.

0

Please sign in to leave a comment.