In a template I was using: c.uri_for( 'path', arg1, arg2 ); where arg1 and arg2 are sometimes not defined. In that case uri_for generates a url with two trailing slashes. Is there a reason to keep that behavior or should uri_for pop any undefined items off @args? -- Bill Moseley moseley at hank.org