Category: Articles

Stuff To Do plugin v0.3.0 released

I’ve just uploaded a new release of the Redmine Stuff To Do 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 Feature #2022: Czech Translation – …

Read more

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