https://github.com/heroku/jruby-getting-started
Getting Started with JRuby (Microsoft Windows) on Heroku.
https://github.com/heroku/jruby-getting-started
heroku heroku-languages jruby sample-app
Last synced: 3 months ago
JSON representation
Getting Started with JRuby (Microsoft Windows) on Heroku.
- Host: GitHub
- URL: https://github.com/heroku/jruby-getting-started
- Owner: heroku
- Created: 2015-04-16T11:27:48.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2025-07-03T17:45:07.000Z (7 months ago)
- Last Synced: 2025-07-03T18:28:25.894Z (7 months ago)
- Topics: heroku, heroku-languages, jruby, sample-app
- Language: Ruby
- Homepage: https://devcenter.heroku.com/articles/getting-started-with-jruby
- Size: 82 KB
- Stars: 3
- Watchers: 90
- Forks: 15
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ruby-getting-started (Microsoft Windows)
A barebones Rails app, which can easily be deployed to Heroku - on Microsoft Windows.
This application support the [Getting Started with Ruby on Heroku (Microsoft Windows)](https://devcenter.heroku.com/articles/getting-started-with-jruby) article - check it out.
## Deploying to Heroku
Using resources for this example app counts towards your usage. [Delete your app](https://devcenter.heroku.com/articles/heroku-cli-commands#heroku-apps-destroy) and [database](https://devcenter.heroku.com/articles/heroku-postgresql#removing-the-add-on) as soon as you are done experimenting to control costs.
By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos. The Eco dynos plan is shared across all Eco dynos in your account and is recommended if you plan on deploying many small apps to Heroku. Learn more about our low-cost plans [here](https://blog.heroku.com/new-low-cost-plans).
Eligible students can apply for platform credits through our new [Heroku for GitHub Students program](https://blog.heroku.com/github-student-developer-program).
```sh
$ heroku create
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open
```
## Documentation
For more information about using Ruby on Heroku, see these Dev Center articles:
- [Ruby on Heroku](https://devcenter.heroku.com/categories/ruby)