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

David Bean said over 1 year ago on System Tests :
Super episode!  Thank you!

David Bean said over 1 year 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 said 11 months 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 said 11 months 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!