Bugs: Browse | Submit New | Admin

[#3507] template handler not registered in edge rails

Date:
2006-02-09 10:11
Priority:
3
Submitted By:
Nobody
Assigned To:
Nobody (None)
Category:
None
State:
Open
Summary:
template handler not registered in edge rails

Detailed description
in the following method:

if Object.const_defined? "ActionView"
  ActionView::Base::register_template_handler 'rcss', Rcss::RcssHandler
end

this line:

if Object.const_defined? "ActionView"

returns false, even though this line:

ActionView::Base::register_template_handler 'rcss', Rcss::RcssHandler

would succeed.
I don't know why this is the case, as I don't know much about rails; just reporting the cause.

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