SSolidus Read More 3 minute read Getting Started with Solidus Series 1: SetupbyjaimelrNovember 4, 2019 Reading Time: 2 minutesSolidus is an open-source eCommerce solution built with Ruby on Rails and maintained by a community of passionate developers.…
RRails Read More 5 minute read Mount a Solr search engine with Rails using Docker ComposebyedmanMay 30, 2019 Reading Time: 4 minutesOne of the most interesting challenges while developing an application is indexing and searching for data efficiently. Solr…
AAWS Read More 6 minute read How to Deploy your Rails App as easy as Heroku?byrcontrerasMay 28, 2019 Reading Time: 5 minutesThis is your situation: You have this new shining and beautiful rails app which you have been working…
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 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…
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…
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…