12 followers
A
A pull request isn't just the responsibility of the author, but also the reviewer. In this article, I'll be sharing 8 tips on giving effective code...
When I first started working almost 3 years ago, I couldn't see the need to include anything in the description of my pull requests. I had felt that...
I was browsing the web and I noticed Ruby code that utilises a String instance method called chars. Until today, I'd never used nor heard of...
In this article, we'll take a look at one of the lesser-known features within Action Mailer, that is specifying a template and a layout through the...
RSpec best practices can only go so far in speeding up our test suite. Are you looking to speed up your Rails test suite? You've come to the right...
When more features are added to our application, the time it takes to run our tests increases. The pain of this is more evident when we work in a team...