Hi,
Is there a way to install Ruby and Rails on a Laragon 5 installation? If so, can you post the process?
I followed this to install Ruby: https://forum.laragon.org/topic/507/how-to-add-another-ruby-version
ruby -v shows "ruby 3.0.2p107 ...." so I am assuming that Ruby is installed. I then followed this to install Rails: https://forum.laragon.org/topic/506/how-to-install-rails
To execute this I opened the terminal to C:\laragon\www and executed "gem install rails" (without the quotes). There were a list of "Fetch" and "Successfully installed" statements followed by "MSYS2 could not be found. Please run 'ridk install' or download and install MSYS2 manually from https://msys2.github.io/"
I executed "ridk install" which gave 3 options (1. MSYS2 base installation, 2. MSYS2 system update (optional) and 3. MSYS2 and MINGW development toolchain). I entered "1,3" as my install options and a series of messages followed. Towards the end I received the following messages:
error: target not found: pkgconf
error: target not found: mingw-w64-x86_64-pkgconf
Install MSYS2 and MINGW development toolchain failed
Installation failed: pacman failed
Then the 3 install options were presented again asking which components to install and suggesting pressing Enter, if unsure. Pressing Entertakes me back to the command prompt.