hoarse and buggy
stop screaming at your code

Archive for July, 2007

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 [...]

Ruby on Rails: RESTful scaffolds, .rhtml/.rxml deprecation, and form_for( @modelname ) syntax; oh my!

July 17, 2007

I’m a newbie to Ruby on Rails. Delirious and unphased, I decided to compound this precarious position by writing my first Rails web app using Edge rails instead of the standard 1.2.x build. Three things have confused me to this point, and I’m sure more are to come. If you’re using Edge [...]