mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
8 lines
393 B
Plaintext
8 lines
393 B
Plaintext
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/master/actionview
|