Skip to main content
0 votes
0 answers
129 views

After upgrading Rails from 8.0 to 8.1 and running rails s on Windows, I get VIPS warnings, for example: unable to load "C:\Ruby34-x64\msys64\ucrt64/lib/vips-modules-8.17\vips-heif.dll" ...
dd_hk's user avatar
  • 120
0 votes
0 answers
64 views

I tried to follow the official step-by-step tutorial to install jekyll, and create a new project. At the step where I run bundle (or more explicitly, bundle install), it installs several gems, but ...
sourcejedi's user avatar
  • 3,308
9 votes
1 answer
490 views

I recently encountered an issue deploying a Ruby on Rails app to production (on Render) whereby the app would not build and rake tasks would not run. The application would build and launch fine in ...
Dave Speake's user avatar
-5 votes
1 answer
70 views

I'm trying to use the slack-ruby-client gem. Ive made a Slack app and have all the client id, secret, etc. But i cant work out what i am supposed to do with them. In that gem it has the following: ...
Max Williams's user avatar
0 votes
0 answers
52 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
0 answers
35 views

While upgrading react native version from 0.80.2 to 0.81.4, npm run ios --verbose , throws this error: error Searching for inspections failed: undefined method `map' for nil:NilClass report....
Amrinder Kaur's user avatar
0 votes
1 answer
86 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
0 answers
72 views

I am running some old ruby code and it misbehaves with the latest versions of some dependencies. I can change the dependency version in the Gemfile and then ask bundle to install the dependencies. The ...
Sparr's user avatar
  • 7,830
0 votes
1 answer
63 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
0 answers
67 views

I have set-up rbenv which sets my local version properly. However when I use executables like ruby or gem, it still uses (macos) system defaults My rbenv local setup shows correctly [(adikshit@...
Ayusman's user avatar
  • 8,802
0 votes
1 answer
47 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
0 votes
0 answers
41 views

I noticed after updating from savon 2.12.1 -> 2.15.1 that suddenly we started to hit namespace errors, specifically. (SOAP-ENV:Client.validationError) Validation error occurred. Namespace not found:...
Matthew Caughman's user avatar
1 vote
1 answer
213 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
4 votes
0 answers
96 views

How add information to extconf.rb for compiling library file on other directory than extension? my extconf.rb require 'mkmf' $CFLAGS += ' -I..' OTHER_LIBRARY_VERSIONS = {} dir_config ("../")...
Rumburak's user avatar
1 vote
1 answer
123 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

15 30 50 per page
1
2 3 4 5
1136