Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Generating tags for a Ruby on Rails project

13 views
Skip to first unread message

Simao Mata

unread,
Apr 5, 2012, 6:20:28 AM4/5/12
to help-gn...@gnu.org

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!
0 new messages