Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6229

Show
Ignore:
Timestamp:
02/25/07 19:40:37 (2 years ago)
Author:
david
Message:

Added source-annotations extractor tasks to rake [Jamis Buck]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r6227 r6229  
    11*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. 
    24 
    35* Added fixtures :all to test_helper.rb to assume that most people just want all their fixtures loaded all the time [DHH]