Hi all, Is there a way to have a list of all deprecated methods or classes in each new versions of Rails? I know that a warning is logged sometimes, but I would like a proper list to analyze the deprecated parts of my code before running it. Thanks, Benoit Caccinolo -- 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.
Not sure if you are looking for. Maybe the link below would be a bit of help. http://mentalized.net/journal/2007/03/13/rails_20_deprecations/ On Mar 9, 3:42 am, Benoit Caccinolo <benoit.caccin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi all, > > Is there a way to have a list of all deprecated methods or classes in > each new versions of Rails? I know that a warning is logged sometimes, > but I would like a proper list to analyze the deprecated parts of my > code before running it. > > Thanks, > Benoit Caccinolo-- 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.
Thanks for the link. A good use of ack-grep on the rails gems: rails-2.0.5 actionmailer-2.0.5 actionpack-2.0.5 activerecord-2.0.5 activeresource-2.0.5 activesupport-2.0.5 gave me what I was looking for. B. On Mar 10, 10:21 pm, Taywin <tboon...-TfTJ4S5JLGs@public.gmane.org> wrote:> Not sure if you are looking for. Maybe the link below would be a bit > of help. > > http://mentalized.net/journal/2007/03/13/rails_20_deprecations/ > > On Mar 9, 3:42 am, Benoit Caccinolo <benoit.caccin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > wrote: > > > Hi all, > > > Is there a way to have a list of all deprecated methods or classes in > > each new versions of Rails? I know that a warning is logged sometimes, > > but I would like a proper list to analyze the deprecated parts of my > > code before running it. > > > Thanks, > > Benoit Caccinolo-- 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.