The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Mechanize 2.5

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eric Hodel

Posts: 660
Nickname: drbrain
Registered: Mar, 2006

Eric Hodel is a long-time Rubyist and co-founder of Seattle.rb.
Mechanize 2.5 Posted: May 9, 2012 2:27 PM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eric Hodel.
Original Post: Mechanize 2.5
Feed Title: Segment7
Feed URL: http://blog.segment7.net/articles.rss
Feed Description: Posts about and around Ruby, MetaRuby, ruby2c, ZenTest and work at The Robot Co-op.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eric Hodel
Latest Posts From Segment7

Advertisement

The Mechanize library is used for automating interaction with websites. Mechanize automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. Mechanize also keeps track of the sites that you have visited as a history.

Changes

  • Minor enhancement

    • Added Mechanize#ignore_bad_chunking for working around servers that don’t terminate chunked transfer-encoding properly. Enabling this may cause data loss. Issue #116

    • Removed content-type check from Mechanize::Page allowing forced parsing of incorrect or missing content-types. Issue #221 by GarthSnyder

  • Bug fixes

    • Fixed typos in EXAMPLES and GUIDES. Pull Request #213 by Erkan Yilmaz.

    • Fixed handling of a quoted content-disposition size. Pull Request #220 by Jason Rust

    • Mechanize now ignores a missing gzip footer like browsers do. Issue #224 by afhbl

    • Mechanize handles saving of files with the same name better now. Pull Request #223 by Godfrey Chan, Issue #219 by Jon Hart

    • Mechanize now sends headers across redirects. Issue #215 by Chris Gahan

    • Mechanize now raises Mechanize::ResponseReadError when the server does not terminate chunked transfer-encoding properly. Issue #116

    • Mechanize no longer raises an exception when multiple identical radiobuttons are checked. Issue #214 by Matthias Guenther

    • Fixed documentation for pre_connect_hooks and post_connect_hooks. Issue #226 by Robert Poor

    • Worked around ruby 1.8 run with -Ku and ISO-8859-1 encoded characters in URIs. Issue #228 by Stanislav O.Pogrebnyak

Read: Mechanize 2.5

Topic: Follow-up Thoughts on Aligning Business & Programmer Goals Previous Topic   Next Topic Topic: New Release of the Ruby Driver and Rails Adapter for DB2

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use