diff options
author | Tarmo Tänav <tarmo@itech.ee> | 2008-10-06 17:35:21 +0300 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-10-07 00:12:20 +0100 |
commit | 51b986619d88f7ba98be7d271188785cbbb541a0 (patch) | |
tree | e0fbc752ec252c8a1bef0a5cd96db9a3dd999fa3 /actionpack/CHANGELOG | |
parent | 8e50f0f96ef53ee8cc7ffa86ce0e71cc357b2b6c (diff) | |
download | rails-51b986619d88f7ba98be7d271188785cbbb541a0.tar.gz rails-51b986619d88f7ba98be7d271188785cbbb541a0.tar.bz2 rails-51b986619d88f7ba98be7d271188785cbbb541a0.zip |
Implement submit_to_remote as a wrapper around a more generic button_to_remote
Removed the "return false" from submit_to_remote onclick end as
button input elements have no default behavior to cancel.
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
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 54ea93fb72..4de93a10c4 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *Edge* +* Make PrototypeHelper#submit_to_remote a wrapper around PrototypeHelper#button_to_remote. [Tarmo Tänav] + * Set HttpOnly for the cookie session store's cookie. #1046 * Added FormTagHelper#image_submit_tag confirm option #784 [Alastair Brunton] |