Hi! I just finished a Rails plugin that you Emacs users might be interested in. The plugin makes it easy to create Emacs TAGS files for your Rails projects. Check it out: http://github.com/rejeep/mactag Blog post: http://tuxicity.se/emacs/rails/2009/12/12/mactag-emacs-tags-for-rails.html -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Looks like Vim and TextMate has Ctags support aswell. Cool! On Dec 12, 2:02 pm, rejeep <johan.rej...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi! > > I just finished a Rails plugin that you Emacs users might be > interested in. The plugin makes it easy to create Emacs TAGS files for > your Rails projects. > > Check it out:http://github.com/rejeep/mactag > Blog post:http://tuxicity.se/emacs/rails/2009/12/12/mactag-emacs-tags-for-rails...-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks! And thanks for pointing to TAGS - i haven''t been using them and now I setup your gem and maybe I will start to use them. Anyway, is there some way to update them on-fly ... do you have some easy tip? It would be nice feature for version 2.0 of your plugin ;) greetings Jakub On Dec 12, 3:02 pm, rejeep <johan.rej...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi! > > I just finished a Rails plugin that you Emacs users might be > interested in. The plugin makes it easy to create Emacs TAGS files for > your Rails projects. > > Check it out:http://github.com/rejeep/mactag > Blog post:http://tuxicity.se/emacs/rails/2009/12/12/mactag-emacs-tags-for-rails...-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Jakub, I don''t see any way Mactag could update it for you automatically. You could solve it in one of the following ways: * Create some script or whatever in your editor that updates the tags if you change somethig * You could add some git/svn hook that runs the rake task provided by Mactag * You could create a cronjob that say, once a day runs the rake task To update it more than once a day seems really unnecessary. So I think a cronjob would do a nice job. On Dec 14, 4:22 pm, Jakub <jakub.ho...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Thanks! And thanks for pointing to TAGS - i haven''t been using them > and now I setup your gem and maybe I will start to use them. Anyway, > is there some way to update them on-fly ... do you have some easy tip? > It would be nice feature for version 2.0 of your plugin ;) > > greetings > > Jakub > > On Dec 12, 3:02 pm, rejeep <johan.rej...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi! > > > I just finished a Rails plugin that you Emacs users might be > > interested in. The plugin makes it easy to create Emacs TAGS files for > > your Rails projects. > > > Check it out:http://github.com/rejeep/mactag > > Blog post:http://tuxicity.se/emacs/rails/2009/12/12/mactag-emacs-tags-for-rails...-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.