Hi all, Project I''m working on has a number of plugins, particularly several from github. Want to be able to 1) List all the plugins and where they come from 2) Update all/some of the plugins Now using Rails 2.1 and script/plugin install, but this seems to be a backwards step compared to using git submodules as far as the above 2 issues are concerned. Failed to google a solution, anyone have any ideas Thanks in advance Andy --~--~---------~--~----~------------~-------~--~----~ 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 Oct 6, 2008, at 8:19 AM, apremdas wrote:> > Hi all, > > Project I''m working on has a number of plugins, particularly several > from github. > > Want to be able to > > 1) List all the plugins and where they come from > 2) Update all/some of the plugins > > Now using Rails 2.1 and script/plugin install, but this seems to be a > backwards step compared to using git submodules as far as the above 2 > issues are concerned. > > Failed to google a solution, anyone have any ideas > > Thanks in advance > > Andyhttp://rubyfurnace.com/ It has Rails plugins, too. -Rob Rob Biedenharn http://agileconsultingllc.com Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sorry how does this help me list the gems in my project or update them? All best Andrew On Oct 6, 2:04 pm, Rob Biedenharn <R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org> wrote:> On Oct 6, 2008, at 8:19 AM, apremdas wrote: > > > > > > > Hi all, > > > Project I''m working on has a number of plugins, particularly several > > from github. > > > Want to be able to > > > 1) List all the plugins and where they come from > > 2) Update all/some of the plugins > > > Now using Rails 2.1 and script/plugin install, but this seems to be a > > backwards step compared to using git submodules as far as the above 2 > > issues are concerned. > > > Failed to google a solution, anyone have any ideas > > > Thanks in advance > > > Andy > > http://rubyfurnace.com/ > > It has Rails plugins, too. > > -Rob > > Rob Biedenharn http://agileconsultingllc.com > R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Well, it wasn''t clear that you meant "for plugins in my project". It seems like something like `ls vendor/plugins` would be a good start. Perhaps followed up with some MANIFEST convention (which clearly does not currently exist). -Rob On Oct 6, 2008, at 12:16 PM, apremdas wrote:> Sorry how does this help me list the gems in my project or update > them? > > All best > > Andrew > > On Oct 6, 2:04 pm, Rob Biedenharn <R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org> wrote: >> On Oct 6, 2008, at 8:19 AM, apremdas wrote: >>> Hi all, >> >>> Project I''m working on has a number of plugins, particularly several >>> from github. >> >>> Want to be able to >> >>> 1) List all the plugins and where they come from >>> 2) Update all/some of the plugins >> >>> Now using Rails 2.1 and script/plugin install, but this seems to >>> be a >>> backwards step compared to using git submodules as far as the >>> above 2 >>> issues are concerned. >> >>> Failed to google a solution, anyone have any ideas >> >>> Thanks in advance >> >>> Andy >> >> http://rubyfurnace.com/ >> >> It has Rails plugins, too. >> >> -Rob >> >> Rob Biedenharn http://agileconsultingllc.com >> R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Sorry for being to terse. I am aware of ls but that doesn''t tell me where my plugins have come from or allow me to update them. Plugins from Github could be from many sources. When using submodules with git the host repository information is stored by Git, so you can update easily and check which version of a particular plugin you are using. I find it hard to believe you can''t do the same when using script/plugin to install from Git repos, but maybe this is the case. On 6 Oct, 17:32, Rob Biedenharn <R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org> wrote:> Well, it wasn''t clear that you meant "for plugins in my project". It > seems like something like `ls vendor/plugins` would be a good start. > Perhaps followed up with some MANIFEST convention (which clearly does > not currently exist). > -Rob > > On Oct 6, 2008, at 12:16 PM, apremdas wrote: > > > Sorry how does this help me list the gems in my project or update > > them? > > > All best > > > Andrew > > > On Oct 6, 2:04 pm, Rob Biedenharn <R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org> wrote: > >> On Oct 6, 2008, at 8:19 AM, apremdas wrote: > >>> Hi all, > > >>> Project I''m working on has a number of plugins, particularly several > >>> from github. > > >>> Want to be able to > > >>> 1) List all the plugins and where they come from > >>> 2) Update all/some of the plugins > > >>> Now using Rails 2.1 and script/plugin install, but this seems to > >>> be a > >>> backwards step compared to using git submodules as far as the > >>> above 2 > >>> issues are concerned. > > >>> Failed to google a solution, anyone have any ideas > > >>> Thanks in advance > > >>> Andy > > >>http://rubyfurnace.com/ > > >> It has Rails plugins, too. > > >> -Rob > > >> Rob Biedenharn http://agileconsultingllc.com > >> R...-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---