Displaying 1 result from an estimated 1 matches for "simply_restfuld".
Did you mean:
  simply_restful
  
2006 Jul 28
0
best way to handle failed updates when using REST ?
I''m playing with simply_restfuld/REST. My (test) controller has the 
following actions:
   index, new, create, show, edit, update, destroy
Everything is fine at the moment except on how to handle failed updates.
As I see it, there are 3 scenarios with a failed update:
  - redirect to edit action, but the form''s data w...