Dive into all the content we have shared over the years.
First of all, I want to apologize to all for the long time it has taken me to push this humble new code. I started to work on because I’m…
I’m leaving here a curated compilation of interesting links where you will find information that is not very well known. There are pull…
I gave a presentation in RubyConf Argentina about what’s new in Rails 4 (if you saw it please rate it). I’ve already posted the Rails…
I’ll be talking at RubyConf Argentina, and the first thing I usually do when preparing talks is to think in a high level and then start…
Refinements arrived to Ruby trunk here. The purpose of Refinements is to make monkey patching safer, extending core classes but limiting its…
rails-api is a plugin developed by Yehuda Katz, José Valim, Carlos Antonio da Silva and me (Santiago Pastorino) which modifies Rails…
In this opportunity I’ll explain (as the title suggests) how to go from a brand new mac os x to running Rails tests. Step 0, is to make sure…
TL;DR: don’t run bundle exec before rails command, rails already checks the presence of Bundler through the Gemfile and sets up everything…
As you probably know Ruby (MRI so brixen doesn’t get mad at me :P) 1.9.3 was released I’ve been using 1.9.3 for a while now and as part of…