heroku / jruby-getting-started

Getting Started with JRuby (Microsoft Windows) on Heroku.
https://devcenter.heroku.com/articles/getting-started-with-jruby
3 stars 16 forks source link

Update Jruby and generate bin files #29

Open schneems opened 2 months ago

schneems commented 2 months ago

The Ruby CNB expects bin/rails to exist, but it's missing in this repo. I generated them by running:

$ bundle exec rake app:update:bin
      create  bin
      create  bin/rails
      create  bin/rake
      create  bin/setup

This missing bin/rails was noticed in https://github.com/heroku/jruby-getting-started/issues/27#issuecomment-2173897251.