RRuby on Rails Read More 4 minute read Clearing the air: How to test new features with Rails?bykevinnioJune 10, 2019 Reading Time: 4 minutesFeature specs are integral to a good test suite. Whenever we add new features to a web application,…
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 13 minute read PDF and XLSX reports with Ruby on Rails.bycandanedoApril 30, 2019 Reading Time: 12 minutesHow to generate PDF and Excel reports on Rails using Wicked PDF and AXLSX. Wicked_PDF If you are…
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…
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…
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…