./www/ruby-actionview80, Rendering framework putting the V in MVC (part of Rails 8.0)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 8.0.2, Package name: ruby32-actionview80-8.0.2, Maintainer: pkgsrc-users

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 8.0.


Master sites:

Filesize: 184 KB

Version history: (Expand)


CVS history: (Expand)


   2025-03-16 16:28:18 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
www/ruby-actionview80: update to 8.0.2

8.0.2 (2025/03/12)

* Respect html_options[:form] when collection_checkboxes generates the
  hidden <input>.

  Riccardo Odone

* Layouts have access to local variables passed to render.

* This fixes #31680 which was a regression in Rails 5.1.

  Mike Dalessio

* Argument errors related to strict locals in templates now raise an
  ActionView::StrictLocalsError, and all other argument errors are reraised
  as-is.

  Previously, any ArgumentError raised during template rendering was
  swallowed during strict local error handling, so that an ArgumentError
  unrelated to strict locals (e.g., a helper method invoked with incorrect
  arguments) would be replaced by a similar ArgumentError with an unrelated
  backtrace, making it difficult to debug templates.

  Now, any ArgumentError unrelated to strict locals is reraised, preserving
  the original backtrace for developers.

  Also note that ActionView::StrictLocalsError is a subclass of
  ArgumentError, so any existing code that rescues ArgumentError will
  continue to work.

  Fixes #52227.

  Mike Dalessio

* Fix stack overflow error in dependency tracker when dealing with circular
  dependencies

  Jean Boussier
   2025-01-23 09:02:14 by Thomas Klausner | Files touched by this commit (13)
Log message:
*: Rails 8.0 is not available for Ruby 3.1
   2025-01-02 08:09:32 by Takahiro Kambe | Files touched by this commit (4)
Log message:
www/ruby-actionview80: add package version 8.0.1

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 8.0.