[Rails] Re: how make a link to html file

2009-01-30 Thread Thomas R. Koll
Hi, Do you really want to print links to local files? Well, you are missing a file:// in you href attribute. ciao, tom On Jan 30, 10:01 am, Newb Newb rails-mailing-l...@andreas-s.net wrote: my actual code is%file_path.each do |f|% a href=%= RAILS_ROOT + f % click here /a %end%

[Rails] Re: how make a link to html file

2009-01-30 Thread Newb Newb
Thomas r. Koll wrote: Hi, Do you really want to print links to local files? Well, you are missing a file:// in you href attribute. ciao, tom On Jan 30, 10:01�am, Newb Newb rails-mailing-l...@andreas-s.net thanks for the reply.i used like below. a href=%= file://+ RAILS_ROOT + f %