Refactoring Rails Applications: A Workshop to Remember

Refactoring is a technique I often use but know I still have a lot to learn, especially when I see a presentation like Therapeutic Refactoring. So I was very excited when the organizers of the Barcelona Ruby Conference announced the pre-conference workshop “Refactoring Rails Applications” by JumpstartLab. It may sound strange to attend a refactoring …

Read more

Getting RavenDB Up & Running

There are many ways to install RavenDB. Depending on your needs you can run it in the embedded mode, as a standalone server or integrate it into your ASP.Net application. When trying something new I like to start with a known working state. Therefore I recommend using the standalone installation of the RavenDB server for …

Read more