How would you integrate Ruby and the Really Simple History framework?

Quick question: How would you integrate Ruby on Rails and the Really Simple History frameworks and AMASS? RSH provides bookmarking and back button support for AJAX applications, while AMASS is an alpha framework that provides large amounts of persistent storage. I'm still learning the Ruby Way, so I don't know the most natural way one would integrate these into Ruby to make them more transparent. I'd love to know people's thoughts.

Also, are you interested in doing this kind of integration? It would be very cool.

Comments

Seth said…
I'veen trying to figure out how to do AJAX 'history' with Ruby/Rails and came accross your 'Real Simple History'. I've been messing with it for a couple hours and am also wondering how to integrate this with Rails. I was wondering if you ever came up with any nice solution?