The code is now completely covered in specs
[lyrix.git] / vendor / plugins / deprecated / README
blob3297e57a606aa8734116fb8dc6bcb14a592e2ea1
1 deprecated plugin
2 =================
4 Searches your code to see if you are using techniques that are no longer approved by Rails.
6 Gently warns you and advises you about what you should do instead.
8 Usage:
10   rake deprecated
12 A report will be printed to the screen.
14 ==========
15 Geoffrey Grosenbach
16 http://nubyonrails.com/pages/deprecated
18 ==========
19 TODO
21 * Use pure Ruby so it works on Windows
22 * Make criteria more specific
23 * Update to check for new items that are deprecated in edge
24 * A test assertion that does the check