Debugging RubyGems
Reading Time: 2 minutes Sometimes we can run into bugs in our application...
Approaching Rails Legacy Systems Chapter 4: Understand your tests
Reading Time: 2 minutes There are many different kinds of testing you...
Improving Inventory Units Creation in Solidus
Reading Time: 2 minutes To keep track of the right inventory, Solidus...
Customizing image sizes in Solidus
Reading Time: 2 minutes Some of the most common tasks when implementing...
How to take advantage of Ruby blocks
Reading Time: 3 minutes Blocks in ruby are a very powerful aspect of...
What are ruby contracts and how we can use them?
Reading Time: 4 minutes What are Ruby Contracts? The gem author defines...
Using serialized fields in rails
Reading Time: 2 minutes Hi everybody, in the past days I stored some...
Reading Time: 2 minutes Have you ever had difficulties adding authentication to an API which had already set up devise authentication? I encountered the same issue while trying to...
Adding Docker to your Rails workflow
Reading Time: 5 minutes One of the challenges we face when we are developing...
Generating documentation with Rspec Rails Swagger
Reading Time: 8 minutes Keeping the documentation updated while the API...