This project is archived and is in readonly mode.

#4161 ✓invalid
Jeroen van Dijk

[PATCH] Documentation of block helpers need to be updated

Reported by Jeroen van Dijk | March 12th, 2010 @ 01:36 PM

This patch contains changes in the documentation for the following change in the block helper behaviour:


<% form_for @something do |f| %>
   ... 
<% end %>

Should now be


<%= form_for @something do |f| %>
   
<% end %>

I have walked through the actionview directory to find all occurences of block helpers in the documentation and I have updated it according to the new situation.

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Attachments

Referenced by

Pages