New Discussion

Notifications

You’re not receiving notifications from this thread.

Rails for Beginners Part 12: Validations Discussion

10
General

I tried copying this regex "\A[@\s]+@[@\s]+\z" to https://rubular.com/ but it aren't working until I remove the \A and \z making this [@\s]+@[@\s]+ before it could work, any reason for that?

I think you might be doing something wrong. It works in my case, https://rubular.com/r/SrvWLLOAMEq27C

An alternative to using the Regex can be using a built-in Ruby constant

validates :email, format: { with: URI::MailTo::EMAIL_REGEXP, message: 'invalid email address provided' }

Nice...

Great!

Not sure if anything can be done about this other than raising the bottom of the terminal window a bit higher, but the Video controls constantly hide what you're doing since you're typing in at the very bottom of the page. The video controls go away after a while of being on the page, but since we're moving to our IDE, they constantly reappear and get in the way. Content is great (a little too fast sometimes, for instance when you set the user = variable but don't mention it), but being able to see the content with the controls is pretty annoying. Nice work though!

Good suggestion, I have the same issue.

Same here.

yes true! i can't see anything when i wanted to check the commands

Great content, as usual!

Ditto what @Jerry said! : )

Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 88,834+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.