All these useful tips (and more!) taken from http://ruby.railstutorial.org/chapters/
This is based on Rails 3.2, but should work on Rails 4.0.
(skip standard test unit and instead will use RSpec)
$ cd ~/rails_projects
All these useful tips (and more!) taken from http://ruby.railstutorial.org/chapters/
This is based on Rails 3.2, but should work on Rails 4.0.
(skip standard test unit and instead will use RSpec)
$ cd ~/rails_projects
These commands are good as of 2011-07-27.
2014-06-05: update for OSX Yosemite: https://gist.github.com/chrisb/4d6a09c6cc1ca2e1b14e 2013-10-24: update for OSX Mavericks: http://dean.io/setting-up-a-ruby-on-rails-development-environment-on-mavericks/
App store http://itunes.apple.com/us/app/xcode/id448457090?mt=12)
### Move a directory out of an existing repo, and push it to its own repo, keeping only relevant commits: | |
See http://teach.github.com/articles/lesson-filter-branch/ |