https://github.com/jpluscplusm/ruby-hello-world
Simple app for testing Ruby deployments on Cloud Foundry
https://github.com/jpluscplusm/ruby-hello-world
Last synced: 8 months ago
JSON representation
Simple app for testing Ruby deployments on Cloud Foundry
- Host: GitHub
- URL: https://github.com/jpluscplusm/ruby-hello-world
- Owner: jpluscplusm
- Created: 2016-10-06T11:06:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-02T11:09:19.000Z (about 9 years ago)
- Last Synced: 2025-01-16T09:09:28.807Z (10 months ago)
- Language: Ruby
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby-hello-world
Simple app for testing that Ruby apps are runnable on Cloud Foundry.
`GET /` returns `Hello, World!\n`
`POST /exits` terminates the process cleanly
`POST /crash` terminates the process with a kill -9