module ActionView
Ruby on Rails 8.0.4
Since v2.2.3Action 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:
Namespace
Modules
- ActionView::CacheExpiry
- ActionView::Context
- ActionView::Helpers
- ActionView::Layouts
- ActionView::RecordIdentifier
- ActionView::Rendering
- ActionView::RenderParser
- ActionView::RoutingUrlFor
- ActionView::VERSION
- ActionView::ViewPaths
Classes
- ActionView::AbstractRenderer
- ActionView::Base
- ActionView::Digestor
- ActionView::FileSystemResolver
- ActionView::FixtureResolver
- ActionView::LogSubscriber
- ActionView::LookupContext
- ActionView::NullResolver
- ActionView::PartialIteration
- ActionView::PartialRenderer
- ActionView::Renderer
- ActionView::Resolver
- ActionView::Template
- ActionView::TemplateDetails
- ActionView::TemplatePath
- ActionView::TestCase
- ActionView::UnboundTemplate
Extends
Constants
Methods (defined here)
- self. eager_load!
- self. gem_version
- self. version