I have a very simple Rails application, with only one controller and two actions. Basically they are pages with images, css, and some javascripts. I would like to generate a version of this application that runs totally offline, just in html, without the need to install ruby or rails on the client. What is the best way to do this?