Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (21 loc) · 479 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 479 Bytes

Simple Online irb tool.

Application provides simplified ruby console in browser. Based on websockets data exchange.

Technologies

Run

Run in terminal:

$ git clone git@github.com:Sfate/OnlineIRB.git
$ cd OnlineIRB/
$ bundle install
$ bundle exec thin start -Rconfig.ru

Then open in browser http://localhost:3000/

About

Sfate (c) 2012