From afb230ec93bee6e6475a51f17a13df72a72e703d Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Tue, 2 Sep 2014 18:12:04 +0200 Subject: Clarify Rails uses erubis not stdlin ERB. [ci skip] --- actionview/lib/action_view/base.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'actionview') diff --git a/actionview/lib/action_view/base.rb b/actionview/lib/action_view/base.rb index 86c55ffb51..e9843eeb08 100644 --- a/actionview/lib/action_view/base.rb +++ b/actionview/lib/action_view/base.rb @@ -11,7 +11,8 @@ module ActionView #:nodoc: # = Action View Base # # Action View templates can be written in several ways. If the template file has a .erb extension then it uses a mixture of ERB - # (included in Ruby) and HTML. If the template file has a .builder extension then Jim Weirich's Builder::XmlMarkup library is used. + # (not the one the Ruby stdlib, but the erubis[https://rubygems.org/gems/erubis] implementation) and HTML. + # If the template file has a .builder extension then Jim Weirich's Builder::XmlMarkup library is used. # # == ERB # -- cgit v1.2.3