I have been trying almost everything to get rails/webrick to serve an html file in development mode, however I keep getting the following error:
No route matches [GET] "/public/index.html"
Even after setting config.assets.enabled = true nothing changes. Running Rails 3.2.2