Sure it is possible and you have many options how to reach it. The
easiest way is probably to make a filesystem link from Rails image
folder to your unmovable folder. Like (provided you are in your rails
public/images directory)

ln -s /your/unmovable

and you can reach your images like this

image_tag 'unmovable/something.png'

cheers

Jakub

On Jan 15, 2:49 pm, Guille San <[email protected]> wrote:
> Hi!!!
> I wanna to show in my web page a picture, but this picture I can´t move
> it from the folder where it is. I know that in Rails you have to have
> the picture in the images folder, but I wanna to know if it is possible
> to show a picture from another folder different.
>
> Thanks!!
> --
> Posted viahttp://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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to