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…
BBest Practices Read More 3 minute read Using serialized fields in railsbyOzmar UgarteJuly 27, 2018 Reading Time: 2 minutesHi everybody, in the past days I stored some codes for a model called: Activity. I did this…
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…
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…
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…
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 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 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 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…