Read More 2 minute read SSolidus 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…
Read More 4 minute read RRuby How to take advantage of Ruby blocksbymickeytglJuly 8, 2019 Reading Time: 3 minutesBlocks in ruby are a very powerful aspect of the language. They are often less used in when…
Read More 4 minute read RRuby 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…
Read More 3 minute read BBest Practices 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…
Read More 3 minute read RRuby 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…
Read More 4 minute read DDevelopment 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…
Read More 9 minute read DDevelopment 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…
Read More 4 minute read RReact 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…
Read More 2 minute read RRuby 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…
Read More 3 minute read RRails 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…