Install - Mac
From Sandoz
->install macport ->install xcode
http://www.blog.bridgeutopiaweb.com/post/how-to-install-rvm-and-rails-3-on-snow-leopard/ http://railscasts.com/episodes/310-getting-started-with-rails https://jeremy.wordpress.com/2010/08/13/ruby-rvm-passenger-rails-bundler-en-developpement/ http://eddorre.com/posts/installing-ruby-on-rails-postgresql-mysql-on-snow-leopard http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
Official------
http://guides.rubyonrails.org/index.html http://api.rubyonrails.org/
Test driven-----
http://rubysource.com/introducing-test-driven-development-with-rails-3/
--Install--
- RVM
$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) I did -> $ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) reload your shell env: $ source ~/.bash_profile find the requirements (and follow) $ rvm requirements install ruby rvm install 1.9.3
=>rvm install 1.8.7 =>rvm install 1.9.2 =>rvm 1.9.2 --default
Go to your folder bundle install
- mysql
gem install mysql2
- Homebrew
https://github.com/mxcl/homebrew/wiki/Installation
- git-svn-branch-bash-prompt
http://murfy.de/read/git-svn-branch-bash-prompt
- Git on mac
http://hivelogic.com/articles/compiling-git-on-snow-leopard/