Displaying 1 result from an estimated 1 matches for "beautifulstonesoup".
2006 Mar 22
2
RubyGem loading into a controller (High quality question)
...ute this action, I get:
"uninitialized constant BeautifulSoup"
which basically tells me that the BeautifulSoup class within the
rubyful_soup.rb file can''t be seen.
3) Inside of the rubyful_soup.rb file, the BeautifulSoup class is
defined, like so:
class BeautifulSoup < BeautifulStoneSoup
....
QUESTION 1: Have I correctly included this RubyGem?
QUESTION 2: Does something else need to be done to successfully export
the BeautifulSoup class name so that it''s accessible?
QUESTION 3: Does something else need to be done to successfully import
the BeautifulSoup class name so...