I'm trying to deploy a ruby on rails application. It uses mysql for a database. What I would like to do is distribute it as a windows executable. It should be in such a way that the user can click on the application and everything will load and a full screen browser window will appear. This way the user will know nothing about it being a browser and need no ruby components installed to run the application.
i am using 3.2.6 , ruby 1.9.3 , gem 1.8.24 Has anyone done anything like this?