This project is archived and is in readonly mode.

Changeset [ab8bf9e152ad75c8b358c85e4c95cfde578de127] by wycats

April 4th, 2010 @ 04:24 AM

  • Change the object used in routing constraints to be an instance of 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 http://github.com/rails/rails/commit/ab8bf9e152ad75c8b358c85e4c95cf...

Committed by wycats

  • M actionpack/CHANGELOG
  • M actionpack/lib/action_controller/metal/responder.rb
  • M actionpack/lib/action_controller/metal/verification.rb
  • M actionpack/lib/action_dispatch/http/request.rb
  • M actionpack/lib/action_dispatch/routing/mapper.rb
  • M actionpack/lib/action_dispatch/routing/route_set.rb
  • M actionpack/lib/action_dispatch/testing/integration.rb
  • M actionpack/lib/action_view/helpers/url_helper.rb
  • M actionpack/test/controller/integration_test.rb
  • M actionpack/test/controller/verification_test.rb
  • M actionpack/test/dispatch/rack_test.rb
  • M actionpack/test/dispatch/request_test.rb
  • M actionpack/test/dispatch/routing_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>