SQL Learning Path - Creating and Dropping Databases Discussion
            
            7
          General
        
          Initially, I got a connection error, to the effect, 'database 'my_user_name' does not exist.
After running `createdb` and then `psql`, everything works and I was able to connect using 'TablePlus' ...
        
      
            
            Jesus replied 
          
      How to Add Pagination for Blog Posts in Rails Discussion
            
            5
          General
        
          I like the manual approach of looking inside the `pagy` object and finding your way to get what you want! That is what I usually do instead of searching the doc :)
A simpler approach that I recomm...
        
      
            
            D john replied 
          
      Blog Posts with File Uploads using ActiveStorage & Amazon S3 Discussion
            
            25
          General
        
          How did you get to the Policy section on AWS?
        
      
            
            D john replied 
          
      What are the costs of using a payment software solution?
            
            3
          General
        
          Hello everyone,
I'm researching payment software solutions for my business, and I'm curious about the costs involved. Can anyone share their experiences or insights regarding the various costs asso...
        
      
            
            Srichakradhar Reddy Nagireddy replied 
          
      Adding Bluesky Delivery Method To The Noticed Gem Discussion
            
            0
          General
        
          Next session should do this for nostr 🙃
        
      
            
            Martin Barilik posted 
          
      How to build a chat app with Ruby on Rails
            
            2
          General
        
          I recently put together a chat build tutorial where strangers can connect with each other via advanced group chats. I wanted to run it here and see if there's any suggestion or feedback to make it ...
        
      
            
            Jacqueline Lavender replied 
          
      Authenticating Blog Admin Pages Discussion
            
            18
          General
        
          Hi,
Is it necessary to add @blog_post behind the edit_blog_post_path in the last part of the video or can that be left out as well?  <%= link_to "Edit", edit_blog_post_path if user_signed_in? %>
        
      
            
            Chris Oliver replied 
          
      HTML Learning Path - Form Parameter Naming Conventions In Rails Discussion
            
            1
          General
        
          Overall epic course on the basics of HTML Collin. Thank you for taking the time to create these videos. I was always wondering about the  tag being used to break the controls to a new line. Never s...
        
      
            
            cjilbert504 replied 
          
      Active Support Deprecation Exceptions Discussion
            
            3
          General
        
          Thank you greatly for the useful material you provide. Hope you will always publish as many outstanding pieces as you can going forward for everyone.
        
      
            
            Chang Kook replied 
          
      How to Upgrade Old Projects: ActsAsTenant Discussion
            
            6
          General
        
          Great episode!!!
        
      
            
            Alexander John replied 
          
      How to use jQuery & jQueryUI with Esbuild Discussion
            
            16
          General
        
          If we're not using jQueryUI or any library that depends on jQuery, then are these lines enough by themselves?
window.jQuery = jquery;
window.$ = jquery;
        
      
            
            Alex replied 
          
      Adding Custom Inputs to GitHub Actions Discussion
            
            2
          General
        
          Have you used GitHub Action Inputs for any other cool things?
        
      
            
            selpinka pioky replied 
          
      Migrating from Rails UJS to Hotwire: Data Method, Confirm, and Disable With Discussion
            
            18
          General
        
          Small comment about those delete links (I really dislike using links for delete requests): when you need to put a delete button inside form, consider moving the submit button outside of the form in...
        
      
            
            Colin Ambler replied 
          
      Deploy Ubuntu 24.04 Noble Numbat Discussion
            
            2
          General
        
          I get this error when something is done with the kamal setup command `ERROR (SSHKit::Command::Failed): Exception while executing on host 143.198.7.66: docker exit status: 1
docker stdout: Nothing w...
        
      
            
            Juan Alexander Rodríguez Álvarez replied 
          
      How to Upgrade PostgreSQL Version on Ubuntu Server Discussion
            
            2
          General
        
          What does it mean if both old and new clusters are online?
        
      
            
            Vasiliy replied 
          
      Autosave Draft Records - Part 1 Discussion
            
            4
          General
        
          Just a heads up! Around 9:20, your head is covering the code you're typing. I had to rewind a couple times to go back and figure out what you were saying. Otherwise, awesome episode!
        
      
            
            Graeme Ellis replied 
          
      Adding a New Blog Post Action Discussion
            
            9
          General
        
          Hi Chris, i have noticed that the show action has an instance variable called @blog_post. Which is the current blog post being viewed. 
Why are we overwriting that variable in the new action?
        
      
            
            Juan Francisco Gallardo Gonzalez replied 
          
      How to Configure Multiple Databases with Rails Discussion
            
            0
          General
        Setup Ubuntu 25.04 Plucky Puffin Discussion
            
            0
          General