Integration tests for web services using RSpec
Recently I had to implement a REST web service for a project in Rails. I've been using RSpec for every kind of tests for a long »
Recently I had to implement a REST web service for a project in Rails. I've been using RSpec for every kind of tests for a long »
Authorization in rails can be achieved in many ways. One of the most popular ways to achieve this is through can can. With can can, all »
Delayed Job is a Ruby gem that encapsulates the common pattern of asynchronously executing longer tasks in the background. I use it frequently because it's a »