On 4 Nov 2008, at 12:02, Marko Anastasov wrote:
>
> Hi,
> I need to manually specify an HTTP response code after I catch the
> ActiveRecord::RecordInvalid exception - as validation fails for data
> submitted via remote_form_for. Which one would be most appropriate?
> Currently I do:
>
> render :action => ''new'', :status => 409 # conflict
>
I think 422 is commonly used (Unprocessable Entity: The request was
well-formed but was unable to be followed due to semantic errors)
Fred> Marko
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---