Category: Articles

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

A Fresh look and Feel

Some of you may have noticed the new design here and on LittleStreamSoftware.com. For the past two years, both sites have been using free templates for their design. The templates were good but they were not showing off the quality of work I do. So with the help from Selene from iDesignStudios, we created an …

Read more

Hire Me

I offer computer programming, testing, and deployment for websites, web applications, and business tools using Ruby on Rails and the Ruby programming language. Here are some benefits of using my services: Ruby expert who will work with you to create the software you need Easy to use, high quality software Throughly tested applications, no more …

Read more

Correcting your rcov report for untested code

I’ve used rcov for a long time to check the code coverage on my Ruby applications. Code coverage shows what parts of an application have not been tested. It can be abused if it’s used as an absolute metric (must be 99%+) but it’s great to see where fragile parts might be located. A problem …

Read more