help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Generating tags for a Ruby on Rails project


From: Simao Mata
Subject: Generating tags for a Ruby on Rails project
Date: Thu, 5 Apr 2012 12:20:28 +0200


Hello,

I am generating a tags file for my Ruby on Rails project with the
following command:

     ctags -f TAGS --extra=-f --languages=-_javascript_ --exclude=.git --exclude=log -e -R . $(rvm gemdir)/gems/

When I try to find tags (Using M-.) some tags are working fine, but
with lots of other tags I get errors like:

     tag-find-file-of-tag-noselect: File /Users/simao/Documents/sp/ofw/° ¡ not found

     etags-goto-tag-location: Rerun etags: `^class OfferTools::FilteringSteps' not found in /Users/simao/Documents/sp/ofw/lib/geo_db.rb

How are you generating tags for your RoR projects? Did you ever see
this problem before?

Thanks!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]