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