Redmine Question plugin v0.3.0 released

I’ve just uploaded a new release of the Redmine Question plugin. This is a bug fix release that should support the released version of Redmine as well as the latest trunk version. Download The plugin can be download from the Little Stream Software project or from GitHub. Changes Bug #1982: Questions link doesn’t show closed …

Read more

Redmine Timesheet plugin v0.5.0 released

I’ve just uploaded a new release of the Redmine Timesheet plugin. This release has a couple of new features, a few bug fixes, and several translation updates. Download The plugin can be download from the Little Stream Software project or from GitHub. Changes Feature #709: Use defaults for the date like the updated timelog filter …

Read more

Use Hash#except to easily test Rails validations

Ruby on Rails provides a large API for web development, including adding new methods to Ruby’s base classes. One method I don’t see used that often is Hash#except. From the Rails API documentation: Return a hash that includes everything but the given keys. This is useful for limiting a set of parameters to everything but …

Read more

Redmine Question plugin released

One problem I’ve noticed with fast paced projects is that details can get lost in all the activity. Shane and Peter noticed that with their Redmine, many times a question would be asked but someone would never answer it. To solve this problem, they sponsored the development of Redmine Question plugin. This plugin will help …

Read more