2.0.0
Debugging tool for the error pages
An interactive console is launched automatically in the default Rails error
page. It makes it easy to inspect the stack trace and execute Ruby code in the stack
trace's bindings.
(Check out better_errors as a great alternative for any Rack application!)
Debugging tool in your controllers and views
Drop <%= console %> anywhere in a view to launch an interactive console
session and execute code in it. Drop console anywhere in a controller and do
the same in the context of the controller action.
No more VT100 web terminal emulators
This feature fall behind as it didn't see that much use.

