aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-06-28 18:33:06 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-06-28 18:33:06 +0000
commitf6a91b7b4ce2a7767392dfd3414a098047205c10 (patch)
tree1a044e34da51ea48279fd6de497680ee55aa832a /railties/CHANGELOG
parentdfc15e122afcc7e3cfabaadfbac639af7e846b5a (diff)
downloadrails-f6a91b7b4ce2a7767392dfd3414a098047205c10.tar.gz
rails-f6a91b7b4ce2a7767392dfd3414a098047205c10.tar.bz2
rails-f6a91b7b4ce2a7767392dfd3414a098047205c10.zip
Added rake routes for listing all the defined routes in the system (closes #8795) [josh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7149 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 283a67ed29..466d922f70 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added rake routes for listing all the defined routes in the system #8795 [josh]
+
* 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]
* Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. #8730 [Dr Nic, topfunky]