diff options
author | Tobias Lütke <tobias.luetke@gmail.com> | 2007-01-15 15:11:29 +0000 |
---|---|---|
committer | Tobias Lütke <tobias.luetke@gmail.com> | 2007-01-15 15:11:29 +0000 |
commit | 64a80ef756ae89e85470b598e9c09b66d50a8103 (patch) | |
tree | a024129109969f72bd8972d642e5ab904b9f9c10 /actionpack/CHANGELOG | |
parent | 67194d9c2df972f7483177b8a33356c344e56a88 (diff) | |
download | rails-64a80ef756ae89e85470b598e9c09b66d50a8103.tar.gz rails-64a80ef756ae89e85470b598e9c09b66d50a8103.tar.bz2 rails-64a80ef756ae89e85470b598e9c09b66d50a8103.zip |
Allow inGroupsOf and eachSlice to be called through rjs. Closes #7046
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5942 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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 2bc9e321e6..5720d9713f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow inGroupsOf and eachSlice to be called through rjs. #7046 [Cody Fauser] + * Allow exempt_from_layout :rhtml. #6742, #7026 [dcmanges, Squeegy] * Recognize the .txt extension as Mime::TEXT [Rick] |