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
The public directory is your root directory from the website perspective. For instance:
This assumes you are running your local dev server at
http://localhost:3000