I''m finding it hard to stay on top of updates to the 50+ gems/plugins etc we are using. I think there is a need for a single discussion/rss feed which ONLY includes notifications for Mandatory upgrades for any Ruby on Rails associated tools. Does anyone know if there is something like this, and if not what level of support is there for creating and using it? I''m happy to set up a google group but I can''t admin/moderate it. Rebecca -- 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 -~----------~----~----~----~------~----~------~--~---
I think you need something like this: http://www.svn2rss.com But it would be nice, to build a simple site, something like http://www.pogdesign.co.uk/cat/, but instead for svn commits instead of tv series. On Oct 23, 9:05 pm, Xia __ <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I''m finding it hard to stay on top of updates to the 50+ gems/plugins > etc we are using. > > I think there is a need for a single discussion/rss feed which ONLY > includes notifications for Mandatory upgrades for any Ruby on Rails > associated tools. > > Does anyone know if there is something like this, and if not what level > of support is there for creating and using it? > > I''m happy to set up a google group but I can''t admin/moderate it. > > Rebecca > -- > 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Pablo Castellazzi wrote:> I think you need something like this: http://www.svn2rss.com > > But it would be nice, to build a simple site, something like > http://www.pogdesign.co.uk/cat/, but instead for svn commits instead > of tv series.I think the problem with that is the quantity. I''d prefer to know only when there was a mandatory update, like a security fix. Would developers babysitting their gems be prepared to send a single email to an email list when there was a mandatory update? -- 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 -~----------~----~----~----~------~----~------~--~---
mmm ... that sounds to me like a debian package :P but ... i dont think a mailing list or feeds are good solutions for this. Both aproaches need an extra effort from developers and for users. gem is good enough for this task, using version numbers to indicate security fixes is what we should do, but for now gem is not smart enough to do something like this: $ gem --update --security [gem list / all by default ] and gem should update all installed gems with only an increment in the patch number. I mean, if there is a gem call mygem 2.0.0 and my gem 1.2.4, and you have installed mygem 1.2.3, using the security flag gem should install 1.2.4 instead of 2.0.0 as gem actually do. On Oct 24, 7:56 pm, Xia __ <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Pablo Castellazzi wrote: > > I think you need something like this:http://www.svn2rss.com > > > But it would be nice, to build a simple site, something like > >http://www.pogdesign.co.uk/cat/, but instead for svn commits instead > > of tv series. > > I think the problem with that is the quantity. I''d prefer to know only > when there was a mandatory update, like a security fix. > > Would developers babysitting their gems be prepared to send a single > email to an email list when there was a mandatory update? > -- > 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 -~----------~----~----~----~------~----~------~--~---