[Rails] Load Gem rake tasks in Rails 3

2010-07-31 Thread rejeep
Hey, I have a Gem that I'm trying to port to Rails 3. The only thing I can not get working is loading of rake tasks. How does that work in Rails 3? In Rails 2 I had to require them in the project Rakefile. But that does not work now... Thanks -- You received this message because you are

[Rails] Re: Mactag - Emacs TAGS for Rails

2009-12-14 Thread rejeep
Looks like Vim and TextMate has Ctags support aswell. Cool! On Dec 12, 2:02 pm, rejeep johan.rej...@gmail.com 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

[Rails] Re: Mactag - Emacs TAGS for Rails

2009-12-14 Thread rejeep
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...@gmail.com wrote: Hi! I just finished

[Rails] Mactag - Emacs TAGS for Rails

2009-12-13 Thread rejeep
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