I'm creating a rails app with two columns. On one side is a journal log and the other is a set of various links and resources to internal pages. I'd like to be able to navigate to different pages of the journal log on the left side without changing the content on the right. I'd also like to navigate through pages on the right without changing what day of the log is being viewed.
This is very much like two separate html frames. Is there a proper way to do this in rails using rails routing?