Plugins - Deprecateed
Add to favoritesSearches your code to see if you are using techniques that are no longer approved by Rails.
Gently warns you and advises you about what you should do instead.
Usage:
rake deprecated
A report will be printed to the screen.
TODO
TODO
- Use pure Ruby so it works on Windows
- Make criteria more specific
- Update to check for new items that are deprecated in edge
- A test assertion that does the check
http://nubyonrails.com/articles/2006/08/31/deprecated-plugin-find-old-rails-code
http://topfunky.net/svn/plugins/deprecated/
Rails' (MIT)
Statistics and Logs


One suggestion, add the rails 1.2.1 deprecation warnings to the file deprecated.rake
deprecated = { ..., 'linkto_image' => 'linktoimage is deprecated and will be removed from Rails 2.0 (use linkto(image_tag(...), url))', ':post => true' => 'Passing :post as a link modifier is deprecated. Use :method => "post" instead.' }