Tag: ruby

Converting a Redmine plugin to a Gem

A lot of Rails plugins are starting to be released as RubyGems. I’ve found using RubyGems to manage plugins has been easy and have several advantages over a standard Rails plugin: built in versioning easy installation – no more installing plugins to the wrong directory pick a specific version to use not having to add …

Read more

Redmine Kanban plugin

I’m happy to release the Redmine Kanban plugin for Redmine. This plugin allows users to manage issues by following the Kanban style of project management, with bonus Javascript effects like drag and drop. Getting the plugin A copy of the plugin can be downloaded from Little Stream Software or from GitHub. Make sure to download …

Read more

Redmine Issue Due Date plugin

I’ve just released another small plugin for Redmine, the Issue Due Date plugin. This plugin will automatically set the due dates for issues based their Version or Deliverable’s due dates. I found this is useful to keep track of the latest date an issue needs to be completed by. Getting the plugin A copy of …

Read more