This project is archived and is in readonly mode.

Changeset [72160d9f89481ea60c8268ff026099f07b1e5ed6] by Yehuda Katz

May 2nd, 2009 @ 10:15 AM

Implement FooController.action(:name)

  • Rails actions are now Rack endpoints, and can be retrieved via FooController.action(name) and called with an env
  • Updated some tests that relied on the old internal

    process/#call implementation

    http://github.com/rails/rails/co...

Committed by Yehuda Katz

  • M actionpack/lib/action_controller/base/base.rb
  • M actionpack/lib/action_controller/new_base/http.rb
  • M actionpack/lib/action_controller/routing/route_set.rb
  • M actionpack/lib/action_controller/testing/process.rb
  • M actionpack/test/controller/filters_test.rb
  • M actionpack/test/controller/helper_test.rb
  • M actionpack/test/new_base/test_helper.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>