I want to share (and keep updated) some base code between my rails projects with git. How can i do?
You can use git submodules, for example like this
The best description I have seen is this screencast.