Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created August 14, 2012 01:22
Show Gist options
  • Save henriquegogo/3345488 to your computer and use it in GitHub Desktop.
Save henriquegogo/3345488 to your computer and use it in GitHub Desktop.
CTags para projetos que utilizam Rails
ctags -f $(git rev-parse --show-toplevel)/tags -R $(bundle show --paths) $(git rev-parse --show-toplevel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment