README.rdoc 987 字节
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 10 11
== Download and installation

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

12
  $ gem install actionview
13 14 15 16 17 18 19 20 21 22

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

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


== License

Action View is released under the MIT license:

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


== Support

API documentation is at

* http://api.rubyonrails.org

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

* https://github.com/rails/rails/issues
35 36 37 38

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

* https://groups.google.com/forum/?fromgroups#!forum/rubyonrails-core