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' ...
BettyJBreeding replied

Next lesson after classes and objects?

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

Help with concurrency

5
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

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

8
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...
sarahcarter replied
Solved

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

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

while installing iam getting error

4
Ruby
Failure! build file wasn't produced. Please read INSTALL.md and associated NOTES-* files. You may also have to look over your available compiler tool chain or change your configuration. ERROR! ...
lemongrassfancy replied

Rails 7 -j esbuild —css bootstrap running into problems no importmap.rb file generated

1
Ruby
Hi Everyone, Going through the process of setting up a new rails project If I use rails new Rails generates a file importmap.rb in the config folder If I use rails new -j esbuild —css bootstrap ...
jesus12 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

Loading ruby SDK from WSL2 into JetBrains RubyMine throws exception

1
Ruby
Hi, so i'm running WSL2, and install ruby with **rbenv**. Running **which ruby** yields the following: ``` /home/tensai/.rbenv/shims/ruby ``` So i put that in the **Ruby or verion manager path** in...
kramer.k replied

Senior Ruby Software Engineer - Backend (Fully 100% Remote work from anywhere)

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

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

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

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

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