Hi Yaro! Amazing video as always - the amount of times you have helped me build my app cannot be counted. I implemented Passwordless as you instructed and I'm happy to say that it works. I was wondering if you could help me understand how I can change the from email? - When I try to override the initializer, as prescribed on github, I get an error that configure is not a valid method. Have you seen this? Another question is, is it possible to send different emails, fx one if the user signs up themselves, and a different one if they are added by and admin? Thank you again for all you help! - I hope once my business is more successful that maybe I can hire you as a developer :D
@ledockol2 жыл бұрын
Neat. Thank you!
@fabriwild2 жыл бұрын
Great content!
@wmcraver2 жыл бұрын
This was a fantastic video. Thank you!
@abdu58222 жыл бұрын
Aren't there ruby auto-complete/auto-format in vs code, there must be an extension. I recommend you setup for future videos.
@Ilmattosulcolle2 жыл бұрын
Thank you! You really make everything feel like magic, not just the links! XD
@Ben-ni9bc Жыл бұрын
Thank you ;) I would like to create an user (with an email & pseudo) if not exist In password_less/session/create, I'm trying to add a form in the if else statement like : User found, check your inbox But get an error : No route matches [POST] "/users/users" How can I do that ? Maybe you can do a new video to explain how ? ;)
@SupeRails Жыл бұрын
Hi Ben! This is covered right after 08:10. You need a find_or_create method to user.rb