Skip to content

Commit

Permalink
Update History to reflect recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Sep 19, 2009
1 parent 15beea6 commit 9c1c237
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions History.txt
@@ -1,3 +1,8 @@
* RC no longer uses the route that invoked the controller to figure out wildcard enclosing resources.

- this change also means that you will no longer get those pesky 'NoRecognizedRoute' action when your controller
is invoked by another route, such as a :controller/:action/:id route.

* Further relaxed RC's route pickiness. If a route is not recognised, construct segments from the params

* Relaxed RC's pickiness about what route was used to invoke a controller.
Expand Down

0 comments on commit 9c1c237

Please sign in to comment.