Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
39 views

I'm running into issues with binding.pry on Windows 11. When I insert it into my Ruby script, the program reaches that line but either skips over it or pauses without accepting any input. 🧪 Problem: ...
Harshwardhan Patil's user avatar
0 votes
0 answers
39 views

I'm using the Slack Poster gem to send messages to a Slack channel via a webhook. I can send a message like so, and it comes through fine: string = "Here is your attachment" poster = Slack::...
Max Williams's user avatar
0 votes
1 answer
74 views

I am creating an api in rails and I am implementing the authentication with devise gem. Right now I am creating a custom verify endpoint but I am getting the following error: Unknown action Could not ...
NaguiHW's user avatar
  • 167
0 votes
1 answer
55 views

On one of my linux machines (Ubuntu 24.04) I get warning whenever I run a ruby program. The suggested solution gem pristine makes no difference. The machine has build tools installed. rful011@...
Russell Fulton's user avatar
0 votes
1 answer
37 views

When I try to push my (brand-new) project to Rubygems.org, I get this: - $ rake release webri 1.0.0 built to pkg/webri-1.0.0.gem. Tagged v1.0.0. Pushed git commits and release tag. Pushing gem to ...
Burdette Lamar's user avatar
1 vote
1 answer
168 views

I have some troubles that prevent me from using ruby-lsp with helix 25.01.1. I use Voidlinux and nushell 0.104.0 and have built from source ruby 3.5.0dev via the official repository. Here is my gem ...
Aurélien Plazzotta's user avatar
1 vote
1 answer
115 views

I've been working on a simple administrative app for more than a year (yes, I'm slow) it is intended for micro business in Mexico, however, last Friday I tried to improve colors for my irb terminal ...
Fernando Flores's user avatar
0 votes
0 answers
45 views

I'm trying to publish a Ruby gem through the release-gem GitHub Action. I have copied the workflow suggested in the README: name: publish on: release: types: [published] jobs: release: ...
Sig's user avatar
  • 6,150
1 vote
0 answers
76 views

I've been following the Flutter install doc at https://docs.flutter.dev/get-started/install/macos/mobile-ios. When trying to install cocoapods using "sudo gem install cocoapods", I get that &...
connorhawke's user avatar
1 vote
0 answers
206 views

I'm having an issue with ActiveAdmin 3.3.0 in my Rails 8.0.2 application where DELETE actions are not working. When an admin user clicks the "Delete" link, the application performs a GET ...
Brian Lane's user avatar
0 votes
0 answers
42 views

I am creating a ruby on rails project but my javascript files are not loading prperly.Running rails assets:clobber and then rails assets:precopile gives following error. $ postcss ./app/assets/builds/...
ANN17298's user avatar
1 vote
1 answer
160 views

New to Ruby/Jekyll, but I am trying to install Jekyll locally on my Windows machine, and build a site with a downloaded theme. I am really struggling to get it to run. The theme I am trying to use is ...
teeeeee's user avatar
  • 785
1 vote
1 answer
97 views

I'm trying to write a simple .zsh script to start my webservers upon computer boot. This works well: #!/bin/zsh cd /Users/me/Sites/Vue/mysite && npm run dev & But this doesn't work: #!/...
thiebo's user avatar
  • 1,467
0 votes
1 answer
55 views

I'm working on a Ruby gem. I'm writing unit tests for it in minitest. Currently I'm using require_relative 'lib/my_gem' to load the gem scripts for test purposes. Eventually I'll be publishing the gem ...
JohnA's user avatar
  • 899
0 votes
0 answers
170 views

I'm trying to install CocoaPods, but I'm encountering the following error: ERROR: Error installing activesupport: There are no versions of activesupport (= 8.0.1) compatible with your Ruby & ...
Shakir Kasmani's user avatar
0 votes
0 answers
73 views

While installing Gems for jekyll, it's been 30 mins now that cmd is at building native extentions. This could take a while. I started this installation using cmd (Windows) with admin privileges. gem ...
Alira Riyaz Khan's user avatar
0 votes
1 answer
216 views

I've been having problems getting sqlite3 version 1.4.2 to install on mac. I have a legacy http server application which I am trying to install the dependancies for, but bundle install keeps hanging ...
FATCullen's user avatar
0 votes
0 answers
88 views

When I run my command ruby tweet.rb I get this error: /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/rubygems/dependency.rb:296:in `to_specs': Could not find 'buftok' (~> ...
marriedjane875's user avatar
-1 votes
1 answer
218 views

Been asked to edit this with more details so here is a summary of the problem. The trivy scanner is failing in the github pipeline only and not locally. It says it is failing because of rexml 3.28 ...
David f's user avatar
0 votes
1 answer
251 views

I'm trying to add Karafka to an existing Ruby project and running into Architecture issues while trying to install the gems on my M1 Mac. I've faced this issue with other gems in the past but my ...
Kyle's user avatar
  • 1,524
0 votes
0 answers
69 views

To implement a localhost server, I've installed Ruby and now i need to run the following commands in the CMD: gem install jekyll gem install bundler Afterward, i go to the directory: C:\projects\...
태수금's user avatar
0 votes
0 answers
56 views

I set up a brand new Ubuntu 24.04.1 LTS (several times now) There is my root-user and there is a lower privileged redmine-user. All basics. I went straight forward to following the Redmine-...
doubleplusgood1984's user avatar
0 votes
1 answer
214 views

I am trying to install the Ruby gem github-linguist. I am on a Windows machine, and I have tried executing gem install github-linguist via the Msys2, Mingw64, and the regular Windows command shell. I ...
KingWither's user avatar
1 vote
0 answers
57 views

I have windows 11 pro ver.22H2, using PlugData 9.2 and Gem 0.94. I'm trying to flash the webcam video via the [pix_video] object on a rectangle, via [pix_texture]. Problem: [pix_video] throws the ...
Giuliano Comoglio's user avatar
0 votes
1 answer
80 views

I have several AWS Bedrock knowledge models. I know their IDs. Looking to a way to read/work with KB sources - for example - run sync process. Trying to use gem 'aws-sdk-bedrock' but it looks like it ...
prosto.vint's user avatar
  • 1,545

1
2 3 4 5
341