Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EmailValidator method doesn't exist, EmailVerifier crashes server. #8

Open
hugofloss opened this issue Oct 31, 2013 · 5 comments
Open
Labels

Comments

@hugofloss
Copy link

Steps to reproduce bug:

  • Add gem to gemfile
  • Add config to application.rb
  • Use EmailValidator.check(youremail) in a helper (like mentioned in Readme.md)
  • This gives the error that EmailValidator doesn't exist. Sounds logical, because in the gem itself only the EmailVerifier is mentioned.
  • Use EmailVerifier.check(youremail) in a helper instead
  • Looks like an endless loop, browser is stuck loading, as well as the log/console output

Using Rails 3.2.14

Thank you very much in advance, love the work you've done.

@kamilc
Copy link
Owner

kamilc commented Oct 31, 2013

@jenskanis Thanks for a detailed report. Will take care of it in coming days (probably after the Haloween).

@hugofloss
Copy link
Author

@kamilc thank you, have a great one:)

@kamilc kamilc closed this as completed Dec 4, 2013
@hugofloss
Copy link
Author

Hi @kamilc, did you manage to solve the problem?

@kamilc
Copy link
Owner

kamilc commented Dec 4, 2013

@jenskanis: The README has been updated and the minor other issue solved. Now as I looked at your report again — it dawned on me that there was this endless loop as well.

I'm reopening but will have some more time to look at it some time later (this week though).

Thanks

@kamilc kamilc reopened this Dec 4, 2013
@hugofloss
Copy link
Author

Thanks Kamil!

On Wednesday 4 December 2013 at 14:25, Kamil Ciemniewski wrote:

@jenskanis (https://github.com/jenskanis): The README has been updated and the minor other issue solved. Now as I looked at your report again — it dawned on me that there was this endless loop as well.
I'm reopening but will have some more time to look at it some time later (this week though).
Thanks


Reply to this email directly or view it on GitHub (#8 (comment)).

@kamilc kamilc added the bug label Sep 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants