Skip to content

tskaggs/first_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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)

About

This is a first public app thing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors