Files
dokku/tests/apps/ruby
Jose Diaz-Gonzalez 0d7c4cd036 feat: update ruby dependencies in test app
These were not auto-upgraded by dependabot because of a hardcoded sinatra version.
2021-01-13 11:45:43 -05:00
..

ruby-sample

This is a barebones Ruby app using the Sinatra framework.

Running Locally

Asumming you have Ruby, Bundler and Heroku Toolbelt installed on your machine:

git clone git@github.com:heroku/ruby-sample.git # or clone your own fork
cd ruby-sample
bundle
foreman start

Your app should now be running on localhost:5000.

Deploying to Heroku

heroku create
git push heroku master
heroku open

Documentation

For more information about using Ruby on Heroku, see these Dev Center articles: