I have been trying to figure out how I can render a page in rails without refreshing the application.html.erb. I only want to refresh a the part that goes in the <=% yeald %> part and no other. I did this using ajax but I am using latex code on my pages(mathjax) that will not compile unless the page is refreshed, so ajax does not work in my case.
I have searched for tutorials but have not found a clear way to do this. So is this possible, render a page as partial without using ajax?
Thanks.