Hi there,
why you use the custom "url" attribute of the form instead of the standard "action"?
Using the "action" attribute would allow this great directive to be used on Rails's form_for helper without the need to add "url" attribute manually.
What do you think?