Skip to content

2.0.0

Choose a tag to compare

@gsamokovarov gsamokovarov released this 26 Nov 00:42

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!)

image

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.

image

No more VT100 web terminal emulators

This feature fall behind as it didn't see that much use.