https://github.com/phusion/passenger-ruby-rails-demo
Passenger: Ruby on Rails example app
https://github.com/phusion/passenger-ruby-rails-demo
Last synced: about 1 year ago
JSON representation
Passenger: Ruby on Rails example app
- Host: GitHub
- URL: https://github.com/phusion/passenger-ruby-rails-demo
- Owner: phusion
- License: mit
- Created: 2015-04-01T11:39:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T02:08:01.000Z (over 3 years ago)
- Last Synced: 2023-04-09T13:16:09.306Z (about 3 years ago)
- Language: Ruby
- Size: 43 KB
- Stars: 12
- Watchers: 5
- Forks: 27
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Passenger: Ruby on Rails example app
This is a Ruby on Rails hello world example app for [the Passenger application server](https://www.phusionpassenger.com/).
The `master` branch contains the code without Passenger installed.
The `end_result` branch contains the code with Passenger installed.
Run `git diff origin/master..origin/end_result` to see what's different.