Migrated from rails 1.2.2 to rails 2.0 Now i get the following error, which was working earlier. undefined method `auto_complete_for'' Aftter reading several posts...i tried to run script\plugin install auto_complte it says C:\ex\myapp>ruby script\plugin install auto_complete Plugin not found: ["auto_complete"] so tried C:\ex\myapp>ruby script\plugin install http://svn.rubyonrails.org/rails/plugins/a uto_complete + ./auto_complete/README + ./auto_complete/Rakefile + ./auto_complete/init.rb + ./auto_complete/lib/auto_complete.rb + ./auto_complete/lib/auto_complete_macros_helper.rb + ./auto_complete/test/auto_complete_test.rb it installed some auto_complete stuff in vendor/plugins folder. But still see the auto_complete_for undefined error. Can you please let me know if I have missed out any step? Thanks Prasanna -- 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 -~----------~----~----~----~------~----~------~--~---
On Wed, Jun 25, 2008 at 7:09 AM, Prasanna kumar Nagasamudram <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> But still see the auto_complete_for undefined error. > > Can you please let me know if I have missed out any step?Did you restart the server? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Prasanna kumar Nagasamudram
2008-Jun-25 15:28 UTC
Re: undefined method `auto_complete_for''
Xavier Noria wrote:> On Wed, Jun 25, 2008 at 7:09 AM, Prasanna kumar Nagasamudram > <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > >> But still see the auto_complete_for undefined error. >> >> Can you please let me know if I have missed out any step? > > Did you restart the server?I will tell the actual problem. I had developed an app using rais 1.2.2. Everything was working perfectly fine. But when im trying to host it on a server which has rails 2.0 im facing all the problems...so im trying to run the plugin command on my local setup which has 1.2.2 and trying to copy the plugin files to the online server. There is only ftp acesss....so i cant restart the server. -- 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 -~----------~----~----~----~------~----~------~--~---
On 25 Jun 2008, at 16:28, Prasanna kumar Nagasamudram wrote:> > Xavier Noria wrote: >> On Wed, Jun 25, 2008 at 7:09 AM, Prasanna kumar Nagasamudram >> <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: >> >>> But still see the auto_complete_for undefined error. >>> >>> Can you please let me know if I have missed out any step? >> >> Did you restart the server? > > I will tell the actual problem. > > I had developed an app using rais 1.2.2. > Everything was working perfectly fine. > > But when im trying to host it on a server which has rails 2.0 > im facing all the problems...so im trying to run the plugin command on > my local setup which has 1.2.2 and trying to copy the plugin files to > the online server. > > There is only ftp acesss....so i cant restart the server.well you can''t install a plugin without restarting the server (and by server i mean the process(es) running your rails code) so you''ll have to get the server people to do that for you. Fred> > -- > 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 -~----------~----~----~----~------~----~------~--~---
Prasanna kumar Nagasamudram
2008-Jun-25 15:37 UTC
Re: undefined method `auto_complete_for''
Frederick Cheung wrote:> On 25 Jun 2008, at 16:28, Prasanna kumar Nagasamudram wrote: > >> >> There is only ftp acesss....so i cant restart the server. > well you can''t install a plugin without restarting the server (and by > server i mean the process(es) running your rails code) so you''ll have > to get the server people to do that for you. > > FredI have asked them to run the script/plugin command so i hope they would restart the server. Stil waiting for the response. -- 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 -~----------~----~----~----~------~----~------~--~---