Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.01 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.01 KB

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

License X11 Latest tag Build Status

Screenshot

In Redmine's issue page:

issue page

After click Ruby code on description:

after click code on description

After click Ruby code on comment:

after click code on comment

Installation

Clone the plugin into your Redmine plugins directory.

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

And restart your Redmine.