RubyFlow The Ruby and Rails community linklog

A web console for Rack

I’ve just released rack_web_console which is basically a port of my other gem rails-web-console that could be used with any Rack application. Here’s a “hello world” config.ru:

require 'rack_web_console'
run RackConsole.new binding

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in