auto_complete_for limits it to ten entries by default I think. Check it out here:
http://api.rubyonrails.com/classes/ActionController/Macros/AutoComplete/ClassMethods.html#M000043
You'll also need to use the text_field_with_auto_complete or something similar in your view code.
Neil