On Wed, Dec 23, 2009 at 1:23 AM, Jan Roslind <[email protected]> wrote: > I am using http.get in a model to parse html code returned from a Oracle > server. > > My first try was to use assertions (assert and assert_select) to test > and parse the html code.
That's, er, interesting :-) > I am considering replace assertions with a html parser. I I would think so -- take a look at http://github.com/tenderlove/nokogiri HTH, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

