New York Standup 10/6/2008: Partial Counters
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








remove
Lets try that again...
I thought doubles already chained:
http://gist.github.com/15811
remove
They did - but now they are even hipper:
http://pivots.pivotallabs.com/users/brian/blog/articles/540-rr-0-6-0-released
remove