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 C.
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 C. [email protected]
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.