I'd like to use ruby in my public index.html (e.g. for the stylesheet or a form). But I can't figure out how to do this :S
If I rename it to index.html.erb or index.erb it's not recognized by rails. instead my root from the routes is used (which is part of the app and needs the user to be logged in).