RRuby on Rails Read More 6 minute read How to Prevent Sequence Race Conditions when Using Rails ActiveJobbyfernando.trasvinaMarch 22, 2023 Reading Time: 5 minutesThis article describes using the Ruby on Rails web application framework along with an external service. It is…
RRails Read More 11 minute read How To Integrate Cronofy To Your Rails AppbyKitzia VidalOctober 19, 2022 Reading Time: 10 minutesIn 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 Approaching Rails Legacy Systems Chapter 4: Understand your testsbyVictor VelazquezNovember 25, 2020 Reading Time: 2 minutesThere 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 minutesTo keep track of the right inventory, Solidus needs to create one inventory unit record for every single…
RRuby Read More 4 minute read How to take advantage of Ruby blocksbymickeytglJuly 8, 2019 Reading Time: 3 minutesBlocks in ruby are a very powerful aspect of the language. They are often less used in when…