An open API service indexing awesome lists of open source software.

https://github.com/nishidayuya/redmine_ruby_wasm

A plugin to run Ruby code on Redmine.
https://github.com/nishidayuya/redmine_ruby_wasm

redmine ruby webassembly

Last synced: 9 months ago
JSON representation

A plugin to run Ruby code on Redmine.

Awesome Lists containing this project

README

          

# Redmine ruby.wasm plugin: A plugin to run Ruby code on Redmine

[![License X11](https://img.shields.io/badge/license-X11-blue.svg)](https://raw.githubusercontent.com/nishidayuya/redmine_ruby_wasm/master/LICENSE.txt)
[![Latest tag](https://img.shields.io/github/v/tag/nishidayuya/redmine_ruby_wasm)](https://github.com/nishidayuya/redmine_ruby_wasm/tags)
[![Build Status](https://img.shields.io/circleci/build/github/nishidayuya/redmine_ruby_wasm)](https://app.circleci.com/pipelines/github/nishidayuya/redmine_ruby_wasm)

## Screenshot

In Redmine's issue page:

![issue page](doc/issue_page.png)

After click Ruby code on description:

![after click code on description](doc/after_click_code_on_description.png)

After click Ruby code on comment:

![after click code on comment](doc/after_click_code_on_comment.png)

## Installation

Clone the plugin into your Redmine plugins directory.

```console
$ cd /path/to/redmine/plugins/
$ git clone https://github.com/nishidayuya/redmine_ruby_wasm.git
```

And restart your Redmine.