Separate JavaScript Importmaps For Rails Engines Discussion
I think -> require "importmap-rails" is needed in enginename.rb
Mateusz Żołądek repliedFixing Counter Caches in the Paranoia Gem Discussion
Hi, it is a little hard to follow is there another video or prerequisites before watching this video ?
Jeni RANDRIAMIHAJASOA repliedEigenclasses Discussion
How to use HTML Button Form Attributes Discussion
Designing Database Models for a Password Manager Discussion
Thank you so much for the info.
SophiaJames repliedEncrypting Passwords In The Database Discussion
It's the same, it doesn't work?
CarlosLeonCode repliedLocal SSL Certificates with Caddy Discussion
My work application runs on two domains and myriad subdomains, which can be a pain to load up in Chrome or Safari (etc.) if you don't have legit certificates installed and all that. We found that b...
Craig Kaminsky repliedHow To Add Impersonation To Rails Authentication Generator Discussion
I really love how flexible and easy to customize the new Rails 8 authentication generator is. Think we should cover 2 Factor Auth next?
Chris Oliver repliedHow to use Dev Containers with Rails Discussion
Pretty excited about this because it makes Rails development so much easier to start for beginners or for teams using various operating systems. I also forgot to mention, there is a `devcontainer`...
Chris Oliver repliedHow do you setup email in your application and link it to a record
To associate an email with a contact in a CRM built with Rails, you can use an email library like mail or the Gmail API to fetch emails via POP3/IMAP. Once the email is retrieved, you can extract k...
Lillian Thuram repliedDynamic Nested Forms with Turbo Discussion
Thanks, Harsha! I'm glad to hear you enjoyed it!
cjilbert504 repliedSecurity Hardening Servers with Fail2Ban Discussion
This is a great idea. For security, you have to be more careful.
CummerataMagnus repliedHow do I disable testing in Jumpstart pro?
Feel free to change any of the fixtures as needed. The tests are there to make sure the built-in functionality works as expected, but you'll need to adjust them as you build out your application.
Chris Oliver repliedWhen pre/eager loading an association, is there any way to get the associated data from a cache?
To efficiently retrieve associated data from a cache during pre/eager loading, implement caching strategies such as memory caching or using tools like Redis. This minimizes database calls and speed...
DuaneOgburn repliedSending Webhooks with Exponential Backoff Discussion
Awesome. Thanks you!
Richard Payne replied