Path to this page:
Subject: CVS commit: pkgsrc
From: Takahiro Kambe
Date: 2022-06-07 16:59:21
Message id: 20220607145922.20F73FB19@cvs.NetBSD.org
Log Message:
www/ruby-rails60: update to 6.0.5
Ruby on Rails 6.0.5 (2022-05-12)
Active Support
* Fix tag helper regression.
Action Text
* Disentangle Action Text from ApplicationController
Allow Action Text to be used without having an ApplicationController
defined.
This makes sure:
- Action Text attachments render the correct URL host in mailers.
- an ActionController::Renderer isn't allocated per request.
- Sidekiq doesn't hang with the "classic" autoloader.
Files: