Sha256: 5772d8bf1721ec4b8cc3823fc897ef7dba112f97f30a73b17b7f39521bfefa6b

Contents?: true

Size: 996 Bytes

Versions: 1

Compression:

Stored size: 996 Bytes

Contents

= 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.

== 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 Quails project on GitHub

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


== License

Action View is released under the MIT license:

* https://opensource.org/licenses/MIT


== Support

API documentation is at

* http://api.rubyonquails.org

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

* https://github.com/quails/quails/issues

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-on-quails-0.1.0 actionview/README.rdoc