Skip to content

Instantly share code, notes, and snippets.

@linjunpop
Created April 5, 2012 01:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linjunpop/2307258 to your computer and use it in GitHub Desktop.
Save linjunpop/2307258 to your computer and use it in GitHub Desktop.
Ctags command for rails project with RVM

Ctags command for rails project with RVM

$ ctags --extra=+f --exclude=.git --exclude=log --exclude=tmp --exclude=public --exclude=spec/fixtures --exclude=db --langmap="ruby:+.rake.builder.rjs" --languages=-javascript -R *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment