RRuby on Rails Read More 6 minute read How to Prevent Sequence Race Conditions when Using Rails ActiveJobbyfernando.trasvinaMarch 22, 2023 Reading Time: 5 minutes This article describes using the Ruby on Rails web application framework along with an external service. It is…
CCybersecurity Read More 3 minute read Protect Your Business: The Big Deal of Cybersecurity in a Digital WorldbyMagmaLabs TeamMarch 6, 2023 Reading Time: 4 minutes Alongside performance and usability, you should always focus on security when creating any web application. Keep in mind…
RRails Read More 11 minute read How To Integrate Cronofy To Your Rails AppbyKitzia VidalOctober 19, 2022 Reading Time: 10 minutes In this article we will learn how to integrate Cronofy within Rails to interact with a calendar and…
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…