diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-04-03 23:12:34 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-04-03 23:12:34 +0000 |
commit | 2cfe309dc498bedaa7ca78c16d1270c359f70cdd (patch) | |
tree | 7521b555bdfa1407fec303f6fbda58e27a079746 /actionwebservice/TODO | |
parent | edcaa2e5f76263ba7d0179c5d5d2de9d45932c93 (diff) | |
download | rails-2cfe309dc498bedaa7ca78c16d1270c359f70cdd.tar.gz rails-2cfe309dc498bedaa7ca78c16d1270c359f70cdd.tar.bz2 rails-2cfe309dc498bedaa7ca78c16d1270c359f70cdd.zip |
don't use SyncEnumerator, its far too slow to be used in something frequently called
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1085 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/TODO')
-rw-r--r-- | actionwebservice/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionwebservice/TODO b/actionwebservice/TODO index ad489b2b90..d933f2c0f3 100644 --- a/actionwebservice/TODO +++ b/actionwebservice/TODO @@ -1,4 +1,8 @@ = 0.8.0 + - Allow locking down a controller to only accept messages for a particular protocol. + This will allow us to generate fully conformant error messages in cases where we + currently fudge it if we don't know the protocol. + - Allow AWS user to participate in typecasting, so they can centralize workarounds for buggy input in one place |