Skip to content
  • wycats's avatar
    ab8bf9e1
    * Change the object used in routing constraints to be an instance of · ab8bf9e1
    wycats authored
      ActionDispatch::Request rather than Rack::Request.
    
    * Changed ActionDispatch::Request#method to return a String, to be
      compatible with the Rack::Request superclass.
    
    * Changed ActionDispatch::Request#method to return the original
      method in the case of methodoverride and #request_method not to,
      to be compatible with Rack::Request
    ab8bf9e1
    * Change the object used in routing constraints to be an instance of
    wycats authored
      ActionDispatch::Request rather than Rack::Request.
    
    * Changed ActionDispatch::Request#method to return a String, to be
      compatible with the Rack::Request superclass.
    
    * Changed ActionDispatch::Request#method to return the original
      method in the case of methodoverride and #request_method not to,
      to be compatible with Rack::Request
Loading