hoarse and buggy
stop screaming at your code

Archive for the 'Uncategorized' Category

Ruby on Rails: Method names for nested resources on the edge (rev 7176)

July 22, 2007

In my overzealous attempt to learn Ruby on Rails and RESTful design while using Edge Rails, I have once again been bitten by a change that wasn’t obvious to me until I read the CHANGELOG. Feeling pretty macho, I decided to create some nested resources in my application. The code I added to [...]