asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

Override ctags just for rails projects #70

Closed lethjakman closed 8 years ago

lethjakman commented 8 years ago

So it's just an idea, but maybe it'd be a good idea to override the ctags generater with ripper-tags if it's available. It offers much better ruby support and I would love to have this happen in my rails projects.

asok commented 8 years ago

Hmm ctags are really more a feature of projectile the package that projectile-rails depends on. So this issue belongs more there than here, I guess.

lethjakman commented 8 years ago

I figured it was more of a projectile-rails thing since this would be a rails specific feature. I'm not sure they'd want to implement something that's ruby/rails specific unless you had per project ctag generation or something.

asok commented 8 years ago

Hmm sounds interesting. I don't use ctags, and I don't really have time for new features for the project. Once I'll get some free time I'll try to look at it. In the meantime maybe someone will make a PR for it?

asok commented 8 years ago

I would envision this feature to be a part of a seperate package, that could also hook into projectile. That package would be specific to a ruby projects, not only rails. Thus closing this.