Hi All, I''m using attachment_fu to handle uploading some images. I''m using the path_prefix option to set the path as ''public/portfolio_images'' and this is then symlinked to an identically named directory in the shared folder. My issue is that the public_filename method is placing a leading slash on the image url. When I added a trailing slash to the base_path method so that the regex would catch it, it adds a directory named images/ to the front of the url. My image.rb is here: http://pastie.caboo.se/149478 This is the only redefinition of any methods I''ve done. All help appreciated. Robin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---