Nothing is worse than having to print a retraction, one of my posts is on the lightest way of installing a new Ruby on the Mac. Turns out the rbenv and ruby-build do indeed require Xcode. Even though the website and even some people believe it's not required , ruby-build needs a compiler. Suddenly the case for rbenv is nil, null and void. I am a bit upset that this requirement is not clear from the documentation, and its harder configuration, coupled with the need to always preface your Rails commands with 'bundle exec' and its lack of advantage of rvm in size, make rbenv a looser and I can't recommend it anymore. I have just switched to RVM , which while it requires the behemoth of Xcode or possibly just the ' command line tools for Xcode ' is a far better choice. RVM or Ruby Version Manager, allows you to create gem sets per project that then can be shared with the project itself. It's command line interface is super polished, and there is way more ...
© David Acevedo