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
{{ message }}
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
In Rails 2.3.8 strings are escaped as they are not HTML safe by default like before. This means your plugin shows some HTML code in the views (e.g. the JavaScript stuff). Here is a patch with the modifications to make it 2.3.8 compatible: http://gist.github.com/506258
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
In Rails 2.3.8 strings are escaped as they are not HTML safe by default like before. This means your plugin shows some HTML code in the views (e.g. the JavaScript stuff). Here is a patch with the modifications to make it 2.3.8 compatible: http://gist.github.com/506258
The text was updated successfully, but these errors were encountered: