Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongha/redmine_vote
This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely.
https://github.com/jongha/redmine_vote
javascript plugin redmine ruby vote
Last synced: 3 months ago
JSON representation
This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely.
- Host: GitHub
- URL: https://github.com/jongha/redmine_vote
- Owner: jongha
- License: mit
- Created: 2014-01-07T10:19:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T14:28:28.000Z (over 9 years ago)
- Last Synced: 2024-10-03T12:44:35.833Z (4 months ago)
- Topics: javascript, plugin, redmine, ruby, vote
- Language: Ruby
- Homepage: http://www.redmine.org/plugins/redmine_vote_plugin
- Size: 328 KB
- Stars: 32
- Watchers: 8
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.rdoc
- License: LICENSE
Awesome Lists containing this project
README
= Redmine Vote
{}[https://gemnasium.com/jongha/redmine_vote]This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely. Thanks.
== Screenshot
{}[https://raw.github.com/jongha/redmine_vote/master/screenshot/screenshot.png]
== Installing a plugin
1. For Redmine 1.x: rake db:migrate_plugins RAILS_ENV=production
2. For Redmine 2.x: rake redmine:plugins:migrate RAILS_ENV=production3. (Re)start Redmine.
== Uninstalling a plugin
1. For Redmine 1.x: rake db:migrate:plugin NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production
2. For Redmine 2.x: rake redmine:plugins:migrate NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production3. Remove your plugin from the plugins folder: #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x)..
4. (Re)start Redmine.
== License
redmine_vote is available under the terms of the MIT License.