search for: response_with

Displaying 1 result from an estimated 1 matches for "response_with".

Did you mean: respond_with
2011 Aug 15
2
respond_with with templates and http status when creating an object
Hi. When you use respond_with in a controller #create method and want to render XML the response gets the http status 201 (Created). But if you use a view to render this XML response_with uses the status 200 (Ok), for example when you use the gem rabl. I cannot determine if this matter is related to Rails or rabl. If it''s from Rails, is there a particular reason for this behavior? -- You received this message because you are subscribed to the Google Groups "Ruby o...