Learn how to stub external services when testing your Ruby on Rails application. Having our test suite isolated from external services or dependencies is a good testing practice.
Have you ever wondered when to release a new version of your software? How often should you issue a release? What version number should it be, and why? Toughtbot's new article answers this questions.
We have all heard about indexes. Yeah, that thing that it’s automatically added to the Primary Key column that enables fast data retrieval and stuff. Sure, but have you ever asked yourself if there are multiple types or implementations of indexes?