Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #5651 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

[PATCH] Documentation for <% -%> in ActionView::Base ERb

Reported by: matt@mattmargolis.net Assigned to: David
Priority: normal Milestone: 1.x
Component: ActionPack Version: 1.1.1
Severity: normal Keywords: docs
Cc:

Description

I added some documenation about <% -%> to the ERb section of ActionvVew::Base and removed some parentheses from the ERb section of the documentation that were confusing.

Attachments

actionview_base_erb_minus_sign.diff (1.5 kB) - added by matt@mattmargolis.net on 07/09/06 04:25:58.
documentation updates

Change History

07/09/06 04:25:58 changed by matt@mattmargolis.net

  • attachment actionview_base_erb_minus_sign.diff added.

documentation updates

07/09/06 04:26:38 changed by anonymous

  • type changed from defect to enhancement.

07/09/06 05:17:42 changed by bitsweat

  • status changed from new to closed.
  • resolution set to fixed.

(In [4598]) Update documentation for erb trim syntax. Closes #5651.