Skip to content

Releases: rails/web-console

3.1.0

27 Jan 19:53
Compare
Choose a tag to compare

2.3.0

27 Jan 20:33
Compare
Choose a tag to compare

This is mainly a Rails 5 compatibility release. If you have the chance, please go to 3.1.0 instead.

3.0.0

27 Jan 19:52
Compare
Choose a tag to compare

2.2.1

06 Aug 18:58
Compare
Choose a tag to compare
  • #150 Change config.development_only default until 4.2.4 is released. (@gsamokovarov)

2.2.0

05 Aug 16:42
Compare
Choose a tag to compare
  • #140 Add the ability to close the console on each page (@sh19910711)
  • #135 Run the console only in development mode and raise warning in tests (@frenesim)
  • #134 Force development only web console by default (@gsamokovarov)
  • #123 Replace deprecated alias_method_chain with alias_method (@jonatack)

2.1.3

10 Jul 16:14
Compare
Choose a tag to compare
  • Fix remote code execution vulnerability in Web Console. CVE-2015-3224.

2.1.2

16 Mar 08:44
Compare
Choose a tag to compare

2.1.1

05 Mar 15:57
Compare
Choose a tag to compare

2.1.0

28 Feb 16:49
Compare
Choose a tag to compare

2.0.0

26 Nov 00:42
Compare
Choose a tag to compare

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.