Changeset 7149
- Timestamp:
- 06/28/07 18:33:06 (11 months ago)
- Files:
-
- trunk/railties/CHANGELOG (modified) (1 diff)
- trunk/railties/lib/tasks/routes.rake (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/CHANGELOG
r7147 r7149 1 1 *SVN* 2 3 * Added rake routes for listing all the defined routes in the system #8795 [josh] 2 4 3 5 * 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]