Like almost all apps today, I have users who enter various information through standard text inputs. My app is running on Rails.
It's a no-brainer to escape ampersands that I include as part of the site copy, etc. But how do I escape an ampersand that is dynamically inputted by a user? Currently, it's totally breaking my frontend validation.
Thanks!