Reading Time: 2 minutesLife is all about learning new things all the time, but why would we like to learn something…
Reading Time: 2 minutesOn one occasion, I had a problem with a couple of ActiveRecord scopes. The problem showed up when…
Reading Time: < 1 minuteOne of the new features that shipped with Rails 3.1 was streaming support. Now, all you need is…
Reading Time: 2 minutesWhile discussing ideas about code formatting I’ve seen it usually falls into the everyone does whatever works for…
Reading Time: 3 minutesBackbone is becoming one of my favorites tools to work with. I use it every chance I get…
Reading Time: < 1 minuteThis great tip that I bring to you today guys, is something that I found when I was…
Reading Time: 6 minutesRecently, I have been involved in a couple of projects where we use a lot of Backbone.js, and…
Reading Time: 2 minutesUsually when it comes to customizing JSON objects we use as_json, i.e., if we want to show a…
Reading Time: 2 minutesWhenever you are working on a project using i18n Internationalization, all your translations are specified on a bunch…
Reading Time: < 1 minuteHave you ever felt like running more than one kind of test at the same time, because your…