Hi guys,
I have install auto_complete from here
http://github.com/rails/auto_complete/tree/master
then
#my controller is
auto_complete_for :post, :title
protect_from_forgery :only => [:create, :delete, :update]
#My view
<%= text_field_with_auto_complete :post, :title %>
But when I type in title field then there is not happened and there is
nothing error recorded in error console of firefox.
Any suggestion? I have googled a lot every. where there is the same
solution.
I am using rails 2.2.2.
is it a problem?
Please show a way
Thanks in advance.
Tuhin
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---