Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saitoxu/hooktest
A redmine sample plugin
https://github.com/saitoxu/hooktest
Last synced: 5 days ago
JSON representation
A redmine sample plugin
- Host: GitHub
- URL: https://github.com/saitoxu/hooktest
- Owner: saitoxu
- Created: 2016-01-02T14:07:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T14:54:05.000Z (about 9 years ago)
- Last Synced: 2024-11-10T07:14:51.506Z (2 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HookTest
[Redmine3.2プラグイン開発入門](http://qiita.com/saitoxu/items/75087ec8d45a768dbf64)でサンプルとして取り上げているプラグインです。
## Feature
チケットの参照画面で簡単なテストを実施できるプラグインです。## How to use
pluginsディレクトリに配置し、マイグレーション実施後、Redmineを再起動してください。```
bundle exec rake redmine:plugins:migrate RAILS_ENV=production
```