email_validator:Rails的电子邮件验证器

时间:2024-05-20 10:35:23
【文件属性】:

文件名称:email_validator:Rails的电子邮件验证器

文件大小:45KB

文件格式:ZIP

更新时间:2024-05-20 10:35:23

Ruby

EmailValidator Rails 3+的电子邮件验证器。 使用RFC-3696验证支持符合RFC-2822和RFC-5321的电子邮件验证。 以前位于: : 验证原理 这个gem提供的默认验证( :loose配置选项)极其宽松。 它只是检查在@前后是否有空格,没有空格。 有关原因的说明,请参见。 我们知道许多用例都需要提高验证水平。 通过使用:strict验证模式可支持此功能。 此外, :rfc RFC兼容模式会将技术上有效的电子邮件地址视为有效,这可能是不需要的,例如有效的user或user@somehost地址。 这些将在:rfc模式下有效,但在:loose或:strict无效。 安装 添加到您的Gemfile中: gem 'email_validator' 跑步: bundle install 用法 将以下内容添加到您的模型中: validates :my


【文件预览】:
email_validator-master
----.travis.yml(417B)
----bin()
--------report-test-coverage(357B)
----package.json(1KB)
----email_validator.gemspec(858B)
----Rakefile(199B)
----.rubocop.yml(4KB)
----LICENSE(1KB)
----Gemfile(1KB)
----.document(60B)
----spec()
--------spec_helper.rb(566B)
--------email_validator_spec.rb(36KB)
----.gitignore(337B)
----CHANGELOG.md(4KB)
----lib()
--------email_validator.rb(4KB)
--------email_validator()
----README.md(6KB)
----yarn.lock(58KB)
----.editorconfig(317B)
----.markdownlint.style.rb(7KB)
----.mdlrc(331B)

网友评论