mirror of
https://github.com/dokku/dokku.git
synced 2026-07-10 20:40:43 +02:00
Bumps [rack-session](https://github.com/rack/rack-session) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/rack/rack-session/releases) - [Changelog](https://github.com/rack/rack-session/blob/main/releases.md) - [Commits](https://github.com/rack/rack-session/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: rack-session dependency-version: 2.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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: