Hi, I am A newbee to rails.I want to add Auto complete facility in my application.I have installed Autocomplete plugin.And i have added the lines auto_complete_for :location,:name in my controller and in my view i have added <%= text_field_with_auto_complete :location,:name %> and i have got a model called Location and a table in my database called locations with name attribute. I am using Rails2.1.0 and when i run the application ,there is no exception thrown.But no autocomplete takes place when i type on the text box. Can anyone help me on this? Thanks in advance. -- 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 -~----------~----~----~----~------~----~------~--~---
Charanya Nagarajan wrote:> Hi, > I am A newbee to rails.I want to add Auto complete facility in my > application.I have installed Autocomplete plugin.And i have added the > lines > > auto_complete_for :location,:name > in my controller > > and in my view i have added > > <%= text_field_with_auto_complete :location,:name %> > > and i have got a model called Location and a table in my database called > locations with name attribute. > > I am using Rails2.1.0 and when i run the application ,there is no > exception thrown.But no autocomplete takes place when i type on the text > box. > > Can anyone help me on this? > > Thanks in advance.I myself found out the method This link helped me out... http://railsforum.com/viewtopic.php?id=23188 -- 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 -~----------~----~----~----~------~----~------~--~---