hoodwink.d enhanced
RSS
2.0
XHTML
1.0

RedHanded

Monday

2006.05.22

Less method_missing in Markaby #

by why in inspect
 >> div :styl => 'margin:10px' do
 >>   h1 "Never To Be Seen" 
 >> end
 Markaby::InvalidXhtmlError: no attribute `styl' on div elements

 >> salect :onclick => 'javascript:alert("GIMMICK!")' do
 >>   option '- please -'
 >> end
 NoMethodError: no such method `salect'

Continue to full post. (214 words)