Skip to content

Releases: gsamokovarov/web-console

0.1.0

31 Jul 13:10
Compare
Choose a tag to compare

Web Console

There is no doubt that rails console is one of the most useful commands, Rails has to offer. However, sometimes you can't easily access it, or maybe you want to share it with a coworker without configuring remote desktop server.

This is where Web Console comes to the rescue. It gives you the same rails console experience, right in the browser. It's not just a tool that let's you evaluate Ruby code, there are a lot of those. It's your IRB session, the way you configured it.

web-console-demo