On 2/14/07, James Edward Gray II james@grayproductions.net wrote:
- Make a brand new Rails project: rails test
- Edit database.yml so it can hook up to a development database. I
just used sqlite3. 3. ruby script/generate model just_one 4. Open then new model file and put the caret in the class definition 5. Type val (or validate if you prefer, I checked both) and trigger rcodetools completion
Note that I *did not* have Rails vendored here and this worked just fine.
Does this much work for you?
Nope. Got the "No matches were found" tooltip. :(