Using Basecamp to keep track of SVN commits
Posted April 5th, 2010 by Paul CoddingHow can I ensure that I have merged all my changes into my branches?
Tags: Basecamp, Ruby, Subversion
My miscellaneous ramblings and how-to's
I've created this blog to catalog software ideas, code examples and everything in between. I've been in the industry for over 5 years and have worked on a variety of projects from Identity and Access Management, to Web Application Security, to Java/Ruby application development.
Read More
How can I ensure that I have merged all my changes into my branches?
Tags: Basecamp, Ruby, Subversion
Lately I’ve been spending a lot of time at coffee shops in the morning, and because of that have spent a lot of time on wireless networks that are not exactly trustworthy. I always thought it would be nice to get a little notification on incoming established tcp/udp connections. Just to know. So I created [...]
Tags: Networking, Ruby
If you’re like me and have written Spring web applications using Hibernate for persistence, you’ve probably seen this error when using FetchType.LAZY in your @OneToMany annotation: “failed to lazily initialize a collection of role: your.Class.assocation no session or session was closed.” If you are using lazy loading rather than eager loading for obvious reasons, and [...]
This week at work I’ve had the luxury of getting to sit down and write a sample application using a few of my favorite tools: Spring, and Hibernate-Annotations. New to this equation has been Sitemesh. I’ve been using Tiles for quite a while and have felt very comfortable with it, but at the same time [...]
Well, I was able to spend some time this weekend to get my OpenBSD firewall back in action after a major HDD catastrophe. After getting my internal network back in order, I’ve decided to begin work on a few projects I’ve been thinking about. The first project involves the use of Growl, the notification system [...]