-
Sites That Have a Problem Working in Google Chrome
I’ve been hitting issues with site compatibility with Chrome lately, so I decided to start with a list of sites that I’ve had issues with in the last day, and I’ll build on from there. As of Chrome 39.0.2171.71 (64-bit) on Yosemite: panel.dreamhost.com – Rebilling edit does not allow you to check the checkbox to limit billing…
-
The story behind rspec kung fu hamster
rspec-kungfuhamster originated as a joke on a POS development team I worked on almost 10 years ago. In the battle of scope creep and requirements changes, we all got a bit loopy and a couple members of the team drew up an ASCII animated “kung fu hamster” as a terminal-based spinner while the credit card…
-
Circular dependency detected while autoloading constant
I ended up with this error because the class name I was referencing was ClassNameXML but I was trying to call it as ClassNameXml. Not following naming conventions combined with not calling a class by its properly capitalized name will trigger this. I burned an hour figuring this out. I hope you don’t have to.
