Zero to a Fully Git Enabled Rails App in the time it takes to drink an espresso
So you want to set up a fresh Rails app in a fresh git repo, with proper ignores setup, with vendor/rails using a git submodule (which enables switching to any Rails branch or tag locally)? This isn’t rocket science or anything, but I figured I’d post it to see what things could be done better.
Assumptions
- You have a working, recent version of git installed.
- You have the git-rails gem installed.
- You have the bash aliases at the bottom of the post.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.