On 6 November 2015 at 09:28, Ragesh R. <[email protected]> wrote: > I am using Carrierwave to upload images in rails4. > > In the view page the uploaded image is showing. But, when generating the > pdf, > from this view, the image is not showing.Instead , a blank box is > showing.from many from frorums i got a suggestion that use the absolute > url to display images in pdf > > From the view, while inspecting the path is showing as below: > > <img alt="Small images" src=" http://127.0.0.1:3000/upload_ > files/6/student/image/1/small_images.jpg">
Not entirely sure what you are saying. Are you saying that the above url does not show the image it should or that it is not the right url? Also not sure what it has to do with pdf. All that code is doing is displaying an image, it is not displaying an image "in pdf". Look in log/development.log and put that url into the browser to see what it is doing. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuzMMAWJfXViMWZb5CLZ3si3W8KTVybvUEfTMdO3QpvjA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

