David Bean PRO
Joined 5/29/2022
David Bean PRO said about 1 year ago on Demystifying the Asset Pipeline :
Fantastic video -- this was tremendously helpful!

David Bean PRO said 8 months ago on System Tests :
Super episode!  Thank you!

David Bean PRO said 7 months ago on MySQL FULLTEXT Search :
Super video b/c you're right -- postgres is more commonly used.  As a MySQL fan, I'm very grateful!  Implementing this now...

David Bean PRO said about 1 month ago on Authentication Timeout :
Really nice video, David.  I'm engineering this into my app right now.    

Did you figure out where the extra True was coming from?

David Bean PRO said about 1 month ago on Authentication Timeout :
fyi, I have a solution to having to set the Devise timeout both in the Devise config file and the stimulus controller...I just passed it into the controller as a value:

timeout_check_devise_timeout_value: Devise.timeout_in.seconds.to_i

The whole thing works great -- thanks again!