Bugs: Browse | Submit New | Admin

[#11065] Rails helper in 2.3 is totally busted

Date:
2007-05-23 10:18
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
Rails helper in 2.3 is totally busted

Detailed description
As in there is no way this could ever work in the form it's being distributed in. Syntax errors up the wazoo. Also the
code errors in the test for the ActionPack version.

> if ActionPack::VERSION::MINOR <= 12   ###  Rails 1.1

Ruby doesn't like the class declaration inside the module. 

In addition the case statement in the create_template_source method appears to be missing the rest of the cases. Only
the first one is there — :rxml.

Looks like something must have gone awry when this was packaged up?

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