mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
* 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