mirror of https://github.com/rails/rails
d7d04e6a83
existing email regex allowed for invalid emails and invalidated valid emails - The following emails are shown to be valid emails when they are not: - `email_<script></script>_123@example.co.in` - `email"123@example.com` - `email..123@example.com` - `.email123@example.com` ... and a few more - The following email is shown to be an invalid email when it is valid: - `email@123.123.12.123` Lets use the default ruby regex instead |
||
---|---|---|
.. | ||
assets | ||
bug_report_templates | ||
rails_guides | ||
source | ||
.document | ||
CHANGELOG.md | ||
Rakefile | ||
rails_guides.rb | ||
w3c_validator.rb |