I love debugging tools. One of the most frustrating things to me is -- when I run a Ruby or Python program, I can't find out what that program is doing RIGHT NOW.
One of the greatest Ruby mysteries for me has always been the idiomatic Symbol#to_proc which is usually used to cast a symbol to a block usually passed to some enumerator.
There are well-established tools for automating the testing of how software_behaves_, but very few that automate the testing of how software looks. This is how Friday does visual regression testing.
In this series I'm going to document how to build a simple BitBucket add-on using Rails. I'm going to replicate GitHub's Star feature that I often use and miss on BitBucket.