Deploy Multiple Rails Apps to Same DigitalOcean Droplet?
Is there an updated version of this?
Andrés Howard repliedIs there an updated version of this?
Andrés Howard repliedSource code is giving me 404
Carmen repliedIf 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 repliedHey 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 repliedHi 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 repliedThanks to both Eric and Jesus, i had the same problem and now its fixed.
Cesar Camacho repliedYou can use html_safe on the notice message to allow them to include HTML. ```ruby redirect_to some_path, notice: "Some message" ```
Chris Oliver repliedhey, 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 repliedIf 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 repliedVery good!!!
Carlos Lima repliedThank you for that free series!
audiosupp repliedclass Propose < ApplicationRecord encrypts :email, :phone_number, :name, deterministic: true scope :search_filter, -> (params) do if params[:keyword].present? where(search_filte...
Vishwani patlan posted❱ 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 repliedThe 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 repliedAre things working as you expect? Does anyone have any experience moving from Webpack to esbuild or importmaps? Have you done this with a non trivial application using various javascript libs and s...
Doug Mathews postedIt helps. This is a nice article.
Kirui repliedUsually, I used the auto formatter feature from Ruby Solargraph extension on VS Code and it will automatically read the rubocop.yml config and format the code based on that file. And I also combine...
Firman repliedis this step still needed? Mac OS Sonoma 14.6.1 sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / 18:26:51 instal...
Emilio G replied