 
    SQL Learning Path - Calculations with Columns Discussion
            
            0
          General
        
          Hi Collin, thanks!
I was wondering which one would be best to use in case of real app:
1. Letting the DB doing the calculations
2. Doing the calculations server side with Ruby.
Thanks in advance :)
        
      
            
            Alessandro posted 
          
       
    ActiveStorage Named Variants, Preprocessed Variants, and Representations for File Uploads in Rails Discussion
            
            0
          General
        
          Hey all, we are using named variants with fixtures to both test and load example data in development.  We started getting `Foreign key violations found in your fixture data.` errors and found we ne...
        
      
            
            TheRealNeil posted 
          
       
    Solving Active Storage InvalidAuthencityToken Error
            
            0
          Rails
        
          I have an application which is on lvh.me and i am trying to upload image using trix editor from my subdomain sample.lvh.me but for some reason i keep getting this error 
```
Started POST "/rails/a...
        
      
            
            Henry posted 
          
       
    Get started with Rolify for roles
            
            6
          Site Feedback
        
          Hi Chris,
Please could you add an intro to rolify to your to do list.
I'm getting very confused with the documentation. 
I want to have users in organisations who can have a role which extends t...
        
      
            
            AnastasiiaStefanuk replied 
          
       
    Would love to see a Apple + Omniauth video
            
            4
          Site Feedback
        
          Currently wanting to set up Apple + Omniauth on my website. I'm sure there would be many others in the same boat.
        
      
            
            AnastasiiaStefanuk replied 
          
       
    Rails7 Rest API authentication
            
            1
          Rails
        
          Good day Devs, I'd like to inquire about the most secure and effective method for integrating #API authentication in #Rails.   Specifically, I'm comparing the options of using devise and devise-api...
        
      
            
            Marianyatt replied 
          
       
    Realtime SSH Logs with ActionCable Discussion
            
            5
          General
        
          Definitely interested in sockets :)
        
      
            
            Zulhilmi Zainudin replied 
          
       
    Devise
            
            9
          Rails
        
          I watched the Gorails Rails Password Reset 2 part video for password reset. My question is my devise setup only create encrypted_password, and reset_password_token, not password or token columns. C...
        
      
            
            paxtonleiny replied 
          
       
    Open Closed Principle Discussion
            
            9
          General
        
          Loved the bla bla bla on minute 8ish :)Great video! Thanks
        
      
            
            Cagri replied 
          
       
    Single Responsibility Principle Discussion
            
            25
          General
        
          Great series. I would love if you continue with this, plus with testing. Testing is something that you haven't really touched upon much here. Also with some design patterns that follow along w...
        
      
            
            Aaron replied 
          
       
    How to use ESBuild in Rails with JSBundling Discussion
            
            30
          General
        
          This is awesome, I have been using it for a couple of weeks now. I didn’t necessarily think webpacker was slow, except maybe on Heroku builds. But when you use this, you wonder why you put up with ...
        
      
            
            Aaron replied 
          
       
    update a model attribute with the ujs ?.
            
            2
          General
        
          Hello,
 have a page that displays games(model) with a select box for the game result outcome. Game model has_one :result, autosave: true and
I have a unique id for each row in the table based on t...
        
       
    I'm lost and can't find the way out
            
            18
          Rails
        
          So I'm in the middle of this project and I thought I could figure it out on my own, but it appears I am in over my head here. So any advice/help you can give me would be great. 
Basically I'm tryi...
        
      
            
            Andrea Fomera replied 
          
          Solved
       
    How to use Dependency Injection in Ruby Discussion
            
            0
          General
         
    How can I pass an array to where includes clause
            
            0
          General
        
          @items=Item.where(category_id IN ()
Anyone know the syntax? I'm trying to add to the category id's of the descendant categories (if any) in addition
        
      
            
            Fugee Ohu posted