Rails3 UJS example with unobtrusive dry flash error
- by user142913
Hi to everybody
thislink text is a demo "done right" about rails3 and UJS, but if you add:
validates :name, :presence = true
to the Task model that error(500 Internal Server Error) is displayed nowhere.
Do you know a correct and clean way to handle it?