Those of you coming from a Google search are about to be disappointed.
When you name a class, choose a name that’s unlikely to refer more than one...
We haven’t been taking pull requests on
shoulda-matchers as much as we...
Don’t try to cram too much into a small space.
Want to speed up your test suite? Reduce the number of objects persisted to...
Most Rails developers have written apps where you have a marketing homepage...
In the latest Humans Present, I sit down with Joe Ferris, our CTO, and we...
Testing is widespread in the Rails community, which is awesome. For most new...
Here’s a refactoring example for a simple Ruby math problem using the inject...
Need to display a date in your Rails app? First try:
Time.now.strftime...