Thanks for your answer I've just realize that rmagick is just for resizing, and the syntax to view images is "<%= image_tag image.upload.url %>"
On Jul 18, 6:04 pm, Hassan Schroeder <[email protected]> wrote: > On Mon, Jul 18, 2011 at 10:44 AM, Angelo Cordova <[email protected]> wrote: > > I'm using paperclip for uploading images in the public folder, but > > when I want to show the images I have to use rmagick. > > No you don't. The whole purpose of rmagick/ImageMagick in the > context of uploading is to enable resizing of too-large images, the > creation of thumbnails, etc. > > > Is there a way to display images without using rmagick syntax? > > Have you looked at the API doc for image_tag ? > > -- > Hassan Schroeder ------------------------ > [email protected]http://about.me/hassanschroeder > twitter: @hassan -- 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.

