mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
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. WWW: https://rubyonrails.org/ WWW: https://github.com/rails/rails/tree/main/actionview
7 lines
391 B
Text
7 lines
391 B
Text
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.
|
|
|
|
WWW: https://rubyonrails.org/
|
|
WWW: https://github.com/rails/rails/tree/main/actionview
|