Hello guys, Im new to RoR, and i was trying to make some thing with auto_complete.. But i can''t install auto_complete plugin : https://github.com/rails/auto_complete I have tried to install others plugins and it always gives me the message : Plugin not found: ["https://github.com/rails/auto_complete.git"] or Plugin not found: ["http://*svn*.*rubyonrails*.org/rails/plugins/auto_complete"] Does anyone know how to solve this issue? Maybe installing it manually, does any one know how to do? Thanks Fernando -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 24 December 2010 02:19, Fernando Leandro <fernandoleandro1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello guys, > > Im new to RoR, and i was trying to make some thing with auto_complete.. > > But i can''t install auto_complete plugin : > https://github.com/rails/auto_complete > > I have tried to install others plugins and it always gives me the message : > Plugin not found: ["https://github.com/rails/auto_complete.git"] or Plugin > not found: ["http://svn.rubyonrails.org/rails/plugins/auto_complete"]Which OS are you using, and have you installed git? Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hello Colin, Im using Windows 7 Ultimate, Ruby 1.8.7 and Rails 2.3.5.. No.. i haven''t installed it manually, but... doesnt it comes with rails? because there''s a git.rb in the folder C:\Ruby187\lib\ruby\gems\1.8\gems\rails-2.3.5\lib\rails_generator\generators\applications\app\scm. Thanks for helping Fernando 2010/12/24 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>> On 24 December 2010 02:19, Fernando Leandro > <fernandoleandro1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello guys, > > > > Im new to RoR, and i was trying to make some thing with auto_complete.. > > > > But i can''t install auto_complete plugin : > > https://github.com/rails/auto_complete > > > > I have tried to install others plugins and it always gives me the message > : > > Plugin not found: ["https://github.com/rails/auto_complete.git"] or > Plugin > > not found: ["http://svn.rubyonrails.org/rails/plugins/auto_complete"] > > Which OS are you using, and have you installed git? > > Colin > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Fri, Dec 24, 2010 at 4:54 AM, Fernando Leandro <fernandoleandro1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> No.. i haven''t installed it manually, but... doesnt it comes with rails?No. You need to install it.> because there''s a git.rb in the folderYou *can* open that up and read it, you know :-) -- Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org twitter: @hassan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
I have just installed git via msysGit, it even changed my windows command promt style.. but i still trying to execute ruby script/plugin install http://github.com/rails/auto_complete.git/ and i get the same error... it says Plugin not found... Im executing this at my project''s folder, is it right, isnt it? 2010/12/24 Hassan Schroeder <hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>> On Fri, Dec 24, 2010 at 4:54 AM, Fernando Leandro > <fernandoleandro1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > No.. i haven''t installed it manually, but... doesnt it comes with rails? > > No. You need to install it. > > > because there''s a git.rb in the folder > > You *can* open that up and read it, you know :-) > > -- > Hassan Schroeder ------------------------ hassan.schroeder-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org > twitter: @hassan > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Dec 24, 10:17 am, Fernando Leandro <fernandoleandro1...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have just installed git via msysGit, it even changed my windows command > promt style.. > > but i still trying to execute ruby script/plugin installhttp://github.com/rails/auto_complete.git/and i get the same error... it > says Plugin not found... > > Im executing this at my project''s folder, is it right, isnt it? >Yes, you need to execute the command inside your project folder, but you also need to use a git URL. Try this: ruby script/plugin install git://github.com/rails/auto_complete.git -- Luis Lavena -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
On 24 December 2010 12:54, Fernando Leandro <fernandoleandro1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello Colin, > > Im using Windows 7 Ultimate, Ruby 1.8.7 and Rails 2.3.5..Sorry I can''t help in that case, Rails on Windows is fraught with difficultly I believe. I think that most here would suggest you look at Ubuntu (or mac) if you are serious about Rails. The PC can easily be setup to dual boot so you do not loose windows, though I can virtually guarantee you find yourself using it less and less. An alternative is Virtual Rails I believe which runs in a virtual machine in windows. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Resolved! the script/plugin install is still not working but i could install plugins using git clone git://github.com/rails/auto_complete.git Thanks! 2010/12/24 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>> On 24 December 2010 12:54, Fernando Leandro > <fernandoleandro1991-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello Colin, > > > > Im using Windows 7 Ultimate, Ruby 1.8.7 and Rails 2.3.5.. > > Sorry I can''t help in that case, Rails on Windows is fraught with > difficultly I believe. I think that most here would suggest you look > at Ubuntu (or mac) if you are serious about Rails. The PC can easily > be setup to dual boot so you do not loose windows, though I can > virtually guarantee you find yourself using it less and less. An > alternative is Virtual Rails I believe which runs in a virtual machine > in windows. > > Colin > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Fernando Leandro wrote in post #970481:> Resolved! > > the script/plugin install is still not working but i could install > plugins > using git clone git://github.com/rails/auto_complete.gitThat''s not resolved, then. script/plugin install does more than git clone. Get it working.> > Thanks! > > 2010/12/24 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org Sent from my iPhone -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@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.
Hum.............. so thats why my i cant get my auto_complete working... probably, ''git clone'' doesnt install the plugin correctly... does anyone have any idea of my problem, i installed git (git version 1.7.3.1) and i still always get the Plugin not found error... does anyone have a suggestion? 2010/12/24 Marnen Laibow-Koser <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org>> Fernando Leandro wrote in post #970481: > > Resolved! > > > > the script/plugin install is still not working but i could install > > plugins > > using git clone git://github.com/rails/auto_complete.git > > That''s not resolved, then. script/plugin install does more than git > clone. Get it working. > > > > > Thanks! > > > > 2010/12/24 Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> > > Best, > -- > Marnen Laibow-Koser > http://www.marnen.org > marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org > > Sent from my iPhone > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.