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

Changeset 7730

Show
Ignore:
Timestamp:
10/03/07 21:48:43 (1 year ago)
Author:
nzkoz
Message:

Merge rake routes to stable to help people upgrading.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1-2-stable/railties/CHANGELOG

    r7277 r7730  
    11*SVN* 
     2 
     3* Add a new rake task to aid debugging of named routes.   
     4 
     5  rake routes 
    26 
    37* use Gem.find_name instead of search when freezing gems.  Prevent false positives for other gems with rails in the name. Closes #8729 [wselman]