mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -04:00
4 lines
303 B
Text
4 lines
303 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.
|