RRuby on Rails Read More 4 minute read Ruby on Rails Advantages For Your Business in 2023byMagmaLabs TeamDecember 6, 2022 Reading Time: 5 minutes There are multiple reasons why Ruby on Rails is gaining so much popularity in the market. Basically, RoR…
RRails Read More 2 minute read How To Install Stimulus In a Rails AppbyJonathan TapiaOctober 27, 2022 Reading Time: 2 minutes In this tutorial, you will install Stimulus using Webpacker and Rails 7. If your Rails app is is…
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…
RRails Read More 4 minute read Data Encryption with RailsĀ 7byemmanuelMarch 3, 2022 Reading Time: 4 minutes There are massive amounts of sensitive information managed and stored online in the cloud or connected servers. Encryption…
RRails Read More 5 minute read Testing Rails Apps in 2021byeduardo.gutierrezMarch 18, 2021 Reading Time: 5 minutes Ruby on Rails is amply documented. Many Rails testing guides are comprehensive and curated tutorials that will walk…
RRails Read More 4 minute read Approaching Rails Legacy Systems Chapter 3: Where to start?byVictor VelazquezNovember 12, 2020 Reading Time: 5 minutes Well, where to start? If you are reading this article, you must have read Chapter 1 and Chapter…
RRails Read More 4 minute read Approaching Rails Legacy Systems Chapter 2: Become a Git HistorianbyVictor VelazquezJuly 2, 2020 Reading Time: 4 minutes To keep track of how a project has been changing through time is key to provide a big…
RRuby on Rails Read More 6 minute read Approaching Rails Legacy Systems – Chapter 1: Project AnatomybyVictor VelazquezApril 24, 2020 Reading Time: 6 minutes This is the chapter 1 of a series of blog posts about some pieces of advice, tools, and…
BBeginners Level Read More 3 minute read Getting Started with Solidus Series: CustomizationbyjaimelrApril 9, 2020 Reading Time: 3 minutes Learn how to fully customize Solidus stores from scratch following this step-by-step guide. Solidus customization is the second…
TTesting Read More 5 minute read Rails + RSpec + Turnip = <3byOzmar UgarteMarch 19, 2020 Reading Time: 4 minutes Integration tests are used to ensure that all software components work together. In the RoR world, Cucumber is…