I''m having problems with rmagick: It works but is looking in the wrong directory. My environment has the following lines: 1. require ''rubygems'' 2. require ''RMagick'' 3. include Magick My controller has the following: 1. imagemagick_for ''/data/pictures/'' 2. #my pics are in newspipe/data/pictures, where newspipe is my app And in my view i use image_magick with 1. <%= imagemagick_tag "pic32.jpg", ''resize(100x100)'' %> But the generated html has this for the above line: <img alt="Pic32" src="http://localhost:3000/newspipe/imagemagick/pic32.jpg?commands=resize%28100x100%29" /> Can anyone see what i''m doing wrong (or neglecting to do)? thanks max -- 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 -~----------~----~----~----~------~----~------~--~---