Rajat Garg
2009-Apr-19 03:04 UTC
Upgrading from Rails 1.3.x to 2.3.2 - text_field_with_auto_complete not working
Folks, I am trying to upgrade code base from 1.3.x to 2.3.2 and not surprisingly, lot of things are broken. ''text_field_with_auto_complete'' is not working for me - it gives the following error: ActionView::TemplateError (undefined method `text_field_with_auto_complete'' for #<ActionView::Base: 0x7f0ceb6b8290>) I already have installed auto_complete - ruby script/plugin list auto_complete http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/ I am unable to figure out what should I do to resolve this. Any help will be greatly appreciated. Rajat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
pepe
2009-Apr-19 11:28 UTC
Re: Upgrading from Rails 1.3.x to 2.3.2 - text_field_with_auto_complete not working
I had to do the same and for me it worked with no problem. Have you tried to restart WEBrick/Mongrel/other? Pepe On Apr 18, 11:04 pm, Rajat Garg <raja...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Folks, > > I am trying to upgrade code base from 1.3.x to 2.3.2 and not > surprisingly, lot of things are broken. > > ''text_field_with_auto_complete'' is not working for me - it gives the > following error: > > ActionView::TemplateError (undefined method > `text_field_with_auto_complete'' for #<ActionView::Base: > 0x7f0ceb6b8290>) > > I already have installed auto_complete - > ruby script/plugin list > auto_complete http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/ > > I am unable to figure out what should I do to resolve this. Any help > will be greatly appreciated. > > Rajat--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rajat Garg
2009-Apr-19 17:29 UTC
Re: Upgrading from Rails 1.3.x to 2.3.2 - text_field_with_auto_complete not working
Thanks.. Re-installing it made it work. I was just not sure if I need to look at something else also... On Apr 19, 4:28 am, pepe <P...-1PhG29ZdMB/g+20BJ0uB2w@public.gmane.org> wrote:> I had to do the same and for me it worked with no problem. > > Have you tried to restart WEBrick/Mongrel/other? > > Pepe > > On Apr 18, 11:04 pm, Rajat Garg <raja...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Folks, > > > I am trying to upgrade code base from 1.3.x to 2.3.2 and not > > surprisingly, lot of things are broken. > > > ''text_field_with_auto_complete'' is not working for me - it gives the > > following error: > > > ActionView::TemplateError (undefined method > > `text_field_with_auto_complete'' for #<ActionView::Base: > > 0x7f0ceb6b8290>) > > > I already have installed auto_complete - > > ruby script/plugin list > > auto_complete http://dev.rubyonrails.com/svn/rails/plugins/auto_complete/ > > > I am unable to figure out what should I do to resolve this. Any help > > will be greatly appreciated. > > > Rajat > >--~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---