2020-05-21 18:04:24 by Takahiro Kambe | Files touched by this commit (25) |
Log message:
Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24.
|
2020-05-19 19:12:50 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
www/ruby-actionpack60: update to 6.0.3.1
Update ruby-actionpack60 to 6.0.3.1.
## Rails 6.0.3.1 (May 18, 2020) ##
* [CVE-2020-8166] HMAC raw CSRF token before masking it, so it cannot be used \
to reconstruct a per-form token
* [CVE-2020-8164] Return self when calling #each, #each_pair, and #each_value \
instead of the raw @parameters hash
|
2020-05-16 16:18:09 by Takahiro Kambe | Files touched by this commit (1) | |
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*
|
2020-03-22 00:51:41 by Joerg Sonnenberger | Files touched by this commit (12) |
Log message:
Restrict some more rails packages to Ruby 2.5+
|
2020-03-20 17:53:32 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
www/ruby-actionpack60: add package version 6.0.2.2
Add ruby-actionpack60 package version 6.0.2.2.
Action Pack is a framework for handling and responding to web requests. It
provides mechanisms for *routing* (mapping request URLs to actions), defining
*controllers* that implement actions, and generating responses by rendering
*views*, which are templates of various formats. In short, Action Pack
provides the view and controller layers in the MVC paradigm.
This is for Ruby on Rails 6.0.
|