DEPRECATION WARNING: Using form_for(:name, @resource) is deprecated. Please use form_for(@resource, :as => :name) instead.
That seems like a fairly important deprecation warning, especially since most web examples show that as the way to use the form_for helper.