Skip to main content

Questions tagged [ruby]

Ruby is a dynamic, open source programming language with a focus on simplicity and productivity.

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 1
1 answer
2695 views

I am trying to update the Ruby version on macOS to be compatible with Jekyll. I am currently having the following: ruby -v ruby 2.6.10p210 (date revision ...) [universal.arm64e-darwin24] But I would ...
Score of 2
0 answers
63 views

I'm making a simple script in Ruby to convert FLAC to MP3 in batches, sending the decoded FLAC to stdout (to avoid temporary files): flac.exe -d -c in.flac | lame.exe - out.mp3 In Ruby I can easily ...
Score of 0
0 answers
143 views

I had Ruby with Redmine on IIS 10 on Windows Server 2019 with HTTP Platform Handler https://qiita.com/alokrawat050/items/d757b23a063435a2619c Helicon Zoo does not support Windows 2019. Now I am ...
Score of 0
1 answer
70 views

% ls -la ~/.rbenv ls: /Users/`whoami`/.rbenv: No such file or directory % ls -la /usr/local/rbenv ls: /usr/local/rbenv: No such file or directory I also get this utterly useless output from ...
Score of 1
0 answers
86 views

Not sure when this happened, but I went to update for a project on my primary MacBook Pro (M1 Max, 64gb RAM)and I get the following error with any brew command, including just typed brew: aarontaylor@...
Score of 0
1 answer
426 views

Originally I wanted to update ruby2.5 to ruby2.7. However passenger hindered the update (yum threw an error), so I removed passenger and ruby2.5 to install ruby2.7 afterwards. Installing ruby2.7 then ...
Score of 0
0 answers
1859 views

before I embark into this I would like to ask for clarification. I have a github package installed in Debian via its own repository. Now the project has been archived and its repo no longer works. I ...
Score of 1
1 answer
259 views

The key bindings in ruby's "pry" editor started behaving differently than they do in "irb", and I want to know how to change the behavior (which feels it should be configurable). ...
Score of 0
1 answer
192 views

After the install of jekyll with gem install jekyll, my vagrant commands fails with: $ vagrant up /usr/lib/ruby/vendor_ruby/rubygems.rb:265:in `find_spec_for_exe': can't find gem vagrant (>= 0.a) ...
Score of 0
0 answers
60 views

I’ve been trying to install Ruby 3 on my old Mac running 10.6 Snow Leopard using ruby-build. I can’t figure out why it’s failing. I couldn’t find any Ruby documentation on whether or not Mac OS X 10.6 ...
Score of 0
1 answer
60 views

$ which bundle /usr/local/bin/bundle $ bundle -v bash: /mnt/c/Ruby26-x64/bin/bundle: No such file or directory I've tried uninstalling and reinstalling bundler; not sure what else to try.
Score of 0
0 answers
737 views

I'm running a plain old Ruby on Rails server in RubyMine, and if left idle, it's just using up all my memory. I'm not even using the Rails application (browsing pages etc), and it's not doing any ...
Score of 3
1 answer
1700 views

To start, I had these following annoying output when opening my terminal: Ignoring bigdecimal-2.0.0 because its extensions are not built. Try: gem pristine bigdecimal --version 2.0.0 Ignoring ...
Score of 0
2 answers
2677 views

I am running Ruby version 2.7.2 and I have been trying to run Ruby on Rails but nothing seems to work. I tried rvm, rbenv and now asdf but everytime I try to run rails server in an old project after ...
Score of 1
1 answer
151 views

I'm working on Python Pod to do one main job. However, for a single step, I need different versions of Ruby, so instead of installing all ruby versions in the "main" python container, I was ...

15 30 50 per page
1
2 3 4 5
29