I''m having problems using imagemagick - in my controller i have imagemagick_for ''/data/pictures'', :cache => ''/public/image_cache'' and in my view i have <%= imagemagick_tag ''pic32.jpg'', ''resize(100x100)'' %> But the generated html for the above is <img alt="Pic32" src="http://localhost:3000/newspipe/imagemagick/pic32.jpg?commands=resize%28100x100%29" /> (newspipe is my app name) I''ve tried putting RAILS_ROOT into the imagemagick_for path (including the cache), but the generated html is the same - it''s as if imagemagick_tag is ignoring the _for bit in the controller and going to some default directory. Can anyone see what i''m doing wrong? thanks -- 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 -~----------~----~----~----~------~----~------~--~---