I am running OS X Mavericks 10.9 beta and now is the time to return to learning Ruby on Rails. We are pleased to know that 10.9 includes Ruby 2.0
But I am unable to install Rails.
with the command - sudo gem install rails
leads to this.
Create your own extensions. This may take some time ... ERROR: Error installing rails: ERROR: Failed to create custom gem extension.
/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby extconf.rb mkmf.rb cannot find header files for ruby ββin / System / Library / Frameworks / Ruby.framework / Versions / 2.0 /usr/lib/ruby/include/ruby.h
Gem files will remain in / Library / Ruby / Gems / 2.0.0 / gems / atomic-1.1.10 for verification. Results recorded in / Library / Ruby / Gems / 2.0.0 / gems / atomic-1.1.10 / ext / gem_make.out
Any tips?
thanks
Shannon
source share