On 2/14/07, James Edward Gray II james@grayproductions.net wrote:
Do you have Rails in the vendor directory of your project? I always do and would not be at all surprised if that is required to make the command pick up on the methods. If you don't, try vendering Rails and see if that helps.
James Edward Gray II
I tried with a project that had Rails in the vendor directory. When I opened a model file, I tried typing 'validate' and hit opt-esc and it could not find any matches.
As a simple test, try this:
- Create a new document
- Change the document language to Ruby
- Type Array.new.rev
- Invoke the auto complete
Does that much work?
This did work.