Skip to content

Files

Latest commit

cd2b3be · May 21, 2020

History

History
This branch is 33 commits ahead of, 18073 commits behind rails/rails:main.

actionview

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 15, 2020
Jul 24, 2017
May 21, 2020
May 21, 2020
Feb 17, 2018
May 19, 2020
Jan 1, 2020
Apr 2, 2020
Nov 28, 2017
Nov 28, 2017
Dec 16, 2019
Apr 2, 2020
Nov 26, 2016
Feb 22, 2017
Oct 2, 2019

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.

You can read more about Action View in the Action View Overview guide.

Download and installation

The latest version of Action View can be installed with RubyGems:

$ gem install actionview

Source code can be downloaded as part of the Rails project on GitHub:

License

Action View is released under the MIT license:

Support

API documentation is at

Bug reports for the Ruby on Rails project can be filed here:

Feature requests should be discussed on the rails-core mailing list here: