🌐
GitHub
github.com › postmodern › ruby-install
GitHub - postmodern/ruby-install: Installs Ruby, JRuby, TruffleRuby, or mruby · GitHub
Installs Ruby, JRuby, TruffleRuby, or mruby. Contribute to postmodern/ruby-install development by creating an account on GitHub.
Starred by 2K users
Forked by 258 users
Languages   Shell 93.4% | Roff 4.4% | Makefile 1.4% | Ruby 0.8%
🌐
GitHub
github.com › ruby › setup-ruby
GitHub - ruby/setup-ruby: An action to download a prebuilt Ruby and add it to the PATH in 5 seconds · GitHub
In other cases, you will need to install Ruby in the runner tool cache as shown by the action when it detects that case (run it so it will show you where to install Ruby). You could of course also not use this action and e.g.
Starred by 972 users
Forked by 367 users
Languages   JavaScript 81.4% | Ruby 18.3% | Shell 0.3%
🌐
GitHub
github.com › postmodern › ruby-install › blob › master › doc › man › ruby-install.1.md
ruby-install/doc/man/ruby-install.1.md at master · postmodern/ruby-install
Installs Ruby, JRuby, TruffleRuby, or mruby. Contribute to postmodern/ruby-install development by creating an account on GitHub.
Author   postmodern
🌐
GitHub
github.com › rbenv › ruby-build
GitHub - rbenv/ruby-build: A tool to download, compile, and install Ruby on Unix-like systems. · GitHub
A tool to download, compile, and install Ruby on Unix-like systems. - rbenv/ruby-build
Starred by 4K users
Forked by 805 users
Languages   Shell
🌐
GitHub
gist.github.com › MichaelCurrin › fb758aea4d35e03b9ed093afddf4e7ec
Install Ruby 3 and Bundler · GitHub
Save MichaelCurrin/fb758aea4d35e03b9ed093afddf4e7ec to your computer and use it in GitHub Desktop. ... Install Ruby and dev headers.
🌐
GitHub
github.com › postmodern › ruby-install › blob › master › bin › ruby-install
ruby-install/bin/ruby-install at master · postmodern/ruby-install
Installs Ruby, JRuby, TruffleRuby, or mruby. Contribute to postmodern/ruby-install development by creating an account on GitHub.
Author   postmodern
🌐
GitHub
github.com › postmodern › ruby-install › blob › master › share › ruby-install › ruby-install.sh
ruby-install/share/ruby-install/ruby-install.sh at master · postmodern/ruby-install
Installs Ruby, JRuby, TruffleRuby, or mruby. Contribute to postmodern/ruby-install development by creating an account on GitHub.
Author   postmodern
Find elsewhere
🌐
GitHub
github.com › ruby › ruby
GitHub - ruby/ruby: The Ruby Programming Language · GitHub
1 week ago - You can download release packages and the snapshot of the repository. If you want to download whole versions of Ruby, please visit https://www.ruby-lang.org/en/downloads/releases/.
Starred by 23.5K users
Forked by 5.6K users
Languages   Ruby 58.2% | C 29.2% | Rust 7.0% | C++ 2.8% | Yacc 0.9% | HTML 0.4%
🌐
GitHub
github.com › oneclick › rubyinstaller2
GitHub - oneclick/rubyinstaller2: MSYS2 based RubyInstaller for Windows · GitHub
In contrast to the old RubyInstaller it does not provide its own DevKit, but makes use of the rich set of MINGW libraries from the MSYS2 project. It therefore integrates well into MSYS2 after installation on the target system to provide a build-and-runtime environment for installation of gems ...
Starred by 707 users
Forked by 279 users
Languages   Ruby 90.8% | Inno Setup 5.4% | HTML 2.1% | Batchfile 0.5% | Dockerfile 0.5% | PowerShell 0.4% | C 0.3%
🌐
GitHub
github.com › postmodern › ruby-install › blob › master › homebrew › ruby-install.rb
ruby-install/homebrew/ruby-install.rb at master · postmodern/ruby-install
Installs Ruby, JRuby, TruffleRuby, or mruby. Contribute to postmodern/ruby-install development by creating an account on GitHub.
Author   postmodern
🌐
GitHub
github.com › oneclick › rubyinstaller
GitHub - oneclick/rubyinstaller: RubyInstaller for Windows - Build recipes · GitHub
The DevKit (available as a Windows Installer and normal 7-Zip and self-extracting archives) provides an easy-to-install compiler and build system, and convenient setup helper scripts. Ensure you are connected to the Internet, open a Command Prompt, cd to the project root directory, and type one of: rake # builds MRI 1.8.7 rake ruby19 # builds MRI 1.9.2 rake ruby20 # builds MRI 2.0.0 rake ruby21 # builds MRI 2.1.x
Starred by 1.2K users
Forked by 296 users
Languages   Ruby 76.6% | Inno Setup 16.5% | HTML 5.7%
🌐
CICube
cicube.io › home › workflow hub › how to install ruby in github actions
How to Install Ruby in GitHub Actions - Workflow Hub - CI Cube
May 24, 2024 - The Setup Ruby GitHub Action downloads a prebuilt Ruby, JRuby, or TruffleRuby and adds it to the PATH. This action is very efficient and takes about 5 seconds to download, extract, and add the given Ruby to the PATH.
🌐
GitHub
gist.github.com › MichaelCurrin › 3af38fca4e2903cdedfb8402c18b2936
Install Ruby and Bundler at the user level · GitHub
More details are available in my Ruby install guide including how to set PATH on Linux and macOS. That guide has been updated to cover macOS Catalina setup too. Install Bundler at the user level. The flag at the end is necessary to install in ~/.gem for your user. And also avoids having to use sudo to overcome a permissions error. ... Confirm installation. Note bundler and bundle are equaivelent. ... Sign up for free to join this conversation on GitHub.
🌐
GitHub
github.com › yerv000 › how_to-ruby_from_source
GitHub - yerv000/how_to-ruby_from_source: Steps to compile, build and install Ruby from source into user's home directory · GitHub
Steps to compile, build and install Ruby from source into user's home directory - yerv000/how_to-ruby_from_source
Author   yerv000
🌐
GitHub
github.com › marketplace › actions › setup-ruby-jruby-and-truffleruby
Setup Ruby, JRuby and TruffleRuby - GitHub Marketplace
In other cases, you will need to install Ruby in the runner tool cache as shown by the action when it detects that case (run it so it will show you where to install Ruby). You could of course also not use this action and e.g.
🌐
Stack Overflow
stackoverflow.com › questions › 78451381 › github-workflow-setup-ruby-action-how-to-do-custom-gem-install-in-the-middle
GitHub Workflow setup-ruby action. How to do custom gem install in the middle - Stack Overflow
name: "Ruby on Rails CI" on: push: branches: [ "master" ] pull_request: branches: [ "master" ] jobs: test: runs-on: ubuntu-latest services: postgres: image: postgres:11-alpine ports: - "5432:5432" env: POSTGRES_DB: rails_test POSTGRES_USER: rails POSTGRES_PASSWORD: password env: RAILS_ENV: test DATABASE_URL: "postgres://rails:password@localhost:5432/rails_test" steps: - name: Checkout code uses: actions/checkout@v4 - name: install Nokogiri alone run: sudo gem install nokogiri -v 1.16.4 # Add or replace dependency steps here - name: Install Ruby and gems uses: ruby/setup-ruby@v1 with: bundler-c
🌐
GitHub
github.com › topics › ruby-install
ruby-install · GitHub Topics · GitHub
April 13, 2018 - ruby jruby installer mruby bash-script rubies truffleruby bash-utility ruby-install ruby-installer ruby-builder
🌐
Bundler
bundler.io › guides › git.html
How to install gems from git repositories - RubyGems Guides
Bundler has the ability to install gems directly from git repositories. Installing a gem using git is as easy as adding a gem to your Gemfile. Note that because RubyGems lacks the ability to handle gems from git, any gems installed from a git repository will not show up in gem list.