Setup Ruby with Macintosh

http://www.gotealeaf.com/blog/how-to-install-ruby-on-rails-development-environment-for-mac-os-x/

when install rbenv:

echo 'eval "$(rbenv init -)"' >> ~/.bash_profile

if (~/.bashrc) : ‘gem install rails’ not working. why?

when upgrade rubygems:

$ gem update --system
          # may need to be administrator or root

https://rubygems.org/pages/download

when install sublime_text

ln -s "/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl

~/bin/subl seems not working. why?

 
0
Kudos
 
0
Kudos

Now read this

HTTP, a stateless protocol

The Protocol Every Web Developer Must Know - Part 1 HTTP Made Really Easy These two links are what I read on. From requests, server make it responses. It’s a stateless, application-layer protocol for communicating between distributed... Continue →