Use Factory Bot's build_stubbed for a Faster Test Suite Want to speed up your test suite? Reduce the number of objects persisted to... Josh Clayton May 9, 2012 Web Open Source Rails Testing Factory Girl Factory Bot
Constrain Yourself Most Rails developers have written apps where you have a marketing homepage... Josh Clayton May 8, 2012 Web Rails Open Source
Humans Present: Refactoring In the latest Humans Present, I sit down with Joe Ferris, our CTO, and we... Chad Pytel May 5, 2012 News Upcase Web Good Code
I Suck at Testing Testing is widespread in the Rails community, which is awesome. For most new... Jason Draper May 4, 2012 Web Testing
Come Correct with Inject and Collect Here’s a refactoring example for a simple Ruby math problem using the inject... Adarsh Pandit May 3, 2012 Web Ruby Good Code
Date and Time Formats for Pirates Need to display a date in your Rails app? First try: Time.now.strftime... Alex Berry April 27, 2012 Web Rails
FactoryBot 3.2: so awesome it needs to be released during RailsConf FactoryBot 3.2 brings a slew of new features; while I’d considered breaking... Josh Clayton April 24, 2012 News Web Open Source Testing Factory Girl Factory Bot
Turnip: A Tasty Cucumber Alternative? We’ve used Cucumber heavily and successfully on client work, internal... Harlow Ward April 21, 2012 Web Testing
Meet thoughtbot at Railsconf 2012 We’ve had an abnormally warm Winter and Spring in Boston this year, but... Joe Ferris April 20, 2012 News Web
Time.now Is On My Side I needed an open? method. First try: def open? opens_at < Time.now <... Dan Croak April 16, 2012 Web Ruby