Embedding images in a Rails Builder generated RSS feed -


i'm building rss feed rails application using builder (the wealth of tutorials out there doing way helped), become little bit stuck when comes adding image alongside (which has been uploaded via paperclip), lot of top publications do.

i'm using make text appear should in reader:

         xml.description            xml.cdata!page.description.gsub(/\n/, '<br />')          end 

so how go including image in feed when display them in a

  @page.assets.each |asset| 

block.

thanks.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -