Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djo/rungist
Yet Another Try Ruby
https://github.com/djo/rungist
Last synced: 26 days 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 (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-06T17:27:33.000Z (about 12 years ago)
- Last Synced: 2023-10-20T19:22:52.121Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 309 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RUNGIST
[![Build Status](https://secure.travis-ci.org/Djo/rungist.png "Build Status")](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.