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

Create Method In Html.erb File

I have to create one method in file say 'myCode.html.erb'. I have to write ruby code with h… Read more Create Method In Html.erb File

How To Save Complete Html Page With Frames/iframes Included?

During the web scraping I want to save current page's html to a file for later debug. browser.h… Read more How To Save Complete Html Page With Frames/iframes Included?

Strip Text From Html Document Using Ruby

There are lots of examples of how to strip HTML tags from a document using Ruby, Hpricot and Nokogi… Read more Strip Text From Html Document Using Ruby

How To Use Html Id In A Ruby If Statement Condition

I'm trying to render a form depending on which checkbox has been ticked. I want to use an if st… Read more How To Use Html Id In A Ruby If Statement Condition

How To Insert A Block Every Several Div With Haml?

I want to insert a div.row every three blocks in order to wrap three span together for the followin… Read more How To Insert A Block Every Several Div With Haml?

Extract Data From Html Table With Mechanize

First of all, here is the sample html table : Kangchenjunga 8,586m Solution 1: More succint v… Read more Extract Data From Html Table With Mechanize

Haml .each Function For Variables

I have around 30+ variables that contain an array with multiple strings inside of it. 1 variable =… Read more Haml .each Function For Variables

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.