Module: ActionView
Overview
Constant Summary
-
ENCODING_FLAG =
# File 'actionview/lib/action_view.rb', line 35'#.*coding[:=]\s*(\S+)[ \t]*'
-
TemplateError =
# File 'actionview/lib/action_view/template/error.rb', line 243Template::Error
Class Method Summary
- .eager_load!
-
.gem_version
Returns the currently loaded version of Action View as a
Gem::Version
. -
.version
Returns the currently loaded version of Action View as a
Gem::Version
.
::ActiveSupport::Autoload
- Extended
Class Method Details
.eager_load!
[ GitHub ]# File 'actionview/lib/action_view.rb', line 93
def self.eager_load! super ActionView::Helpers.eager_load! ActionView::Template.eager_load! end
.gem_version
Returns the currently loaded version of Action View as a Gem::Version
.
.version
Returns the currently loaded version of Action View as a Gem::Version
.
# File 'actionview/lib/action_view/version.rb', line 7
def self.version gem_version end