Hey Guys, I tried the following on my rails 2.1.1 project:> script/plugin install acts_as_treeand I got the following error:> Plugin not found: ["acts_as_tree"]This method of installing plugins worked months ago on another rails 2.0+ project.... Do I need to use github now? Sonny. -- 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 -~----------~----~----~----~------~----~------~--~---
Sonny Chee wrote:> Hey Guys, > > I tried the following on my rails 2.1.1 project: > >> script/plugin install acts_as_tree > > and I got the following error: > >> Plugin not found: ["acts_as_tree"] > > This method of installing plugins worked months ago on another rails > 2.0+ project.... Do I need to use github now? > > Sonny.You can go to github, and download the tarball, extract it in your vendor/plugins folder, then follow instructions if any additional step is required. Git is not compulsory, but highly recommended. -- IT video training screencasts in french language: http://www.digiprof.fr -- 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 -~----------~----~----~----~------~----~------~--~---
gem sources -a http://gems.github.com Cheers, Sazima On Jan 21, 9:55 pm, Sonny Chee <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Hey Guys, > > I tried the following on my rails 2.1.1 project: > > > script/plugin install acts_as_tree > > and I got the following error: > > > Plugin not found: ["acts_as_tree"] > > This method of installing plugins worked months ago on another rails > 2.0+ project.... Do I need to use github now? > > Sonny. > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---
So the "script/plugin install ..." script no longer works without git? Sonny. Fernando Perez wrote:> Sonny Chee wrote: >> Hey Guys, >> >> I tried the following on my rails 2.1.1 project: >> >>> script/plugin install acts_as_tree >> >> and I got the following error: >> >>> Plugin not found: ["acts_as_tree"] >> >> This method of installing plugins worked months ago on another rails >> 2.0+ project.... Do I need to use github now? >> >> Sonny. > > You can go to github, and download the tarball, extract it in your > vendor/plugins folder, then follow instructions if any additional step > is required. Git is not compulsory, but highly recommended. > > > -- > IT video training screencasts in french language: http://www.digiprof.fr-- 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 -~----------~----~----~----~------~----~------~--~---
Thanks Sazima, I added github as a source but I''m still getting the> Plugin not found: ["acts_as_tree"]Sonny. Sazima wrote:> gem sources -a http://gems.github.com > > Cheers, Sazima > > On Jan 21, 9:55�pm, Sonny Chee <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>-- 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 wrote recently an article about Rails, Git and plugin management. It might be of interest to you: http://harryseldon.thinkosphere.com/2009/01/14/git-and-rails-a-detailed-tutorial-including-plugins-submodules-development-and-production H Sonny Chee wrote:> Thanks Sazima, > > I added github as a source but I''m still getting the > >> Plugin not found: ["acts_as_tree"] > > Sonny. > > Sazima wrote: >> gem sources -a http://gems.github.com >> >> Cheers, Sazima >> >> On Jan 21, 9:55�pm, Sonny Chee <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>-- 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 -~----------~----~----~----~------~----~------~--~---
Fernando''s instructions worked for me. Seems a bit tedious though - working cli install would surely better? I tried following Sazima''s instructions. Couldn''t find the plug-in even with the git sources. On Jan 22, 11:12 pm, Harry Seldon <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I wrote recently an article about Rails, Git and plugin management. It > might be of interest to you:http://harryseldon.thinkosphere.com/2009/01/14/git-and-rails-a-detail... > H > > Sonny Chee wrote: > > Thanks Sazima, > > > I added github as a source but I''m still getting the > > >> Plugin not found: ["acts_as_tree"] > > > Sonny. > > > Sazima wrote: > >> gem sources -ahttp://gems.github.com > > >> Cheers, Sazima > > >> On Jan 21, 9:55 pm, Sonny Chee <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > -- > Posted viahttp://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 -~----------~----~----~----~------~----~------~--~---