Hidden gems: fake_braintree The fake_braintree gem makes your life easier when testing code that charges... Mike Burns September 13, 2012 Web Open Source Fake Braintree
Danger, danger: High Voltage vulnerability Version 1.2.0 of high_voltage is a security fix. Mike Burns September 10, 2012 News Web Ruby Open Source High Voltage
Hiring in Stockholm Our operations in Sweden are coming online and we’re now looking to expand... Chad Pytel September 7, 2012 News Design Web Stockholm
Testing Your Factories First Have you ever added a seemingly innocent validation to a model, like so:... Reade Harris September 6, 2012 Web Open Source Testing Factory Girl Factory Bot
Using the Draper Gem, Round One Draper is a handy new gem for extracting logic normally held in helpers and... Josh Clayton August 23, 2012 Web Rails Testing
Ruby and KISS: Sitting in a Tree I learned a lot of things in the Marines, but one takeaway which applies... Josh Clayton August 16, 2012 Web Rails Ruby
Creating a URL String in Ruby Josh Clayton recently posted about Mind Bending Factories – demonstrating... Matt Jankowski August 3, 2012 Web Ruby Testing
Expressing the problem Trade-offs between data and behavior. Mike Burns August 1, 2012 Web Ruby Good Code
Mind-Bending Factories People often forget that FactoryBot1 is just using Ruby to instantiate... Josh Clayton July 31, 2012 Web Ruby Testing Open Source
Always Define respond_to_missing? When Overriding method_missing method_missing is still considered scary, but here’s something more scary:... Mike Burns July 30, 2012 Web Ruby