So, with all this about using UJS and RJS being removed from rails 3.1, I am wondering how I will go about updating a relatively large amount of html on a page. Before I could just render a partial from the insert_html method, how should I do this now?
Share
Use javascript, or any framework you like. I prefer jQuery.