Skip to content

Commit

Permalink
Cake 2.0 support docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Dec 25, 2011
1 parent bae8b74 commit 9b6d541
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ For best results, 2 changes to your application have to be made:
* A check if REST is active inside your error handler & @redirect()@
* Resource mapping in your router (see docs below)

h2. Warning - Cake 2.0 Users

Please use the "cake-2.0 branch":https://github.com/kvz/cakephp-rest-plugin/tree/cake-2.0
. this is also where active development will be done. In time we'll rename master -> cake-1.3 and cake-2.0 -> master.

h2. Warning - Backwards compatibility breakage

* Action variables are now all contained in 1 big 'actions' setting, instead
Expand Down Expand Up @@ -418,6 +423,7 @@ quickly build powerful mashups":http://www.ibm.com/developerworks/library/wa-aj-
h2. Todo

* More testing
* -Cake 2.0 support-
* -Cake 1.3 support-
* -The RestLog model that tracks usage should focus more on IP for rate-limiting than account info. This is mostly to defend against denial of server & brute force attempts-
* -Maybe some Refactoring. This is pretty much the first attempt at a working plugin-
Expand Down

0 comments on commit 9b6d541

Please sign in to comment.