Changeset 6229
- Timestamp:
- 02/25/07 19:40:37 (3 years ago)
- Files:
-
- trunk/railties/CHANGELOG (modified) (1 diff)
- trunk/railties/lib/tasks/annotations.rake (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/CHANGELOG
r6227 r6229 1 1 *SVN* 2 3 * Added source-annotations extractor tasks to rake [Jamis Buck]. This allows you to add FIXME, OPTIMIZE, and TODO comments to your source code that can then be extracted in concert with rake notes (shows all), rake notes:fixme, rake notes:optimize and rake notes:todo. 2 4 3 5 * Added fixtures :all to test_helper.rb to assume that most people just want all their fixtures loaded all the time [DHH]