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 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…
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…
RRails Read More 2 minute read Customizing Solidus order number generationbyJuan Carlos RuizAugust 5, 2019 Reading Time: 2 minutesSolidus provides an out-of-the-box mechanism to generate order numbers. However, sometimes you could be interested in personalizing this…
QQA Read More 5 minute read Myths About QAbyPorfirio BayardoJuly 2, 2019 Reading Time: 5 minutes What’s the very first thing that comes to your mind when you read/hear “QA Tester”? Whether you…
RRuby on Rails Read More 4 minute read Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
AAWS Read More 6 minute read How to Deploy your Rails App as easy as Heroku?byrcontrerasMay 28, 2019 Reading Time: 5 minutesThis is your situation: You have this new shining and beautiful rails app which you have been working…
RRails Read More 13 minute read PDF and XLSX reports with Ruby on Rails.bycandanedoApril 30, 2019 Reading Time: 12 minutesHow to generate PDF and Excel reports on Rails using Wicked PDF and AXLSX. Wicked_PDF If you are…
RRuby Read More 4 minute read What are ruby contracts and how we can use them?bygerardo.lopezApril 9, 2019 Reading Time: 4 minutesWhat are Ruby Contracts? The gem author defines them as follows: Contracts which let you clearly and beautifully…
RRails Read More 6 minute read Searching with Ransack in Ruby on RailsbyJuan Carlos LópezMarch 12, 2019 Reading Time: 6 minutesSometimes we need or we want to develop a module quickly and easily that includes filters, sorting, pagination…