churchm.ag
Paper Trail For Implementing Undo, Redo in Rails - ChurchMag
When it comes to adding support for redo and undo in a desktop application, you’re typically going to implement the command pattern. There have also been successful attempts at implementing this behavior within the context of a web browser usually with a combination of JavaScript and caching. If you’re working in the Rails world, there’s a […]
Tom