Rails and menu state
Has anyone else done anything to save UI state in a Rails app? If so, I’d like to know what you did. I ended up making a helper method that jams stuff in the session using the Ajax.Request stuff from Prototype. It’s ok, the code needs some tweaking, but it works without issue. Just curious what others have done.