Skip to content

Instantly share code, notes, and snippets.

@amerov
Last active August 29, 2015 13:56
Show Gist options
  • Save amerov/8895373 to your computer and use it in GitHub Desktop.
Save amerov/8895373 to your computer and use it in GitHub Desktop.
generate ctags for rails project
ctags -e --exclude=.git --exclude='*.log' -R * `bundle show --paths; pwd`
ctags -R --exclude=.git --exclude=log --exclude=tmp --exclude=autotest --exclude=db -f .tags * ~/.rvm/gems/`rvm current`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment