RoR Uk
2012-Oct-10 09:39 UTC
How do we get the End of Line date for the gems which we are using Ruby on Rails?
Hi All, I want to know the EOL date for the below gems for ROR. Can anyone help me how to find the EOL dates - authlogic - will paginate - oauth-plugin 0.3.14 - statistics 0.1.1 - YUI - cucumber 0.6.4 - cucumber-rails 0.3.0 - rspec 1.3.0 - rspec-rails 1.3.2 - webrat 0.7.0 - factory-girl 1.2.4 - database_cleaner 0.5.0 - SSL requirement - calender_select 1.16.1 - pg 0.9.0 - Exception Logger - RSA plugin - Backports 1.18.0 - RSA 0.1.4 - health_check 0.1.0 Thanks in advance. -- with regards, RoR Uk -- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/sFa4c-v6DN4J. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law
2012-Oct-10 20:40 UTC
Re: How do we get the End of Line date for the gems which we are using Ruby on Rails?
On 10 October 2012 10:39, RoR Uk <railsukesh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > > I want to know the EOL date for the below gems for ROR. Can anyone help me > how to find the EOL datesWhat do you mean by EOL date (presumably End Of Line, but what do you mean by that)? Colin> > authlogic > will paginate > oauth-plugin 0.3.14 > statistics 0.1.1 > YUI > cucumber 0.6.4 > cucumber-rails 0.3.0 > rspec 1.3.0 > rspec-rails 1.3.2 > webrat 0.7.0 > factory-girl 1.2.4 > database_cleaner 0.5.0 > SSL requirement > calender_select 1.16.1 > pg 0.9.0 > Exception Logger > RSA plugin > Backports 1.18.0 > RSA 0.1.4 > health_check 0.1.0 > > Thanks in advance. > > -- > with regards, > RoR Uk > > -- > 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 > To view this discussion on the web visit > https://groups.google.com/d/msg/rubyonrails-talk/-/sFa4c-v6DN4J. > For more options, visit https://groups.google.com/groups/opt_out. > >-- 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 https://groups.google.com/groups/opt_out.
Frederick Cheung
2012-Oct-10 20:42 UTC
Re: How do we get the End of Line date for the gems which we are using Ruby on Rails?
On Wednesday, October 10, 2012 10:39:10 AM UTC+1, RoR Uk wrote:> > Hi All, > > I want to know the EOL date for the below gems for ROR. Can anyone help > me how to find the EOL dates >The majority of these aren''t commercially supported gems - They''ll be maintained until the current maintainers run out of time, enthusiasm or interest and no-one from the community takes up the baton. There isn''t an official end of life date. Sometimes a new project comes along with a lot more momentum than an existing one and libraries fade out of usage, for example I''d say that capybara is seeing a lot attention than webrat and devise is getting more usage than authlogic. A lot of the gems you list are quite old - rspec 1.x has been obsolete for quite a while for example. Fred> > - authlogic > - will paginate > - oauth-plugin 0.3.14 > - statistics 0.1.1 > - YUI > - cucumber 0.6.4 > - cucumber-rails 0.3.0 > - rspec 1.3.0 > - rspec-rails 1.3.2 > - webrat 0.7.0 > - factory-girl 1.2.4 > - database_cleaner 0.5.0 > - SSL requirement > - calender_select 1.16.1 > - pg 0.9.0 > - Exception Logger > - RSA plugin > - Backports 1.18.0 > - RSA 0.1.4 > - health_check 0.1.0 > > Thanks in advance. > > -- > with regards, > RoR Uk >-- 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 To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/k9tX8xkO31sJ. For more options, visit https://groups.google.com/groups/opt_out.
Jeffrey L. Taylor
2012-Oct-10 22:44 UTC
Re: How do we get the End of Line date for the gems which we are using Ruby on Rails?
Quoting Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>:> On 10 October 2012 10:39, RoR Uk <railsukesh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hi All, > > > > I want to know the EOL date for the below gems for ROR. Can anyone help me > > how to find the EOL dates > > What do you mean by EOL date (presumably End Of Line, but what do you > mean by that)? >End Of Life - usually defined when there is no more support. HTH, Jeffrey -- 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 https://groups.google.com/groups/opt_out.
Colin Law
2012-Oct-11 07:44 UTC
Re: How do we get the End of Line date for the gems which we are using Ruby on Rails?
On 10 October 2012 23:44, Jeffrey L. Taylor <ror-f/t7CGFWhwGcvWdFBKKxig@public.gmane.org> wrote:> Quoting Colin Law <clanlaw-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>: >> On 10 October 2012 10:39, RoR Uk <railsukesh-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: >> > Hi All, >> > >> > I want to know the EOL date for the below gems for ROR. Can anyone help me >> > how to find the EOL dates >> >> What do you mean by EOL date (presumably End Of Line, but what do you >> mean by that)? >> > > End Of Life - usually defined when there is no more support.As Fred has pointed out, that concept is not relevant to most gems, as there is no "official" support for them. That is why I asked for clarification as to what exactly the OP was asking about. 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 https://groups.google.com/groups/opt_out.