https://github.com/scalingo/sample-ruby-sinatra
Sample application using Ruby with the microframework Sinatra
https://github.com/scalingo/sample-ruby-sinatra
ruby sample sinatra
Last synced: 5 months ago
JSON representation
Sample application using Ruby with the microframework Sinatra
- Host: GitHub
- URL: https://github.com/scalingo/sample-ruby-sinatra
- Owner: Scalingo
- Created: 2013-11-21T11:03:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-10-08T05:17:31.000Z (9 months ago)
- Last Synced: 2025-10-08T07:16:40.990Z (9 months ago)
- Topics: ruby, sample, sinatra
- Language: HTML
- Homepage: https://ruby-sinatra.is-easy-on-scalingo.com
- Size: 72.3 KB
- Stars: 0
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Application with Ruby and Sinatra
This sample is running on: https://ruby-sinatra.is-easy-on-scalingo.com/
## Deploy via Git
Create an application on https://scalingo.com, then:
```shell
git remote add scalingo git@scalingo.com:.git
git push scalingo master
```
And that's it!
## Deploy via One-Click
[](https://my.scalingo.com/deploy)
## Running Locally
```shell
bundle install
ruby main.rb
```
The application is available at: http://localhost:4567/