diff options
author | Sam Stephenson <sam@37signals.com> | 2006-01-23 07:27:24 +0000 |
---|---|---|
committer | Sam Stephenson <sam@37signals.com> | 2006-01-23 07:27:24 +0000 |
commit | 5f44411d948f0cefb6a968a357d305c4c97c2174 (patch) | |
tree | 166ed212aeafff5269f1e77badb88c6b958e36ff /actionpack/CHANGELOG | |
parent | 84361478256f620cc3c4d31235eeec28bba058f0 (diff) | |
download | rails-5f44411d948f0cefb6a968a357d305c4c97c2174.tar.gz rails-5f44411d948f0cefb6a968a357d305c4c97c2174.tar.bz2 rails-5f44411d948f0cefb6a968a357d305c4c97c2174.zip |
Backing out of [3470] until visual_effect, et al can work
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3471 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 7476c736ac..bf00979083 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,19 +1,5 @@ *SVN* -* Add the ability to call JavaScriptGenerator methods from helpers called in update blocks. [Sam Stephenson] Example: - module ApplicationHelper - def update_time - page.replace_html 'time', Time.now.to_s(:db) - page.visual_effect :highlight, 'time' - end - end - - class UserController < ApplicationController - def poll - render :update { |page| page.update_time } - end - end - * Fixed that SSL would not correctly be detected when running lighttpd/fcgi behind lighttpd w/mod_proxy #3548 [stephen_purcell@yahoo.com] * Added the possibility to specify atomatic expiration for the memcachd session container #3571 [Stefan Kaes] |