Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
90 views

I recently converted a large codebase from Ruby 2.1.4 to Ruby 3.4.7 and upon testing these changes under windows 10 x86 architecture I am noticing that the require method on most ruby gems is ...
0 votes
0 answers
173 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" ...
0 votes
0 answers
68 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
722 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 ...
-5 votes
1 answer
71 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: ...
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::...
0 votes
0 answers
37 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....
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 ...
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 ...
0 votes
1 answer
64 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@...
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,804
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 ...
0 votes
0 answers
42 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:...
1 vote
1 answer
221 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 ...
4 votes
0 answers
97 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

15 30 50 per page
1
2 3 4 5
...
1136

AltStyle によって変換されたページ (->オリジナル) /