About 61,300 results
Open links in new tab
  1. ruby - Installing RubyGems in Windows - Stack Overflow

    For Ruby 2.4 or later, run the extra installation at the end to install the DevelopmentKit. If you forgot to do that, run ridk install in your windows console to install it. For earlier versions: …

  2. Installing Ruby 2.3 on WSL (Windows Subsystem for Linux)

    I'm trying to install Ruby 2.3.0 on my system with rbenv via Windows Subsystem for Linux aka Ubuntu on Windows 10. I followed this instruction (but not 100% exactly). but every time I try, …

  3. How do I install sqlite3 for Ruby on Windows? - Stack Overflow

    The easiest way to get set up for Ruby on Rails on a Windows machine is by using the RailsInstaller, which automatically installs and configures sqlite3 for you.

  4. ruby - Rails on windows - install issue - Stack Overflow

    May 16, 2013 · I'm trying to install ruby on a Windows box and am having an issue. I have gotten up to this point when I start getting errors, and I'm completely new to anything other than PHP …

  5. ruby - Bundle command not found Windows x64 - Stack Overflow

    Dec 16, 2012 · When I try to reinstall the Toolbelt I change the install direcotry to c:\ but still the wizard install git and ruby folders at Program Files (x86) directory. Any suggestions?

  6. ruby on rails - Installing MySQL2 Gem on Windows - Stack Overflow

    Jan 15, 2014 · I was having some issues getting the mysql2 gem to install on my Windows 8.1 machine. I followed the instructions in this post: Ruby MYSQL2 gem installation on windows 7 …

  7. Error installing ruby on rails on windows 10 - Stack Overflow

    When it finish the installation of ruby, I return to the console and after gem install rails, I get this error: C:\Users\Usuario>gem install rails --no-document

  8. ruby - how to install sass on windows - Stack Overflow

    May 22, 2015 · Now go to your folder where ruby was installed and check if it was installed with ruby -v command. Then, open the folder where you have installed ruby and install sass using …

  9. ruby on rails - Psych will not install when using a bundle install ...

    Jan 22, 2023 · One option is to manually install the libyaml library on your system before installing the psych gem. Another option is to install an earlier version of the psych gem that lacks this …

  10. How to install mysql2 gem on Windows - Stack Overflow

    Jun 7, 2011 · Here's the solution I used to get Ruby with the MySQL2 gem running on Windows 7 using XAMPP's MySQL installation. At the Ruby command prompt run (make sure to update …