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

Changeset 4500

Show
Ignore:
Timestamp:
06/28/06 17:03:46 (4 years ago)
Author:
madrobby
Message:

Make Upload Progress work with edge Rails [4388] and higher, retain compatibility to earlier builds

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/upload_progress/CHANGELOG

    r3546 r4500  
    11*SVN* 
    22 
     3* Make Upload Progress work with edge Rails [4388] and higher, retain compatibility to earlier builds 
     4 
    35* Make Upload Progress work with edge Rails [3526] and higher, retain compatibility to earlier builds 
  • plugins/upload_progress/lib/multipart_progress.rb

    r3546 r4500  
    159159      params  
    160160    end 
     161     
     162    # Required because of changes in [4388] 
     163    unless private_instance_methods.include?("read_params_from_query") 
     164      def read_params_from_query 
     165        read_params(:get,nil) 
     166      end 
     167    end 
    161168 
    162169    # Prevent redefinition of aliases on multiple includes