History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WAFFLE-6
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Michael Ward
Reporter: Mauro Talevi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Waffle

Support Views written in Ruby ERB

Created: 13/Jun/07 05:01 AM   Updated: 09/Aug/07 02:33 PM
Component/s: Core
Affects Version/s: None
Fix Version/s: 1.0-rc-1

Time Tracking:
Not Specified


 Description  « Hide
Support Views written in Ruby ERB, which works withe Ruby and/or Java based controllers

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Fabio Kung - 21/Jun/07 03:07 AM
Commited some code that:
  • exposes controller instance variables to erb templates
  • renders the appropriate .rhtml file (based on requestURI)

Michael Ward - 09/Aug/07 02:33 PM
Added support for partial pages

<%= partial('the file name', {:key => 'value', :for => 'locals'}) %>