Displaying 9 results from an estimated 9 matches for "dalessio".
Did you mean:
alessio
2009 Oct 13
1
loofah 0.3.1 Released
loofah version 0.3.1 has been released!
* <http://loofah.rubyforge.org>
* <http://rubyforge.org/projects/loofah>
* <http://github.com/flavorjones/loofah>
Loofah is an HTML sanitizer. It will always fix broken markup, but
can also sanitize unsafe tags in a few different ways, and transform
the markup for storage or display.
It''s built on top of Nokogiri and libxml2, so
2008 Jan 15
0
mechanize 0.7.0 Released
...be populated and
submitted. Mechanize also keeps track of the sites that you have
visited as a history.
Changes:
# Mechanize CHANGELOG
## 0.7.0
* Removed Ruby 1.8.2 support
* Changed parser to lazily parse links
* Lazily parsing document
* Adding verify_callback for SSL requests. Thanks Mike Dalessio!
* Fixed a bug with Accept-Language header. Thanks Bill Siggelkow.
* <http://mechanize.rubyforge.org/>
--
Aaron Patterson
http://tenderlovemaking.com/
2010 Jan 26
1
Does Amazon.com block scraping?
Hi there
Does anyone know if Amazon.com has any sort of server side script that tries
to block scraping activities? I first noticed that if I didn?t change the
agent alias, it would fetch a page exactly like the normal one, but without
the intial search field(maybe a silly way to prevent scraping). Then after
it, I changed to some other alias, and submit a search. I got the result
page as
2010 Jun 10
0
strange problem:no such file to load -- nokogiri on rails3
...8
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/
*** LOCAL GEMS ***
nokogiri (1.4.2)
Authors: Aaron Patterson, Mike Dalessio
Rubyforge: http://rubyforge.org/projects/nokogiri
Homepage: http://nokogiri.org
Installed at: /usr/lib/ruby/gems/1.8
Is it one bug on Rails 3 beta ?
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on R...
2010 Jan 25
4
Does Amazon.com blocks scraping?
Hi there
Does anyone know if Amazon.com has any sort of server side script that tries
to block scraping activities? I first noticed that if I didn?t change the
agent alias, it would fetch a page exactly like the normal one, but without
the intial search field(maybe a silly way to prevent scraping). Then after
it, I changed to some other alias, and submit a search. I got the result
page as
2008 Jun 12
1
setting request headers via get()
...uest or for classes of request, but is
inconvenient for request-specific headers like ETag and If-Modified-Since.
I''ve got a branch up on github with a (fairly invasive, though totally
backwards-compatible) patch to allow headers to be passed in through the
get() call:
http://github.com/mdalessio/mechanize/commit/e7784de8326d2e4313dd4b2c2521a58b3ad52da3
Note that get(), fetch_page() and set_headers() all now have the ability to
accept a hash of arguments as a parameter, allowing us to "stuff" extra
parameters into each one while maintaining backwards compatibility (see
tests).
S...
2008 May 06
0
Managing git submodules with git.rake
...you think the rake tasks might be useful, or you''re wondering why
dealing with many submodules can be a pain, check out the announcement
post:
http://flavoriffic.blogspot.com/2008/05/managing-git-submodules-with-gitrake.html
and, of course, the github project:
http://github.com/mdalessio/git-rake/tree
<shameless-plug>
We''ve been using it internally at my company, Pharos Enterprise
Intelligence (http://www.pharos-ei.com/), for the last 5 months and
it''s been a huge timesaver for us (each of our client projects have
14+ submodules, so that''s motivati...
2008 Jan 03
0
daemon use-case questions
Hi all,
I''m trying to replace an OpenWFEru/daemons-based infrastructure, with the
goal being to be able to communicate with the workers to a) monitor current
state and to b) initiate new actions.
The short version on why these are daemons and not transient workers (that
start up and shut down when they''re done with a particular task) is because
they''re subscribing to
2010 Feb 02
0
[Security] Loofah has an HTML injection / XSS vulnerability, please upgrade to 0.4.6
Synopsis
----------
Loofah::HTML::Document#text emits unencoded HTML entities prior to
0.4.6. This was originally by design, since the output of #text is
intended to be used in a non-HTML context (such as generation of
human-readable text documents).
However, Loofah::XssFoliate''s default behavior and
Loofah::Helpers#strip_tags
both use #text to strip tags out of the output, meaning that