Redmine Commercial Support

I’ve been privately providing commercial support for several of my client’s Redmine systems for over two years now. I’ve now opened up a limited number of spots to anyone, even if you are not a client of my custom development service. If your organization runs Redmine and needs more support than the open source community …

Read more

Daily Code Reading #23 – RestClient::Request#execute

After looking at the other RestClient::Resource methods from yesterday, I noticed that they are all almost identical to #get. So today I’m going to dig into the code one level down, RestClient::Request. The Code RestClient::Request#execute 1 2 3 4 5 6 7 module RestClient class Request def self.execute(args, &block) new(args).execute &block end end endmodule RestClient …

Read more

Just One Thing a Day

It’s time I share my secret formula I’ve been using to be successful: Do one thing each day to grow towards who you want to become (it’s a common secret) That’s it. No magic 12 step program, no killer coaching system (though they will give you direction and accelerate the learning). Just one improvement after …

Read more

Redmine Commercial Support

I’m happy to announce that Little Stream Software is now offering commercial support for Redmine. If your organization runs Redmine and needs more support than the open source community support can provide, I’d be happy to have you as a client. I’m offering four different support plans to choose from, including a simple single support …

Read more

Redmine Kanban 0.2.0 released

I’ve just released Redmine Kanban 0.2.0. This release includes fixes for eight bugs and 19 new features. This version requires Redmine 0.9, which is the current stable version of Redmine. Download The plugin can be download from the Little Stream Software project or from GitHub. Changes Bug #2807: Check for the aasm gem eariler in …

Read more