January 2011
2 posts
Categories of bugs
Common bugs categories I’ve run into over the years: Customer to me: “I told you to do that, why didn’t you?” Customer to me: “I didn’t tell you to do that, why didn’t you?” Customer to me: “I didn’t tell you to do that, why did you?” Users to me: “wow, this part of the app really sucks” Me to computer: “Why...
Jan 31st
Creating a new Ruby Package (and putting it up on...
So, in the sprit of the previous article on this blog, I’m going to document how to make a Ruby package and put it up on RubyGems. Create your project. You can use Jeweler for this, or newgem. I like newgem, because I’m familiar with it. The instructions in this article assume newgem infrastructure * hack hack hack* * hack hack hack * $ rake check_manifest. Your manifest...
Jan 27th