How to Rate Limit Requests in Rails 7.2 Discussion
Base62 Decoding Short Codes Discussion
Thank you very much for all of your work!
Richard Payne repliedHow do you setup email in your application and link it to a record
Setting up email in your application and linking it to a record typically involves configuring an SMTP server and integrating it with your application's backend. You can then tie the email function...
Edward Jacksan repliedSetup MacOS 10.14 Mojave Discussion
brilliant! I had been struggling with brew installation as z3 will not install on macOS 10.14 wish I had found this sooner!
joemcerlane postedHashes in Ruby Discussion
I am coming from javascript and most of the concepts are similar but you do an amazing job explaining everything. Good job!
Gabriel repliedComponents with Phlex in Rails Discussion
Thanks for the discussion and I can only agree! Only disadvantage, in partial on projects where cancancan is applied: Instance variables from the controller cannot work inside a view and have to be...
Christian Sedlmair repliedDeploy Multiple Rails Apps to Same DigitalOcean Droplet?
Is there an updated version of this?
Andrés Howard repliedSyncing Videos With Video Hosting API Client Discussion
Source code is giving me 404
Carmen repliedPolymorphic Selects in Rails using GlobalIDs Discussion
If it helps anyone else, I figured it out. You have to make sure to add `expires_in: nil` to your `:to_sgid` method; otherwise, when you send in the default value, it will use a new expiry, won't m...
Travis Smith repliedDynamic Nested Forms With Turbo Part 2 Discussion
Hey Collin! First of all I must say I enjoy your videos very much and appreciate the effort you put into them From what I can see, the formmethod attribute in the button tag does not accept delet...
Mikail Bayram repliedInstalling ruby on rails in ubuntu 24.04
Hi Punnareddy Jilugu, I think I had an issue with RVM on my new Ubuntu 24.04 LTS. I think I just tried using rbenv instead. I installed usign the following commands on the terminal: sudo apt insta...
Andres Carvajal repliedPass variable to Flash object
You can use html_safe on the notice message to allow them to include HTML. ```ruby redirect_to some_path, notice: "Some message" ```
Chris Oliver repliedEdit & Update Blog Post Actions Discussion
hey, great video again. but i had one thing i had little hard time understanding. it was the "blog_post_params" method. i thought it was just filtering and did not quite understand how it works. it...
Semih Masat repliedAdding TailwindCSS to Rails Discussion
If you're on WSL and your hot reload for tailwind isn't working, forcing you to stop and restart bin/dev, update your Procfile.dev's css line to be: `css: bin/rails tailwindcss:watch[debug,poll]`
Zebulun McNeill repliedCreating a New Rails app Discussion
Very good!!!
Carlos Lima repliedUpload Cover Images in Rails with ActiveStorage Discussion
Thank you for that free series!
audiosupp repliedSetup Ubuntu 22.04 Jammy Jellyfish Discussion
❱ sudo -u postgres createuser me -s could not change directory to "/home/me": Permission denied ❱ sudo -u postgres createuser dbuser -s could not change directory to "/home/me": Permission denied
Stephen Jobs repliedImproving Rails Credentials & Encrypted File Decryption Discussion
Adding Scheduled Blog Posts Discussion
The CSS for draft posts is working, but for some reason the CSS isn't being applied to scheduled posts. Works: Draft Doesn't work: Scheduled
Jonathan Lake replied