diff options
author | Thomas Fuchs <thomas@fesch.at> | 2006-02-26 14:20:21 +0000 |
---|---|---|
committer | Thomas Fuchs <thomas@fesch.at> | 2006-02-26 14:20:21 +0000 |
commit | d11f8d551640c94e22c221c3bee39ab572b1dc72 (patch) | |
tree | 731a29bbd880d42dc1c169779d0a7fa9a37cd93f /actionpack/CHANGELOG | |
parent | 6a83ebfe703e922c4b0e2333521ed23208003f13 (diff) | |
download | rails-d11f8d551640c94e22c221c3bee39ab572b1dc72.tar.gz rails-d11f8d551640c94e22c221c3bee39ab572b1dc72.tar.bz2 rails-d11f8d551640c94e22c221c3bee39ab572b1dc72.zip |
Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3667 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 1e3934d512..e804343f9f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,11 @@ *SVN* +* Added script.aculo.us drag and drop helpers to RJS [Thomas Fuchs]. Examples: + + page.draggable 'product-1' + page.drop_receiving 'wastebasket', :url => { :action => 'delete' } + page.sortable 'todolist', :url => { action => 'change_order' } + * Fixed that form elements would strip the trailing [] from the first parameter #3545 [ruby@bobsilva.com] * During controller resolution, update the NameError suppression to check for the expected constant. [Nicholas Seckar] |