Monthly Archives: May 2009

avoiding SVN conflicts using svn:ignore

I ran into this issue today: Dealing with conflictive files/directories in projects using Subversion. For example: Log directories and configuration files. But I’ve seen this problem before in my projects. I really like working in teams. But I also like having my own work environment. I don’t really like sharing the database I use for development [...]
Posted in IT services business, developer tools, web programming | Tagged , , , , | 2 Comments

attachment_fu + ActiveScaffold 1.1.1: 'content_type' problem and solution

I ran into this weird issue with attachment_fu and had no idea what was wrong with my code. I’m using ActiveScaffold and attachment_fu to manage my entities and images. The exception was not that useful and I only found the solution thanks to Diego, our Rails guru @ Aycron. Here is the exception:NoMethodError (undefined method `content_type’ [...]
Posted in web programming | Tagged , , | Leave a comment

web applications stress testing with JMeter (part 2)

Here are a few notes about executing the stress test: If you are using only one computer, remember that you are using only one CPU, one memory, one internet connection and one operating system. So I would advise not to do many things at once in your computer while you test (for example, don’t download that [...]
Posted in developer tools, web programming | Tagged , , , , | Leave a comment