text_field_with_auto_complete

Howdy,

I just tried to use text_field_with_auto_complete on the beta gems and discovered it's been removed for 2.0 as per the deprecation warnings. There are some comments suggesting it'll be a plugin by the time 2.0 ships, but I can't locate the plugin.

I was able to steal the code from the 1.2.5 gem and just paste it into my helper and controllers, but obviously a plugin would be a little cleaner.

Does it exist yet, and if so what's it called ? :slight_smile:

A.

http://svn.rubyonrails.org/rails/plugins/auto_complete/

Doh! thanks. Note to self, try an svn up on rails/plugins before googling and posting.

A.