https://github.com/cat-in-136/redmine_view_hook_for_dev
show view hook for development
https://github.com/cat-in-136/redmine_view_hook_for_dev
development-tools redmine-plugin
Last synced: 10 months ago
JSON representation
show view hook for development
- Host: GitHub
- URL: https://github.com/cat-in-136/redmine_view_hook_for_dev
- Owner: cat-in-136
- License: mit
- Created: 2018-01-03T12:47:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T11:29:41.000Z (over 8 years ago)
- Last Synced: 2025-05-21T02:46:17.856Z (about 1 year ago)
- Topics: development-tools, redmine-plugin
- Language: Ruby
- Size: 1.95 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Redmine View Hook for Dev plugin
This plugin shows the view-hook locations for redmine-plugin development.
For example, this plugin inserts following code at the +view_layouts_base_body_bottom+ hook:
view_layouts_base_body_bottom
== How to install
* Download the plugin to your 'plugins/' directory
* Restart your redmine
Note: "rake redmine:plugins:migrate" is not required.
== How to uninstall
* Remove the plugin from your 'plugins/' directory
* Restart your redmine
Note: "rake redmine:plugins:migrate" is not required.
== License
MIT
== References
*
* Redmine PluginのViewの拡張ポイント(View hook)がどこにあるか?を列挙する