I am trying to install Ruby On Rails 3.0 on my iMac OS X 10.5.8, but everytime i try, i get errors.
On my Macbook Pro, the installation was not a problem.
Anyone know why i can't install this on my iMac?
I suggest you to install it via RVM.
de default ruby interpreter of macosx is quite outdated.
once rvm is installed, just perform:
rvm install rails echo $PATH? you should see something like: /Users/alor/.rvm/gems/ruby-1.9.2-p0/bin:/Users/alor/.rvm/gems/ruby-1.9.2-p0@global/bin:/Users/alor/.rvm/rubies/ruby-1.9.2-p0/bin:/Users/alor/.rvm/bin: and so on....