Skip to main content
0 votes
0 answers
9 views

How to make "pod install" command use Ruby 3.3.5?

On my MacOS Sonoma 14.6.1 I had system Ruby 2.6.10 and installed the latest Ruby version 3.3.5. Then I tried to build a project with CocoaPods and some errors have occurred during the build. When I ...
Dmitriano's user avatar
  • 1,988
0 votes
0 answers
22 views

Access generically to computed property of an activated record

I am working on a Ruby on Rails application, rails version 4.2.1. And I am not familiar with subtleties of Ruby on Rails. In some generic component of my application there is some code like that: ...
S. Caruso's user avatar
  • 207
0 votes
0 answers
33 views

Issue Connecting Next.js Frontend to Ruby on Rails Backend via WebSockets on Kubernetes

I'm working on connecting my Next.js frontend to a Ruby on Rails backend using WebSockets. Both apps are deployed on Kubernetes. My frontend is accessible at test.com. I have my WebSocket server ...
Unik6065's user avatar
1 vote
1 answer
43 views

how can I disable colored output when hitting ruby warnings and errors?

ruby 2.7.2 on linux I run ruby in a way that creates error messages. Part of the messages come out white which, on the very light xterm background I'm using, is unintelligable. Example... % /usr/bin/...
daveg's user avatar
  • 1,199
0 votes
0 answers
26 views

Ruby on Rails redirecting with OPTION instead of GET

my code is redirecting with a options requisition instead of a get, what could cause that? the redirecting comes from here: def destroy sign_out redirect_to "#{YAML.load_file("#{...
Wallace Nascimento's user avatar
0 votes
0 answers
7 views

Why doesn't this ActionCable broadcast work in test?

I'm trying to improve the tests for my ActionCable system but I'm having a hard time. In test, it seems like my stream_from("something") { ... } handlers aren't actually called. I was trying ...
rmosolgo's user avatar
  • 1,874
0 votes
0 answers
31 views

Display button for each index

I have to show barcode button for unpaid payments.Am looping the unpaid payments but still two barcodes are displayed for one payment.Here is the code snippet.I have two table payments and payment ...
ATHIRA T's user avatar
0 votes
0 answers
11 views

ruby - ovirt-engine-sdk-ruby - Error during SSO authentication, access_denied: Cannot authenticate user

Ruby ovirt-engine-sdk is not working after mac update. Current mac version: Sonama - Version 14.6.1 Getting following Error when i try to connect ovirt engine: create_access_token': Error during SSO ...
Siddu hadapad's user avatar