Reading Time: 2 minutesDisclaimer ActiveRecord::Observer will be extracted to a separated gem when Rails 4 is released, so if you are…
Reading Time: 2 minutesFirst of all, I need to say that I was fully inspired by this blogpost, I liked so…
Reading Time: 3 minutesHello there, today I’d like to talk about pagination in Rails. When I started to learn RoR I…
Reading Time: 2 minutesIn the past few months, I’ve been using the Pomodoro Technique® at work, specially when pair programming. This…
Reading Time: < 1 minuteHello there, this time I’d like to explain how to limit two decimal digits in a jQuery input…
Reading Time: 5 minutesHello there, A few days ago I was looking for a step-by-step tutorial on how to manage file…
Reading Time: 4 minutesRecently, I was asked to automate the retrieval of information from a website that is not online anymore?…
Reading Time: 4 minutesLet’s talk about using Ruby Modules in Rails applications. I want to apply this tutorial to one refactoring…
Reading Time: 2 minutesThere are some applications to help you receive payments online. Some of them are really complex and complete…
Reading Time: 2 minutesRecently we had to implement some tests to see if the user session had expired, and to do…