Skip to content

Files

Latest commit

40db515 · Feb 2, 2021

History

History
This branch is 15724 commits behind rails/rails:main.

actionview

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 19, 2021
Jul 24, 2017
Jan 27, 2021
Feb 2, 2021
Feb 17, 2018
Jan 27, 2021
Jan 1, 2021
Jan 19, 2021
Nov 28, 2017
Nov 28, 2017
Dec 16, 2019
Apr 2, 2020
Nov 26, 2016
Feb 22, 2017
Jan 19, 2021

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: