https://github.com/djo/rungist
Yet Another Try Ruby
https://github.com/djo/rungist
Last synced: about 1 year ago
JSON representation
Yet Another Try Ruby
- Host: GitHub
- URL: https://github.com/djo/rungist
- Owner: djo
- License: mit
- Created: 2012-04-10T20:03:25.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T17:27:33.000Z (over 13 years ago)
- Last Synced: 2025-03-30T05:11:30.467Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RUNGIST
[](http://travis-ci.org/Djo/rungist)
This is the Yet Another Try Ruby. It allows you to run a github's gist in the ruby sandbox.
The rungist uses iframes to display the result, it's possible to run the ERB template and apply styles to the output.
### Supported formats
* **Ruby** (safe JRuby sandbox)
* **HTML+ERB** (templating system)
* **CSS** (styles are applied to all iframes)
### Under the hood
It was made to show in action: JRuby/Sinatra/Backbone.js, Just for Fun :).
The code is well-tested and hosted on GitHub.