README.rdoc 1.1 KB
Newer Older
1 2
= Action View

3 4 5 6 7
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.

8 9
You can read more about Action View in the {Action View Overview}[https://edgeguides.rubyonrails.org/action_view_overview.html] guide.

10 11 12 13
== Download and installation

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

14
  $ gem install actionview
15

F
Fatos Morina 已提交
16
Source code can be downloaded as part of the Rails project on GitHub:
17 18 19 20 21 22 23 24

* https://github.com/rails/rails/tree/master/actionview


== License

Action View is released under the MIT license:

25
* https://opensource.org/licenses/MIT
26 27 28 29 30 31


== Support

API documentation is at

32
* https://api.rubyonrails.org
33

F
Fatos Morina 已提交
34
Bug reports for the Ruby on Rails project can be filed here:
35 36

* https://github.com/rails/rails/issues
37 38 39

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

40
* https://discuss.rubyonrails.org/c/rubyonrails-core