DDevelopment Read More 4 minute read Adding Docker to your Rails workflowbyJuan Carlos RuizApril 24, 2018 Reading Time: 5 minutesOne of the challenges we face when we are developing an application, is having a uniform development stack…
DDevelopment Read More 9 minute read Generating documentation with Rspec Rails SwaggerbyJuan Carlos RuizMarch 27, 2018 Reading Time: 8 minutesKeeping the documentation updated while the API has been developed is one of the most demanding tasks regardless…
DDevelopment Read More 5 minute read Using the get schwifty gembyOzmar UgarteJanuary 22, 2018 Reading Time: 5 minutesHey there, today I’m writing about an interesting gem I used some days ago to render some slow…
RRails Read More 4 minute read How to upgrade from rails 4.2.9 to rails 5.1 and don’t die tryingbyOzmar UgarteJanuary 3, 2018 Reading Time: 3 minutesHi there 👋 I’m going to show you how I upgraded Rails app from version 4.2.9 to…
RRuby Read More 2 minute read CanCan: Performance issue regarding usage of roles(has_role?) – Avoid N + 1 queries for abilitiesbyheridevSeptember 12, 2017 Reading Time: 2 minutesCurrently, in our project we use CanCanCan to control permissions/privileges. A common usage of CanCanCan is having multiple…
RRails Read More 3 minute read RailsConf 2017 Adventurebykaren-venturaJune 13, 2017 Reading Time: 3 minutesHello, I want to talk to you about my visit to the city of Phoenix Arizona, where I…
RRails Read More 3 minute read RailsConf 2017 AdventurebyadminJune 13, 2017 Reading Time: 3 minutesHello, I want to talk to you about my visit to the city of Phoenix Arizona, where I…
TTesting Read More 1 minute read De Código, Café y Cervezas 07 – ¿Somos profesionales?byVictor VelazquezMay 25, 2017 Reading Time: < 1 minuteHeriberto Pérez, Alejandro Espinoza, Víctor Velázquez Ingenieros de Software en MagmaLabs comparten otro episodio De código, Café y…
RRails Read More 3 minute read Fixing Rspec and Cucumber random failures in your Continuous Integration ServicebyheridevMay 24, 2017 Reading Time: 3 minutesWhen you have a large test suite chances are that some of the tests fail randomly and when…
DDevelopment Read More 6 minute read Administrate reviewbyVictor VelazquezOctober 5, 2016 Reading Time: 6 minutesRecently I’ve been playing with Administrate a gem from Thoughtbot, for a new e-commerce project built from scratch.…