RRails Read More 4 minute read Approaching Rails Legacy Systems Chapter 2: Become a Git HistorianbyVictor VelazquezJuly 2, 2020 Reading Time: 4 minutesTo keep track of how a project has been changing through time is key to provide a big…
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 on Rails Read More 2 minute read How to use ERB syntax as a selector on DefacebyDiego MendozaMay 15, 2020 Reading Time: 2 minutesHaving trouble finding a selector to override a view? Here in this blog post, we show you a…
SSolidus Read More 2 minute read Customizing image sizes in SolidusbyEdwin CruzMay 7, 2020 Reading Time: 2 minutesSome of the most common tasks when implementing a Solidus store is to modify image sizes or add…
RRuby on Rails Read More 6 minute read Approaching Rails Legacy Systems – Chapter 1: Project AnatomybyVictor VelazquezApril 24, 2020 Reading Time: 6 minutesThis 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 minutesLearn 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 minutesIntegration tests are used to ensure that all software components work together. In the RoR world, Cucumber is…
SSolidus Read More 4 minute read Currency exchange for UPS carrierbySamantha BelloMarch 12, 2020 Reading Time: 4 minutesUPS shows the carrier price according to its origin country. If the product is sent is from Sweden…
RRuby on Rails Read More 3 minute read Best practices using Rails SeedsbyOzmar UgarteNovember 25, 2019 Reading Time: 2 minutesRails offer us a mechanism through the db/seeds.rb file, which allows us to write Ruby code and use…
SSolidus Read More 3 minute read Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutesSolidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…