Guest User

Untitled

a guest
Jul 21st, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # would be cool to write a script to lookup all the gems in the project and index them...
  2. # activerecord manually included below
  3. ctags -f /Your/rails/project/root/tmp/tags --exclude="*.js" --exclude="*.log" --langmap="ruby:+.rake.builder.rjs" -R /opt/local/lib/ruby/gems/1.8/gems/activerecord-2.3.8 -R /Your/rails/project/root
  4. sort /Your/rails/project/root/tmp/tags
Add Comment
Please, Sign In to add comment