• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

substancelab / activemodel-email_address_validator / 56 / 5
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: dependabot/add-v2-config-file
DEFAULT BRANCH: master
Ran 22 Jan 2019 08:13AM UTC
Files 4
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Jan 2019 08:11AM UTC coverage: 100.0%. Remained the same
2.6.0

Pull #7

travis-ci

web-flow
Implement the old behavior with new syntax

In other words, when specifying a regex using `:format` we'll convert it
internally to a rule using `:with`.

In other words, the following:

    validates :email, :email_address => {:format => /.+@.+/}

is equivalent to this:

    validates :email, :email_address => {:with => /.+@.+/}

and is processed the same way behind the scenes.

We cannot yet remove `EmailAddress#valid_with_regex?`, unfortunately, as that is
in effect a public method and could be used externally. We should probably
deprecate it eventually.
Pull Request #7: WIP: Implement the old behavior with new syntax

92 of 92 relevant lines covered (100.0%)

5.26 hits per line

Source Files on job 56.5 (2.6.0)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 56
  • Travis Job 56.5
  • 1eb64dac on github
  • Prev Job for 2.6.0 on out_with_the_old (#54.5)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc