RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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