I am building application where most of all the request are ajax or remote form ( new,create,show,edit etc.). i am just updating a common div on each request.
now i need a back button, onclick the div must be updated with previous contents (somewhat similar to gmail's back link)
can anyone tell me how it can be achieved in rails 3.?