Hello everyone I'm new in Ror and I have a problem with image display.
I'm using paperclip for uploading images in the public folder, but when I want to show the images I have to use rmagick. Rmagick depends on Imagemagick, and the owner of the project doesn want to install Imagemagick. so I can't use "<%= image_tag image.upload.url(:small) %>" because that's rmagic syntax. Is there a way to display images without using rmagick syntax? Thanks for your help -- 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.

