This repository contains the rbenv (ruby-build) build instructions for the railsexpress patched versions of ruby.
Install rbenv and plugins using homebrew:
brew install rbenv
brew install rbenv-aliases
brew install ruby-buildInstall this plugin:
git clone https://github.com/xing/rbenv-patchsets.git ~/.rbenv/plugins/ruby-build-railsexpressInstall railsexpress version:
rbenv install 2.5.1-railsexpressrbenv alias --auto creates an alias 2.5.1 for 2.5.1-railsexpress
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/includeJust run update script in the plugin directory:
cd ~/.rbenv/plugins/ruby-build-railsexpress
./update