Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.
/ rbenv-patchsets Public archive

A collection of definitions for ruby-build to install rubies patched from https://github.com/skaes/rvm-patchsets for rbenv

Notifications You must be signed in to change notification settings

xing/rbenv-patchsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbenv-railsexpress

This repository contains the rbenv (ruby-build) build instructions for the railsexpress patched versions of ruby.

Usage

Install rbenv and plugins using homebrew:

brew install rbenv
brew install rbenv-aliases
brew install ruby-build

Install this plugin:

git clone https://github.com/xing/rbenv-patchsets.git ~/.rbenv/plugins/ruby-build-railsexpress

Install railsexpress version:

rbenv install 2.5.1-railsexpress

rbenv alias --auto creates an alias 2.5.1 for 2.5.1-railsexpress

Troubleshooting

On OSX El Capitan it can happen that gems fail to build because of openssl errors. The following command might help:

gem install eventmachine -v '1.0.8' -- --with-cppflags=-I/usr/local/opt/openssl/include

Update definitions

Just run update script in the plugin directory:

cd ~/.rbenv/plugins/ruby-build-railsexpress
./update

About

A collection of definitions for ruby-build to install rubies patched from https://github.com/skaes/rvm-patchsets for rbenv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages