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?
|