A bug fix update to my Redmine Rate plugin has just been released. It includes an important bug fix for the caching system. This version requires at least Redmine 1.0.0 and is compatible with Redmine 1.0.x, 1.1.0, 1.1.1, and ChiliProject 1.x. Changes Bug #5793 Cost cache not getting cleared when Time Entry attributes change Download …
Tag: rails
Preventing an ActionController::Session::CookieStore::CookieOverflow Error
One of my clients is a heavy user of my Redmine Timesheet plugin and they reported some strange 500 errors to me today. After digging through their logs I saw the plugin was throwing an ActionController::Session::CookieStore::CookieOverflow error. This means that more than 4K of data is being stored into a cookie, which is invalid. For …
Redmine Rate 0.2.0 Released
An update to my Redmine Rate plugin has just been released. It includes several bug fixes and a new caching system. This version requires at least Redmine 1.0.0 and is compatible with Redmine 1.0.x, 1.1.0, 1.1.1, and ChiliProject 1.x. Changes Feature #2433 French translation Feature #2664 Russian localization Feature #3832 rate_users_helper_patch extending InstanceMethods Feature #4289 …
Guest Post on RailsInside.com about Refactoring Rails using Flog
My second guest post to RailsInside.com, How To Score Your Rails App’s Complexity Before Refactoring was just posted. It includes how to use flog to find the complex code in your application.
Refactoring Redmine – the first 30 days
It’s hard to believe that a little over one month ago, I unveiled Refactoring Redmine to my private mailing list. Part of me feels like the book has always been for sale, while another part of me feels like it just launched last week… Since I’m open with much of my business, I wanted to …