Daily Archives: June 2, 2011

Put a Rails Project on Github

It looks like I used Github before when I was going through a Rails tutorial. I subsequently abandoned that tutorial and forgot a lot about Rails because I wasn’t doing anything with it. I have since bought a book on Rails 3 (I believe the tutorial was before this), and worked on a new Rails project.

Today, I put the Rails project on Github. I pieced together stuff from a Rails tutorial and Github to get me going. I didn’t change the gitignore file from default. I also used https so I wouldn’t have to deal with proxy issues.

So, my crappy app is up there. Time to start playing with it some more. Also, it’s time to read that chapter in Pro Git on remote branching.