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
heroku heroku-languages jruby sample-app

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) article - check it out.

Deploying to Heroku

Using resources for this example app counts towards your usage. Delete your app and database 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.

Eligible students can apply for platform credits through our new Heroku for GitHub Students program.

$ 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: