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

How Do Show Loading Indicator On A Turbo(Stimulus) Form ?

4
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...
Jonathan Dean replied
Solved

Permission Failed when deploying to render

0
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' ...
Joshua Valeta posted

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 do i display comments count of next page?

5
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
RichardThames replied

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...

Is there any gem to transform pdf files to html?

2
Ruby
i need to convert a pdf file to html or some way to edit an existing pdf

How to count comments like reddit (infinite nested model) ?

2
Ruby
Hey Chris, I have an `item` model which gets submitted. With `has_many :comments, as: :commentable, dependent: :destroy` then in the `comment` model I have `belongs_to :commentable, polymorphic...
Solved

Best way to relate models on Jumpstart Pro

1
Ruby
Whats the best way to relate models? Im building a real estate app with Jumpstart Pro and would like to add property owners (contact/users) to the a property, so on the show page of a property I ca...
Oliver Sawtell replied

Want to stay up-to-date with Ruby on Rails?

Join 88,697+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.