Path to this page:
Subject: CVS commit: pkgsrc/www/ruby-actionpack60
From: Takahiro Kambe
Date: 2020-05-16 16:18:09
Message id: 20200516141810.035D4FB27@cvs.NetBSD.org
Log Message:
www/ruby-actionpack60: update to 6.0.3
Update ruby-actionpack60 to 6.0.3.
## Rails 6.0.3 (May 06, 2020) ##
* Include child session assertion count in ActionDispatch::IntegrationTest
`IntegrationTest#open_session` uses `dup` to create the new session, which
meant it had its own copy of `@assertions`. This prevented the assertions
from being correctly counted and reported.
Child sessions now have their `attr_accessor` overriden to delegate to the
root session.
Fixes #32142
*Sam Bostock*
Files: