Rails for Beginners Part 12: Validations Discussion
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' }
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!