Posted over 9 years ago by Philip Ingram
Occuring in early august of 2009, BugMash09 was a Rails bug squashing event hosted by Railsbridge. The event had many sponsors offering various gifts to those who contributed. Many thanks to the sponsors for providing a great event.
The BugMash was put on to help clean up some of the issues that were outstanding in the Rails lighthouse issue tracker. Participants were able to verify patches, verify issues, submit patches for those issues without patches and comment on various tickets using the +1 (I like it) or -1 (I no likey) notation.
Where to begin. Well I’ll begin at the beginning…
In my own projects, i’ve never had the need to stretch my git_fu. Verifying Rails contributions and such, definitely gets your git chops up. I’ll be using branching from now on in my own projects, so that i can try out things, without fear of losing the last place that i had solid code.
Boy, one thing can never be said about activerecord… it is not well tested. I’m sure rcov would give it the thumbs up.
There are so many different models, and so many different fixtures, and then the tests… makes a guy’s head spin. Actually it may have.
There are a few different testing frameworks, but if you want to understand and increase your test::unit mastery, take a peek at the rails source code. I could be wrong, but it appears Mocha is the only external gem needed for testing.
ActiveResource’s tests use Http::Mock which was pretty cool. I’d love to use that in a few of my projects, and i’ll be checking that out shortly. I’d never even have known about either of those ARes or the mocking library, had it not been for a few Active Resource tickets i worked on.
While slashing away at the rails core, you are peering behind the curtain. These methods are no more complex then if you were to write them yourself, for the most part (alias_chaining aside… i’m still freaked out thinking about it).
Showing a more human side to the rails methods we all take for granted, actually will help your own knowledge of your craft.
Some of these tickets were sitting there for awhile. As rails becomes even more popular. issues will creep up that need to be squashed. It behooves everyone who can, to contribute every month, for a couple hours, to simply do what the BugMash asked. Verify and patch where you can.
If you are at all interested in contributing to rails core, and are unsure if you can, the BugMash is a great lead in to doing just that. Also, the camaraderie of liaising with core contributors helps put a human face to the rails framework.
Happy Hacking.
Keeping Subscription dates tidy during February and Leap years
Testing ActiveResource - Basic Tutorial
Active Resource to Sinatra DataMapper backend
ArmRest and the tale of the No Schema Scheme
Textmate Ruby 1.9.1 and rvm - the facts
Easiest Postgres Install Ever - Mac Edition
Two Questions to Help Decide Between RDBMS, MongoDB or CouchDB
Testing Rails 3 - Just the Facts
Acts_as_snook - Creating an admin panel
Top 10 Movies of this Decade... Rebuttal
Thinking_Sphinx - Easy Setup Tutorial