Path to this page:
./
www/ruby-actionview71,
Rendering framework putting the V in MVC (part of Rails 7.1)
Branch: CURRENT,
Version: 7.1.4.2,
Package name: ruby32-actionview71-7.1.4.2,
Maintainer: pkgsrc-usersAction View
Action View is a framework for handling view template lookup and rendering,
and provides view helpers that assist when building HTML forms, Atom feeds
and more. Template formats that Action View handles are ERB (embedded Ruby,
typically used to inline short Ruby snippets inside HTML), and XML Builder.
This is for Ruby on Rails 7.1.
Master sites:
Filesize: 184 KB
Version history: (Expand)
- (2024-10-27) Updated to version: ruby32-actionview71-7.1.4.2
- (2024-10-21) Updated to version: ruby32-actionview71-7.1.4.1
- (2024-09-22) Updated to version: ruby32-actionview71-7.1.4
- (2024-06-05) Updated to version: ruby32-actionview71-7.1.3.4
- (2024-05-22) Updated to version: ruby32-actionview71-7.1.3.3
- (2024-02-24) Updated to version: ruby32-actionview71-7.1.3.2
CVS history: (Expand)
2024-02-24 15:55:27 by Takahiro Kambe | Files touched by this commit (15) | |
Log message:
www/ruby-rails71: update to 7.1.3.2
Update Ruby on Rails 7.1 and related pacakges to 7.1.3.2
This includes security fix:
CVE-2024-26142 for www/ruby-actionpack71
CVE-2024-26143 for www/ruby-actionpack71
Action Pack
* Fix possible XSS vulnerability with the translate method in controllers
CVE-2024-26143
* Fix ReDoS in Accept header parsing
CVE-2024-26142
|
2024-02-04 16:12:02 by Takahiro Kambe | Files touched by this commit (1) | |
Log message:
www/ruby-actionview71: update to 7.1.3
Action View (2024-01-16)
* Better handle SyntaxError in Action View. [Mario Caropreso]
* Fix word_wrap with empty string. [Jonathan Hefner]
* Rename ActionView::TestCase::Behavior::Content to
ActionView::TestCase::Behavior::RenderedViewContent.
Make RenderedViewContent inherit from String. Make private API with
:nodoc:. [Sean Doyle]
* Fix detection of required strict locals.
Further fix render @collection compatibility with strict locals
[Jean Boussier]
|
2023-11-30 16:19:29 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
www/ruby-actionview71: add version 7.1.2
Action View
Action View is a framework for handling view template lookup and rendering,
and provides view helpers that assist when building HTML forms, Atom feeds
and more. Template formats that Action View handles are ERB (embedded Ruby,
typically used to inline short Ruby snippets inside HTML), and XML Builder.
This is for Ruby on Rails 7.1.
|