What to do about the index.html file?

You can create action for the index with something like below in you controller:

def index     redirect_to :action => 'list'   end

This will redirect to the list action.