RRuby on Rails Read More 2 minute read Debugging RubyGemsbyCarlos GutierrezDecember 10, 2020 Reading Time: 2 minutes Sometimes we can run into bugs in our application that seem to come up out of nowhere. Even…
RRuby on Rails Read More 2 minute read Approaching Rails Legacy Systems Chapter 4: Understand your testsbyVictor VelazquezNovember 25, 2020 Reading Time: 2 minutes There are many different kinds of testing you can use in your projects, but in this last chapter,…
SSolidus Read More 2 minute read Improving Inventory Units Creation in SolidusbyEdwin CruzJune 18, 2020 Reading Time: 2 minutes To keep track of the right inventory, Solidus needs to create one inventory unit record for every single…
SSolidus Read More 2 minute read Customizing image sizes in SolidusbyEdwin CruzMay 7, 2020 Reading Time: 2 minutes Some of the most common tasks when implementing a Solidus store is to modify image sizes or add…
RRuby Read More 4 minute read How to take advantage of Ruby blocksbymickeytglJuly 8, 2019 Reading Time: 3 minutes Blocks in ruby are a very powerful aspect of the language. They are often less used in when…
RRuby Read More 4 minute read What are ruby contracts and how we can use them?bygerardo.lopezApril 9, 2019 Reading Time: 4 minutes What are Ruby Contracts? The gem author defines them as follows: Contracts which let you clearly and beautifully…
BBest Practices Read More 3 minute read Using serialized fields in railsbyOzmar UgarteJuly 27, 2018 Reading Time: 2 minutes Hi everybody, in the past days I stored some codes for a model called: Activity. I did this…
RRuby Read More 3 minute read How to use devise and devise_token_authbyJuan NegreteJuly 3, 2018 Reading Time: 2 minutes Have you ever had difficulties adding authentication to an API which had already set up devise authentication? I…
DDevelopment Read More 4 minute read Adding Docker to your Rails workflowbyJuan Carlos RuizApril 24, 2018 Reading Time: 5 minutes One of the challenges we face when we are developing an application, is having a uniform development stack…
DDevelopment Read More 9 minute read Generating documentation with Rspec Rails SwaggerbyJuan Carlos RuizMarch 27, 2018 Reading Time: 8 minutes Keeping the documentation updated while the API has been developed is one of the most demanding tasks regardless…