Subject: CVS commit: pkgsrc/www/ruby-actionpack
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2007 23:29:06
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sun Feb 18 23:29:06 UTC 2007

Modified Files:
	pkgsrc/www/ruby-actionpack: Makefile PLIST distinfo

Log Message:
Update ruby-actionpack to 1.13.2.

Changes:
* Add much-needed html-scanner tests.  Fixed CDATA parsing bug. [Rick]
* improve error message for Routing for named routes. [Rob Sanheim]
* Added enhanced docs to routing assertions. [Rob Sanheim]
* fix form_for example in ActionController::Resources documentation. [gnarg]
* Add singleton resources from trunk [Rick Olson]
* TestSession supports indifferent access so session['foo'] == session[:foo]
  in your tests. #7372 [julik, jean.helou]
* select :multiple => true suffixes the attribute name with [] unless already
  suffixed. #6977 [nik.kakelin, ben, julik]
* Improve routes documentation.  #7095 [zackchandler]
* Resource member routes require :id, eliminating the ambiguous overlap with
  collection routes. #7229 [dkubb]
* Fixed NumberHelper#number_with_delimiter to use "." always for splitting the
  original number, not the delimiter parameter #7389 [ceefour]
* Autolinking recognizes trailing and embedded . , : ;  #7354 [Jarkko Laine]
* Make TextHelper::auto_link recognize URLs with colons in path correctly,
  fixes #7268. [imajes]
* Improved auto_link to match more valid urls correctly [Tobias Luetke]


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/www/ruby-actionpack/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/www/ruby-actionpack/PLIST \
    pkgsrc/www/ruby-actionpack/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.