rbenv ruby-2.2.3-railsexpress

Bash script to install ruby-2.2.3 patched railsexpress on rbenv

https://gist.github.com/manzhikov/418da52577ef31903580

Quick install:

git clone https://gist.github.com/418da52577ef31903580.git ruby-2.2.3-railsexpress
cd ruby-2.2.3-railsexpress
bash ./install.sh
 
1
Kudos
 
1
Kudos

Now read this

How to install via rbenv ruby with railsexpress patch

First file is version description: 2.1.5 build_package_patch_ruby_railsexpress() { fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master for p in rvm-patchsets/patches/ruby/2.1.5/railsexpress/* ; do patch -p1 < $p... Continue →