Change language related to helper changes

This commit is contained in:
Jeremy McAnally 2010-03-31 23:06:44 -05:00
parent 93dc581119
commit c3b269e486
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ module Rails
if files if files
alert( alert(
"Deprecated ERb helper calls", "Deprecated ERb helper calls",
"Calls to helpers like form_for and other buffer-appending methods now require the = to be present on the ERb call (i.e., <%=). The only exceptions to this are helpers like content_for and cache.", "Block helpers that use concat (e.g., form_for) should use <%= instead of <%. The current form will continue to work for now, but you will get deprecation warnings since this form will go away in the future.",
"http://weblog.rubyonrails.org/", "http://weblog.rubyonrails.org/",
files files
) )