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

Changeset 7149

Show
Ignore:
Timestamp:
06/28/07 18:33:06 (3 years ago)
Author:
david
Message:

Added rake routes for listing all the defined routes in the system (closes #8795) [josh]

Files:

Legend:

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

    r7147 r7149  
    11*SVN* 
     2 
     3* Added rake routes for listing all the defined routes in the system #8795 [josh] 
    24 
    35* db:create creates the database for the current environment if it's on localhost. db:create:all creates local databases for all environments.  #8783 [matt]