Difference between revisions of "Ruby"

From Wiki2
(Created page with "goto /users/tim/code/ruby ;rails new appname - sets up directory system ;bundle install - installs gems")
 
Line 1: Line 1:
goto /users/tim/code/ruby
goto /users/tim/code/ruby


;rails new appname - sets up directory system
;rails new appname: sets up directory system
;bundle install - installs gems
;bundle install: installs gems
;.gitignore: installed with rails new
;git init: starts new repository
;git add .
;git status
;git commit: commits change locally
;git log: of commits

Revision as of 10:36, 2 November 2011

goto /users/tim/code/ruby

rails new appname
sets up directory system
bundle install
installs gems
.gitignore
installed with rails new
git init
starts new repository
git add .
git status
git commit
commits change locally
git log
of commits