April 10, 2018
Faster Unit Testing in a Legacy JRuby on Rails App
Unit testing in legacy JRuby apps is a pain. Here's a fun and informative workaround to make testing a little smoother.
Ruby Articles
April 10, 2018
Unit testing in legacy JRuby apps is a pain. Here's a fun and informative workaround to make testing a little smoother.
June 16, 2017
Learn about ActiveRecord callbacks & the mechanisms rails has in place for getting around them.
September 12, 2016
Introducing a new Ruby gem for building elegant queries without SQL strings.
June 20, 2016
Mike Toppa discusses using the Cybersourcery Testing ruby gem for testing transactions in complex API environments.
May 26, 2016
Using BasicObject to build proxy objects.