Ryan Leavengood wrote: > Adam P. Jenkins said: > >>Which you'd use like: >> >> <%= link_to_file "Installer Program", "installer.exe" %> > > > If that isn't somewhere in the Rails docs, wiki or FAQ, it should be. Very > cool. In fact, I'd lobby that should be added to Rails itself. > > Ryan > > Thanks. I myself was surprised to not find something equivalent in the ActionView::Helpers::AssetTagHelper module. I've added a page to the Wiki describing this: http://wiki.rubyonrails.com/rails/show/HowToLinkToStaticFile Adam