Questions tagged [rubyinstaller]

RubyInstaller is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.

RubyInstaller is a self-contained Windows-based installer that includes the Ruby language, an execution environment, important documentation, and more.

16 questions
46
votes
1 answer

What do these RubyInstaller 2.4 components do?

A few days ago, RubyInstaller 2.4 for Windows was released. Upon installation, it asks me the following question. _____ _ _____ _ _ _ ___ | __ \ | | |_ _| | | | | | |__ \ |…
Grilse
  • 3,491
  • 2
  • 28
  • 35
4
votes
1 answer

Install Ruby 2.4.1 in windows within corporate proxy. MSYS2 update fails

I am using ruby installer rubyinstaller-2.4.1-2-x64.exe to install ruby 2.4.1 on windows 10. It is successful and at the end of install MSYS2 installation is triggered. It is also successful. But MSYS2 system update fails with the following…
Muthukumar
  • 8,679
  • 17
  • 61
  • 86
2
votes
0 answers

Ruby - weird behaviour after added to PATH

I really don't understand what's the hell is going on. It seems that Ruby is already in the PATH variable, but sometimes it work, sometimes - not. I tested it with ruby -v. If I launch cmd.exe via "Run" command (Win+R), it will be opened in…
john c. j.
  • 725
  • 5
  • 28
  • 81
2
votes
1 answer

Rails Server (Puma): SSL not available in this build (StandardError)

I am trying to run Rails development server over HTTPS using a Self-Signed SSL Certificate. But when I start the rails server using: rails s -b "ssl://0.0.0.0:8080?key=localhost.key&cert=localhost.crt" It is giving me following…
Rajkaran Mishra
  • 4,532
  • 2
  • 36
  • 61
1
vote
2 answers

Ruby 3.1.0 encoding(?) problem in irb (RubyInstaller Windows 10)

Since the update to 3.1.0 via RubyInstaller under Win 10 there is a problem with alt gr in irb. When I try to enter { (German keyboard alt gr + {) I get ^[{. Any idea what's going wrong? BTW 3.0.2 was working fine.
Eric
  • 163
  • 10
1
vote
2 answers

RIDK install: error: database 'mingw32' is not valid (invalid or corrupted database (PGP signature))

I get this error when trying to install MSYS2/MINGW: >ridk install 1 - MSYS2 base installation 2 - MSYS2 system update 3 - MSYS2 and MINGW development toolchain Which components shall be installed? If unsure press ENTER [1,2,3] 3 MSYS2…
Chloe
  • 25,162
  • 40
  • 190
  • 357
1
vote
2 answers

RIDK MSYS Key failing

I want to develop and run a ruby on rails web app on my Bootcamp windows Mac laptop. I am using rubyinstaller and railsinstaller, but the installation breaks always at some PGP key check which I have no idea about. Facing issue while trying to…
Sandeep P.
  • 19
  • 1
  • 6
1
vote
1 answer

Rubyinstaller for Windows - ruby does nothing

I've tried using Ruby 2.0 x64 and Ruby 1.9.3 for Windows using RubyInstaller. Entering ruby -v works as expected, and running gem gives me the expected usage docs. Running and using the Interactive Ruby application works as expected. I am running…
zalpha314
  • 1,444
  • 4
  • 19
  • 34
0
votes
0 answers

How do I update RubyInstaller w/out updating Ruby ver itself?

I was advised to update to latest RubyInstaller version in order to install specific gem: https://github.com/brianmario/mysql2/issues/1329 Not ready to migrate to new Ruby version itself as it could compromise some existing dependencies. Current…
ZoRaN
  • 13
  • 3
0
votes
0 answers

difficulty installing ruby ​on windows 10

after installing ruby ​​on my windows 10 machine, the same is not found when typing ruby ​​-v in the command prompt, what can i do? I saw in the path if it had the variables and this one. I downloaded other previous versions and it also doesn't…
0
votes
0 answers

BSON gem fails to install on windows

I have experienced this a few times trying to install different gems using 32 bit ruby, this time I upgraded to Ruby 3.1.2 in hopes it would be resolved Specifically it appears that either gem maintainers, or the maintainer of MSYS/MINGW dont wrap…
alilland
  • 2,039
  • 1
  • 21
  • 42
0
votes
0 answers

error: Target not found when trying to install MSYS2 and MINGW development toolchain with Ruby Installer for windows

I encountered a lot of errors related to make and Makefile when installing gems for a Rails project while working with Ruby 2.4.10. Problem was that development tools weren't properly installed. I also found that the MSYS2 version that comes with…
JRotko
  • 1
  • 1
0
votes
1 answer

Gem::RemoteFetcher::FetchError in installing sass

I'm beginner in sass and would like to install sass on window 10 then installed ruby installer and when I enter gem install sass command in command prompt I get the following error: Fetching: rb-fsevent-0.10.3.gem ( 22%)ERROR: While executing gem…
daneshjoo
  • 27
  • 7
0
votes
1 answer

How does RubyInstaller come to know the path of MSYS2?

I wanted to play around with the latest Ruby on windows, so I installed the MSYS2 toolkit first. After this I ran the RubyInstaller for version 2.4.2 and it was able to find out that MSYS2 is already installed on my system. I checked in the…
Rajkaran Mishra
  • 4,532
  • 2
  • 36
  • 61
0
votes
2 answers

How to install Ruby Installer in Azure Websites

I'm using SASS in my application and i'm in the process of migrating to Azure. I've got my project setup but it's not compiling the SASS. I'm trying to use the Ruby Installer from here http://rubyinstaller.org/downloads/ (Ruby 1.9.3-p551) and I've…
derekli
  • 11
  • 4
1
2