Rails and jQuery - how do you get server-side validation errors to your view after an ajax request
- by adam
Ive searched this site but questions are usually regarding doing client-side validations or for different frameworks.
I have a tasks list whose items can be edited inline. Upon submitting the inline edit form the item is updated all thanks to jQuery, ajax and rails.
But I want to handle bad input from the user. HTML requests redisplay the view…