Interesting Things
When using standard rails partials you always have a local variable named _counter. In previous versions of rails, the partial_counter variable was set to 0 when you passed an object, and set to 1 for the first item in a collection. Now it appears to start at 0 whether you pass an object or a collection.
Brian Takita has begun work on chaining doubles in RR
October 9, 2008 at 4:21 pm
Lets try that again…
I thought doubles already chained:
http://gist.github.com/15811
October 9, 2008 at 4:22 pm
They did – but now they are even hipper:
http://pivots.pivotallabs.com/users/brian/blog/articles/540-rr-0-6-0-released
October 16, 2008 at 12:09 am