Hi all ! I began to develop Rails applications with Aptana Radrails under Windows. For that I had successfully installed auto_complete plugin and succeeded to use it. Now I have an iMac and I''m trying to restart my developments under OS X. My problem is: when I run the command ''script/plugin install auto_complete'', the result is: Plugin not found: ["auto_complete"] I also tried to dowload auto_complete plugin at ''http://svn.rubyonrails.org/rails/plugins/auto_complete'' but the result is ''Page not found'' !! Could someone help me please? -- 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 -~----------~----~----~----~------~----~------~--~---
Sylv Mosfet wrote:> Hi all ! > > I began to develop Rails applications with Aptana Radrails under > Windows. For that I had successfully installed auto_complete plugin and > succeeded to use it. > Now I have an iMac and I''m trying to restart my developments under OS X. > > My problem is: when I run the command ''script/plugin install > auto_complete'', the result is: > Plugin not found: ["auto_complete"] > > I also tried to dowload auto_complete plugin at > ''http://svn.rubyonrails.org/rails/plugins/auto_complete'' but the result > is ''Page not found'' !! > > Could someone help me please? >According to http://agilewebdevelopment.com/plugins/auto_complete, that plugin can be obtained from: git://github.com/rails/auto_complete.git -Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
First, you''ll have to install git, then you should do this: script/plugin install git://github.com/rails/auto_complete.git Also, be sure to be using the latest rails version. All Rails plugins moved to GitHub -> http://github.com/rails/auto_complete/tree/master - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Thu, Dec 25, 2008 at 2:04 PM, Sylv Mosfet <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hi all ! > > I began to develop Rails applications with Aptana Radrails under > Windows. For that I had successfully installed auto_complete plugin and > succeeded to use it. > Now I have an iMac and I''m trying to restart my developments under OS X. > > My problem is: when I run the command ''script/plugin install > auto_complete'', the result is: > Plugin not found: ["auto_complete"] > > I also tried to dowload auto_complete plugin at > ''http://svn.rubyonrails.org/rails/plugins/auto_complete'' but the result > is ''Page not found'' !! > > Could someone help me please? > -- > 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I''m having the same problem as Sylv. Where to find git? On Dec 25, 12:57 pm, Matt Thompson <ma...-zkyJWBlQxA+w5LPnMra/2Q@public.gmane.org> wrote:> Sylv Mosfet wrote: > > Hi all ! > > > I began to develop Rails applications with Aptana Radrails under > > Windows. For that I had successfully installed auto_complete plugin and > > succeeded to use it. > > Now I have an iMac and I''m trying to restart my developments under OS X. > > > My problem is: when I run the command ''script/plugin install > > auto_complete'', the result is: > > Plugin not found: ["auto_complete"] > > > I also tried to dowload auto_complete plugin at > > ''http://svn.rubyonrails.org/rails/plugins/auto_complete''but the result > > is ''Page not found'' !! > > > Could someone help me please? > > According tohttp://agilewebdevelopment.com/plugins/auto_complete, that > plugin can be obtained from: > > git://github.com/rails/auto_complete.git > > -Matt--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Try this : http://git-scm.com/download Cheers 2008/12/25 pepe <Pepe-gUAqH5+0sKL6V6G2DxALlg@public.gmane.org>> > I''m having the same problem as Sylv. Where to find git? > > On Dec 25, 12:57 pm, Matt Thompson <ma...-zkyJWBlQxA+w5LPnMra/2Q@public.gmane.org> wrote: > > Sylv Mosfet wrote: > > > Hi all ! > > > > > I began to develop Rails applications with Aptana Radrails under > > > Windows. For that I had successfully installed auto_complete plugin and > > > succeeded to use it. > > > Now I have an iMac and I''m trying to restart my developments under OS > X. > > > > > My problem is: when I run the command ''script/plugin install > > > auto_complete'', the result is: > > > Plugin not found: ["auto_complete"] > > > > > I also tried to dowload auto_complete plugin at > > > ''http://svn.rubyonrails.org/rails/plugins/auto_complete''but the result > > > is ''Page not found'' !! > > > > > Could someone help me please? > > > > According tohttp://agilewebdevelopment.com/plugins/auto_complete, that > > plugin can be obtained from: > > > > git://github.com/rails/auto_complete.git > > > > -Matt > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Just coming back after holidays... Thanks a lot to Mauricio, Matt and Jakub, but I''m still a newbie on RoR and I prefer not to use Edge Rails yet... As I previously used auto_complete plugin under Windows, I just copied <my_app>/vendor/plugins/auto_complete directory to its new location under OS X and it works out! Cheers -- 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 -~----------~----~----~----~------~----~------~--~---