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!