Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6143

Show
Ignore:
Timestamp:
02/10/07 02:44:32 (2 years ago)
Author:
bitsweat
Message:

Performance: patch cgi/session to require digest/md5 once rather than per #create_new_id.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionpack/CHANGELOG

    r6142 r6143  
    11*SVN* 
     2 
     3* Performance: patch cgi/session to require digest/md5 once rather than per #create_new_id.  [Stefan Kaes] 
    24 
    35* Add a :url_based_filename => true option to ActionController::Streaming::send_file, which allows URL-based filenames.  [Thomas Fuchs] 
  • trunk/actionpack/lib/action_controller/cgi_process.rb

    r6054 r6143  
    22require 'action_controller/cgi_ext/cookie_performance_fix' 
    33require 'action_controller/cgi_ext/raw_post_data_fix' 
     4require 'action_controller/cgi_ext/session_performance_fix' 
    45 
    56module ActionController #:nodoc: