RRails Read More 5 minute read AuthorizationbyeduardoGHdezApril 9, 2019 Reading Time: 4 minutesAuthorization determines which actions a user can perform on an application There are a lot of alternatives which…
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…
RRails Read More 4 minute read The good and bad of ActiveRecord callbacksbymickeytglFebruary 26, 2019 Reading Time: 4 minutesCallbacks inside your rails controllers have sparked a lot of controversies. On one side, you have DHH advocating…
DDevelopment Read More 4 minute read Roles and permissions in SolidusbyOzmar UgarteFebruary 19, 2019 Reading Time: 4 minutesFew days ago I was working on adding new roles with their permissions into a Solidus application, it…
RRails Read More 5 minute read Dealing with your first scheduled background job.byadminSeptember 25, 2018 Reading Time: 5 minutesAre you new with background jobs and you don’t know where to start? Do you sometimes don’t understand…
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…