Magic Link Authentication with generates_token_for in Rails 7.1 Discussion
How can you mock this in an integration test where you need to be authenticated but you don't have access to session?
Christopher Campbell repliedHow can you mock this in an integration test where you need to be authenticated but you don't have access to session?
Christopher Campbell repliedHi Chris! What commands are you using to replace words in selection? Thx in advance!
M87 repliedIn developer tools, Due to instructor video section, css and box model section are totally hidden.
inonomity repliedThanks you, Collin! Just one comment: there are some simple things that you explain with all details, but there are others that are complicated and I feel that I have not enough information on them...
Aleksandr Gerasimov repliedReally cool!
Matias H. Leidemer repliedYeah! Minimal if statements = Maximum efficiency.
Thomas Blevins postedI used this snippet to close the dialog when someone clicks the backdrop. ```ruby dialog.addEventListener('click', (event) => { if (event.target.nodeName === 'DIALOG') { dialog.close(); ...
Adrian Marin repliedThis is great! Never knew about this one. Now I have to try and find uses for it :) I guess any model attribute that ends up having a lot of auxiliary methods or view helper methods around them wo...
Marc Köhlbrugge repliedWhat's great about the puma plugin is the cost savings when running on something like Heroku. Only one dyno needed for small apps including a Queue. Something that was quite expensive before becaus...
Matthias repliedEric! Good to see you here bud! Yeah, I purposefully didn’t cover the install step here in the hopes that we can unify on a solution for installation that we can easily keep up to date internally. ...
cjilbert504 repliedHey Sean! Glad to hear that you found this lesson helpful. Also, thanks a bunch for sharing your tip about doing this with `has_one` relationships! I'm sure that will come in handy for folks.
cjilbert504 replied