Displaying 2 results from an estimated 2 matches for "stparser".
Did you mean:
btparser
2006 Jun 23
1
rubyful_soup works fine as an RB file but bugs in Rails
...uire ''rubyful_soup''
3: require ''open-uri''
4:
5: url = "http://www.google.com/search?q=ruby"
RAILS_ROOT: /app/sites/exe/ifeel/public/../config/..
Application Trace | Framework Trace | Full Trace
/usr/lib64/ruby/gems/1.8/gems/htmltools-1.09/lib/html/stparser.rb:11
/usr/lib64/site_ruby/1.8/rubygems/custom_require.rb:21:in `require''
#{RAILS_ROOT}/vendor/rails/activesupport/lib/active_support/dependencies.rb:147:in
`require''
/usr/lib64/ruby/gems/1.8/gems/htmltools-1.09/lib/html/tree.rb:16
/usr/lib64/site_ruby/1.8/rubygems/custom_require...
2006 May 18
1
Unnecessary Gem modules loaded under Rails 1.1.2
All,
Rails 1.1.2
Win XP Pro
Rubyful Soup 1.0.4
htmltools 1.0.9
I am terribly confused as to what pulling in a gem does with respect to
how many modules get loaded at runtime.
I am using two gems in my app, Rubyful Soup and htmltools.
RubyfulSoup requires one module from the htmltools gem
(html/sgml-parser).
My app requires the RubyfulSoup gem.
When I started my app, something was causing