diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2010-06-08 16:20:46 -0400 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2010-06-08 16:20:46 -0400 |
commit | 03be27092bf51e78d0d3f3ee7fd0213023d43e0d (patch) | |
tree | 8056bc95c30d636eef9e204a869bc9eeb839dc15 /actionpack/CHANGELOG | |
parent | 0e9b9d59859efa46a82b56e0715784fa52656650 (diff) | |
download | rails-03be27092bf51e78d0d3f3ee7fd0213023d43e0d.tar.gz rails-03be27092bf51e78d0d3f3ee7fd0213023d43e0d.tar.bz2 rails-03be27092bf51e78d0d3f3ee7fd0213023d43e0d.zip |
Revert "Add shallow routes to the new router" for now. Needs more work.
This reverts commit 67a60ee314f53abcde78f8ecd2a1f7c9ef8264e1.
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c3609958bc..1796d11dcd 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,15 +1,5 @@ *Rails 3.0.0 [beta 4] (June 8th, 2010)* -* Add shallow routes back to the new router [Diego Carrion] - - resources :posts do - shallow do - resources :comments - end - end - - You can now use comment_path for /comments/1 instead of post_comment_path for /posts/1/comments/1. - * Remove middleware laziness [José Valim] * Make session stores rely on request.cookie_jar and change set_session semantics to return the cookie value instead of a boolean. [José Valim] |