|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
[PhillyOnRails] Random tip of the day
|
>Random tip of the day...
<%
=begin
This style will work with scriplets too <%= now.broken.function(foo) %>
=end
%>
<% if false %>
so will this style <%= now.b>roken.function(foo) %>
<% end %>
FYI, I am getting compile errors in the above commented-out scriplets
so I am thinking the scriplets have to be valid at some level in order
for this tip to work. We can't just comment out junk scriplets and
have them ignored. I hope I am wrong.
-Brian Buckley
_______________________________________________
talk mailing list
talk@phillyonrails.org
http://lists.phillyonrails.org/mailman/listinfo/talk
|