Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ruby

Can We Create An Image By Html String In Ruby On Rails.

I would like to know , Is there any possibility by which we can create an image by the HTML sting t… Read more Can We Create An Image By Html String In Ruby On Rails.

How To Have Pdf Viewer In Ruby

How can I embeded pdf viewer in ruby on rail? Now I tried but it doesn't work. I used firebug… Read more How To Have Pdf Viewer In Ruby

How To "link_to" Full Path In Rails 4?

This is the code i have Solution 1: To get the full URL, use gig_url(@gig) instead of gig_path… Read more How To "link_to" Full Path In Rails 4?

Embedded Google Maps In Rails Not Responsive

I'm trying to embed Google Maps into my Ruby on Rails website. I am able to search places on t… Read more Embedded Google Maps In Rails Not Responsive

Run Ruby File From Html Form Submit

I have a Ruby program that reads a file and returns a certain output. I have to now create a web ap… Read more Run Ruby File From Html Form Submit

How To Parse Xml With Nokogiri Without Losing Html Entities?

If you look at the output below in the after section ruby is removing all the html entities. How to… Read more How To Parse Xml With Nokogiri Without Losing Html Entities?