This package browser is in early development. Mind the rough edges.

ruby-web-console

Debugging tool for your Ruby on Rails applications

This package allows you to create an interactive Ruby session in your browser. Those sessions are launched automatically in case of an error and can also be launched manually in any page.

Installation

Install the latest version of ruby-web-console as follows:

guix install ruby-web-console

Or install a particular version:

guix install ruby-web-console@4.2.0

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of ruby-web-console about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/ruby-web-console'><img src='https://packages.guix.gnu.org/packages/ruby-web-console/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/ruby-web-console/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/ruby-web-console)

Example Org:

[[https://packages.guix.gnu.org/packages/ruby-web-console][https://packages.guix.gnu.org/packages/ruby-web-console/badges/latest-version.svg]]