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.
Unit testing in legacy JRuby apps is a pain. Here's a fun and informative workaround to make testing a little smoother.
Introducing a new Ruby gem for building elegant queries without SQL strings.
Using BasicObject to build proxy objects
Mike Toppa discusses using the Cybersourcery Testing ruby gem for testing transactions in complex API environments.
Upgrading, going beyond the basics, introducing some elegant features and promoting readability.
A well-designed DSL improves programmer productivity and communication with domain experts.
A comparison of factories and fixtures for providing data in Rspec tests in Ruby on Rails
A few techniques for refactoring Ruby code.
How can you know if your Rails app is safe?
You’ve heard the claims or know from experience that test-driven development (TDD) produces better code.
A lightning talk, discussing the challenges of applying the Law of Demeter to Rails programming.