You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Currently some helpers like f.text_field are been escaped, why ?
I have installed erubis before plugin, should I configure erubis to work together with this plugin some way ?
Thanks in advance.
ps: rails 2.3.5
The text was updated successfully, but these errors were encountered:
Very obscure. If you're using mislav's standarista plugin to output HTML tags instead of XHTML then this will trip you up if you haven't upgraded to the latest version of that plugin. I only twigged when I ran the rails_xss tests and noticed that many failed due to the lack of XML style self closing tags in my output. Hope this helps someone else in the future :)
Hi,
Currently some helpers like f.text_field are been escaped, why ?
I have installed erubis before plugin, should I configure erubis to work together with this plugin some way ?
Thanks in advance.
ps: rails 2.3.5
The text was updated successfully, but these errors were encountered: