← Graph

JRuby deployment on Heroku and Railway

question 3 connections

Audience question on deploying JRuby Rails apps to Heroku, Railway or similar platforms. Heroku publishes a JRuby build pack with every JRuby release and it works just like the regular Ruby one. Any cloud platform with Java-application support can deploy JRuby easily because the JRuby command line and workflow mirror C Ruby's — usually just a config-file change (e.g. `ruby-install jruby` instead of `ruby-install 4.0`).

answer_summary
Heroku ships a JRuby build pack for every JRuby release that behaves like the regular Ruby one. Any platform supporting Java deployments supports JRuby with only minor config-file changes.
question JRuby deployment on Heroku and Railway
about
Heroku tool
Asks specifically about Heroku and Railway-style deployment.
question JRuby deployment on Heroku and Railway
about
JRuby tool
Asks how JRuby deploys on PaaS platforms.
question JRuby deployment on Heroku and Railway
asked_at
Final Q&A question of the session.

Provenance