diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-07-31 20:00:18 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-07-31 20:00:18 +0000 |
commit | ed4c295c4782b534121b04a6bc10b9f440ffa8c6 (patch) | |
tree | 7657e48774e8410b18cfc7dfe0ac5be08167029f /actionpack/CHANGELOG | |
parent | 865b175765edf6138deb6f10ae3280ddea4cc7fd (diff) | |
download | rails-ed4c295c4782b534121b04a6bc10b9f440ffa8c6.tar.gz rails-ed4c295c4782b534121b04a6bc10b9f440ffa8c6.tar.bz2 rails-ed4c295c4782b534121b04a6bc10b9f440ffa8c6.zip |
Fixed the new_#{resource}_url route and added named route tests for Simply Restful. [Rick Olson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4638 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 40ff1a5939..f45051314f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed the new_#{resource}_url route and added named route tests for Simply Restful. [Rick Olson] + * Added map.resources from the Simply Restful plugin [DHH]. Examples (the API has changed to use plurals!): map.resources :messages |