 
    How Do Show Loading Indicator On A Turbo(Stimulus) Form ?
            
            6
          Ruby
        
          I am learning rails by building a project. I am using the turbo frames for the form.
I would like to add a loading indicator to the submit button just like the one on this forum when you comment on...
        
      Solved
       
    Senior Ruby Software Engineer - Backend (Fully 100% Remote work from anywhere)
            
            4
          Ruby
        
          FairMoney is building the leading mobile bank for emerging markets. FairMoney is unique thanks to its international exposure (with offices on 3 continents) and its impact-driven mission: we bring f...
        
      
            
            Emerald Jacobs replied 
          
       
    How do i display comments count of next page?
            
            7
          Ruby
        
          I have a post and post has many comments, and i have made a load more button to load more comments with ajax.
I would like to display on the button how many comments next page has.
I use will_paginate
        
      
            
            herrylauu replied 
          
       
    Next lesson after classes and objects?
            
            4
          Ruby
        
          I got started with the level one path and I just finished the last lesson for the beginner Ruby course. Collin mentions moving on to models but I don't see it included in the beginner Ruby course. ...
        
      
            
            Clarabelle Schamberger replied 
          
       
    Help
            
            1
          Ruby
        
          Implement a Ruby method can_you_vote? that returns true or false depending on the given age.
This method should take one arguments (age), an Integer, and return a Boolean(true/false).
can_you_vote...
        
       
    Permission Failed when deploying to render
            
            2
          Ruby
        
          I am on windows 10 and i was trying to deploy to render but meeting the v=below error
Bundle complete! 14 Gemfile dependencies, 68 gems now installed.
Gems in the groups 'development' and 'test' ...
        
      
            
            David Larry replied 
          
       
    Ruby Official Documentation Link Not Working
            
            1
          Ruby
        
          https://ruby-doc.com/docs/ProgrammingRuby/html/index.html
- Can someone check why this is not working?
        
      
            
            Jonathan Fleming replied 
          
       
    Using Parallel gem to achieve parallel processing in Ruby for increasing performance and making Rails Application faster.
            
            1
          Ruby
        
          Hi everyone, I'm trying to decrease API latency in our largely synchronous Ruby on Rails backend. While we use Sidekiq/Shoryuken for background jobs, the bottleneck is within the request-response c...
        
      
            
            Florencio Schroeder replied 
          
       
    Help with concurrency
            
            2
          Ruby
        
          Hi everyone, how’s it going? I’m a Go developer transitioning to Ruby due to a job change. Typically, I solve various problems in web apps using Go’s lightweight threads (goroutines). For example, ...
        
      
            
            Matheus Cumpian replied 
          
       
    JOB Opening:ROR DEVELOPER_INDIA AND US(East Coast)
            
            3
          Ruby
        
          Hi Everyone,
We are looking for ROR Developer for our company Kiwitech (www.kiwitech.com)
Candidate should be a hard coder in ROR, should be capable of building a project from scratch.
Should be...
        
      
            
            Derek Hobson replied 
          
       
    Ruby / Rails: distributed background processing (workers on different hosts) - which technology stack to use?
            
            1
          Ruby
        
          We need to perform background tasks on different servers, and return the results to the central database.
In order to make a decision about which Worker to assign a task to, the Task Manager must ...
        
       
    How can I subscribe a user when creating a new project?
            
            7
          Ruby
        
          **How can I subscribe a user when creating a new project?** 
I'm having a hard time on the `create` method. Currently this is my code: 
### Projects controller
```ruby 
  def create
    @project...
        
      Solved
       
    Ruby gems to interact with Raspberry Pi GPIO
            
            2
          Ruby
        
          I'm doing a small project in Sinatra where I want to unlock my doors via internet and Pi. Super simple. I'm still learning Ruby and Rails. I was searching for a Ruby GPIO gem and there is a quite f...
        
      
            
            Aware replied 
          
       
    Is Ruby on Rails still relevant in 2023 ?
            
            7
          Ruby
        
          If yes ,please share your thoughts why it is relevant ?
        
      
            
            DanteKulas replied 
          
       
    Begineer
            
            14
          Ruby
        
          As a beginner I don't have any idea about ruby. Can anyone tell me how to get start in ruby by gorail course from A-Z
        
       
    How to extract from MS Word or Google Docs
            
            1
          Ruby
        
          Hi!
does anyone know how to implement a feature that extract the content from microsoft word or google docs and keep its as rich_text?
thanks!!
        
      
            
            MatthewHicks replied 
          
       
    How do I build a multi step wizard in ruby with StimulusJS
            
            6
          Ruby
        
          Hi GoRails,
I would like to make a multistep wizard in ruby on rails without making use of the wicked gem. Just stimulusJS and ruby :) 
Could you make a tutorial about that?
Thanks in advance!
        
      
            
            Fatih replied 
          
          Solved
       
    How to work with nested methods correctly
            
            2
          Ruby
        
          I am trying to figure out how to pass parent arguments to child arguments of a nested method block
so I would like to do something like
```ruby
namespace "top" do
  namespace "middle" do
    names...
        
      
            
            Freibuis replied 
          
       
    How I setup sqlite3 on Ruby on windows
            
            2
          Ruby
        
          I installed sqlite3 in my system when I run sqlite3 --version this appears:
3.37.0 2021-11-27 14:13:22 bd41822c7424d393a30e92ff6cb254d25c26769889c1499a18a0b9339f5d6c8a
But when I try run the serve...