tskaggs/first_app
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== Hey == This is my first git public push.. this is for testing, kind of sandbox thing. Go ahead and branch. I'll try to keep a list of things I've done for beginners. ------------------------------------------------------ DA LIST ------------------------------------------------------ Resource: (http://ruby.railstutorial.org/chapters/beginning) - mkdir rails_projectr - cd rails_projects - rails new first_app - Install RVM (https://rvm.beginrescueend.com/rvm/install/) - rvm 1.9.2 - rvm gemset create first_app - rvm gemset use first_app - gem install bundler - bundle install - git init - touch README - git add README - git commit -m 'first commit' - git remote add origin git@github.com:tskaggs/first_app.git - git push -u origin master ------------------------------------------------------ MY TOOLS ------------------------------------------------------ - Sublime Text 2 (http://www.sublimetext.com/2) - Github for Mac (https://github.com/blog/878-announcing-github-for-mac) - JeweleryBox to manage Gemsets (http://unfiniti.com/software/mac/jewelrybox)