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.
- Host: GitHub
- URL: https://github.com/nishidayuya/redmine_ruby_wasm
- Owner: nishidayuya
- License: mit
- Created: 2022-09-11T19:49:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T13:42:58.000Z (over 1 year ago)
- Last Synced: 2025-04-12T04:12:34.867Z (about 1 year ago)
- Topics: redmine, ruby, webassembly
- Language: Ruby
- Homepage: https://www.redmine.org/plugins/redmine_ruby_wasm
- Size: 85 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Redmine ruby.wasm plugin: A plugin to run Ruby code on Redmine
[](https://raw.githubusercontent.com/nishidayuya/redmine_ruby_wasm/master/LICENSE.txt)
[](https://github.com/nishidayuya/redmine_ruby_wasm/tags)
[](https://app.circleci.com/pipelines/github/nishidayuya/redmine_ruby_wasm)
## Screenshot
In Redmine's issue page:

After click Ruby code on description:

After click Ruby code on comment:

## 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.