> But I'm not yet considering that a valid "fix".  Just a symptom.


The easiest fix is to not comment out lots of view code. ;)

I generally avoid commenting out view code because it can cause a  
number of problems (code bloat, exposing templates to users, escaping  
issues, etc.).

I'd move this code into a partial. That way, you can include it when  
you need it, and remove it when you don't... without hacks.

-- Patrick



--~--~---------~--~----~------------~-------~--~----~
SD Ruby mailing list
[email protected]
http://groups.google.com/group/sdruby
-~----------~----~----~----~------~----~------~--~---

Reply via email to