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

Get Elements By Attributes

i will be short. As far as i know watir library provides two methods for getting html elements. Alm… Read more Get Elements By Attributes

How Can I Detect Errors In An Html Document Fragment With Ruby?

I'm collecting some HTML formatted content from a web form. Before saving this HTML content, I&… Read more How Can I Detect Errors In An Html Document Fragment With Ruby?

Rails Detect Changes To Files Programatically

I would like to write a method that programatically detects whether any of the files in my rails ap… Read more Rails Detect Changes To Files Programatically

How To Serve Static Html Pages With Rails?

I have Rails application with documentation which is static html pages in the /public folder. The t… Read more How To Serve Static Html Pages With Rails?

Web Page Scraping Gems/tools Available In Ruby

I'm trying to scrape web pages in a Ruby script that I'm working on. The purpose of the pr… Read more Web Page Scraping Gems/tools Available In Ruby

What Is The Best Way To Parse A Web Page In Ruby?

I have been looking at XML and HTML libraries on rubyforge for a simple way to pull data out of a w… Read more What Is The Best Way To Parse A Web Page In Ruby?