Skip to content

Releases: rails/web-console

1.0.4

13 Dec 18:08
Compare
Choose a tag to compare
  • Fix Rails 4.0.2 incompatibility. [#9]

1.0.3

27 Sep 12:29
Compare
Choose a tag to compare
  • Fallback to rails console if relative bin/rails isn't available.

1.0.2

25 Sep 09:57
Compare
Choose a tag to compare
  • Depend on Rails 4.* instead of 4.0.*.

1.0.1

20 Sep 17:24
Compare
Choose a tag to compare

Hotfix for users affected by issue #4.

  • Break the rails meta-package dependency. [#5]
  • Fix activemodel load error happening on some setups. [#4]

1.0.0

16 Sep 14:52
Compare
Choose a tag to compare

The first stable release!

  • Don't throw server errors on finished slave processes.
  • Add the a monokai color theme.

0.4.0

16 Sep 14:49
Compare
Choose a tag to compare

This release removes the GPL dependency of vt100.js with Christopher Jeffrey's term.js.

  • Drop the GPL dependency of vt100.js.
  • Use term.js as vt100.js replacement.
  • Add config.web_console.term for using custom $TERM.
  • Add config.web_console.style.colors for color theming.
  • Add config.web_console.style.font for using custom fonts.
  • Fix zsh repeating the first command argument on servers started inside a TMUX session.

0.3.0

16 Sep 14:40
Compare
Choose a tag to compare

The 0.3.0 is the first release with a proper VT100 emulation!

demo

  • Proper VT100 emulation using shellinabox' vt100.js terminal emulator.
  • Add config.web_console.command to allow custom programs execution.
  • Add config.web_console.timeout to allow for long-polling, where available.
  • Remove config.web_console.prevent_irbrc_execution.

0.2.0

16 Sep 14:38
Compare
Choose a tag to compare
  • Run closest .irbrc config while initializing the IRB adapters.
  • Add config.web_console.prevent_irbrc_execution option.

0.1.0

16 Sep 14:36
Compare
Choose a tag to compare

Web Console

There is no doubt that rails console is one of the most useful commands, Rails has to offer. However, sometimes you can't easily access it, or maybe you want to share it with a coworker without configuring remote desktop server.

This is where Web Console comes to the rescue. It gives you the same rails console experience, right in the browser. It's not just a tool that let's you evaluate Ruby code, there are a lot of those. It's your IRB session, the way you configured it.

web-console-demo