RRuby Read More 3 minute read How to use devise and devise_token_authbyJuan NegreteJuly 3, 2018 Reading Time: 2 minutesHave you ever had difficulties adding authentication to an API which had already set up devise authentication? I…
RReact Read More 4 minute read Rails 5 meets Webpack and ReactbyMario GómezMarch 21, 2018 Reading Time: 3 minutesWhy Webpack? JavaScript applications are getting more complex every day and developers are taking advantage of new versions…
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…
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.…