Hi all, I''m trying to use attachment_fu with a facebook app - I have a challenge when I go to call an image: <%= image_tag @photo.public_filename %> renders: <img src="/my_app_name/photos/0000/0005/Picture_8.png?1194210310" /> This is because the way I have my facebook set up is to always prepend the path with /my_app_name/ I added this to environment.rb as specified in the rfacebook tutorial on Liverails: ActionController::AbstractRequest.relative_url_root = "/my_app_name" any ideas on how to get around this? Thanks, Dustin -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---