Bugs: Browse | Submit New | Admin

[#20015] Erubis 2.6.0, Rails 2.0.2, and the Rails helper

Date:
2008-05-07 23:29
Priority:
3
Submitted By:
Dave Myron (orangechicken)
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Erubis 2.6.0, Rails 2.0.2, and the Rails helper

Detailed description
I think that 2.6.0 was supposed to help with Rails 2.0.2 compatibility, however, it's still doesn't work out of the
box.

register_default_template_handler and register_template_handler are not in class ActionView::Base, they are in class
ActionView::Template so the code at rails_helper.rb:159 fails.

Swapping "Base" with "Template" seems to fix things up properly.

Add A Comment: Notepad

Please login


Followup

No Followups Have Been Posted

Attached Files:

Name Description Download
No Files Currently Attached

Changes:

No Changes Have Been Made to This Item